Main Page | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members | File Members

srm::SRF_LambertConformalConic Class Reference

SRF_LambertConformalConic class declaration. More...

#include <LambertConformalConic.h>

Inheritance diagram for srm::SRF_LambertConformalConic:

Inheritance graph
[legend]
Collaboration diagram for srm::SRF_LambertConformalConic:

Collaboration graph
[legend]
List of all members.

Public Member Functions

Coord3DcreateCoordinate3D (SRM_Long_Float coord_comp1, SRM_Long_Float coord_comp2, SRM_Long_Float coord_comp3)
 Returns a 3D coordinate object.

CoordSurfcreateSurfaceCoordinate (SRM_Long_Float coord_surf_comp1, SRM_Long_Float coord_surf_comp2)
 Returns a surface coordinate object.

const SRM_LCC_ParametersgetSRFParameters () const
 Returns a reference to the SRF parameter structure.

SRM_Long_Float get_origin_longitude () const
 Returns the origin_longitude SRF parameter value.

SRM_Long_Float get_origin_latitude () const
 Returns the origin_latitude SRF parameter value.

SRM_Long_Float get_latitude1 () const
 Returns the latitude1 SRF parameter value.

SRM_Long_Float get_latitude2 () const
 Returns the latitude2 SRF parameter value.

SRM_Long_Float get_false_easting () const
 Returns the false_easting SRF parameter value.

SRM_Long_Float get_false_northing () const
 Returns the false_northing SRF parameter value.

virtual bool isA (SRF_ClassType type) const
 Returns true if this SRF is of the given class type.

virtual SRF_ClassType getClassType () const
 Returns the class type of this SRF instance.

bool isEqual (const SRF_LambertConformalConic &srf) const
 Returns true is the SRF parameters are equal.

SRF_LambertConformalConicmakeCopy () const
 Returns a copy of this SRF object.

const char * toString ()
 Returns char* of parameter names and their values.


Static Public Member Functions

SRF_LambertConformalConiccreate (const SRM_ORM_Code orm, const SRM_RT_Code rt, const SRM_LCC_Parameters &params)
 Constructor by SRF parameter structure.

SRF_LambertConformalConiccreate (SRM_ORM_Code orm, SRM_RT_Code rt, SRM_Long_Float origin_longitude, SRM_Long_Float origin_latitude, SRM_Long_Float latitude1, SRM_Long_Float latitude2, SRM_Long_Float false_easting, SRM_Long_Float false_northing)
 Constructor by individual SRF parameters.

SRF_LambertConformalConiccreate (SRM_SRF_Parameters_Info srf_params)
 SRF_LambertConformalConic constructor by SRF parameter structure.


Protected Member Functions

 SRF_LambertConformalConic (void *impl)
 No stack allocation.

SRF_LambertConformalConicoperator= (const BaseSRF &)
 No copy constructor.

virtual ~SRF_LambertConformalConic ()
 Use release().


Friends

class BaseSRF
class BaseSRF_3D
class BaseSRF_WithEllipsoidalHeight

Detailed Description

SRF_LambertConformalConic class declaration.

SRFs are allocated by the API, and when no longer needed they should be released by calling the release() method.

Author:
David Shen
See also:
BaseSRF_MapProjection

Definition at line 33 of file LambertConformalConic.h.


Member Function Documentation

SRF_LambertConformalConic* srm::SRF_LambertConformalConic::create SRM_SRF_Parameters_Info  srf_params  )  [inline, static]
 

SRF_LambertConformalConic constructor by SRF parameter structure.

Exceptions:
This method throws srm::Exception

Definition at line 61 of file LambertConformalConic.h.

SRF_LambertConformalConic* srm::SRF_LambertConformalConic::create SRM_ORM_Code  orm,
SRM_RT_Code  rt,
SRM_Long_Float  origin_longitude,
SRM_Long_Float  origin_latitude,
SRM_Long_Float  latitude1,
SRM_Long_Float  latitude2,
SRM_Long_Float  false_easting,
SRM_Long_Float  false_northing
[static]
 

Constructor by individual SRF parameters.

Exceptions:
This method throws srm::Exception

SRF_LambertConformalConic* srm::SRF_LambertConformalConic::create const SRM_ORM_Code  orm,
const SRM_RT_Code  rt,
const SRM_LCC_Parameters params
[static]
 

Constructor by SRF parameter structure.

Exceptions:
This method throws srm::Exception

SRM_Long_Float srm::SRF_LambertConformalConic::get_false_easting  )  const
 

Returns the false_easting SRF parameter value.

Exceptions:
This method throws srm::Exception

SRM_Long_Float srm::SRF_LambertConformalConic::get_false_northing  )  const
 

Returns the false_northing SRF parameter value.

Exceptions:
This method throws srm::Exception

SRM_Long_Float srm::SRF_LambertConformalConic::get_latitude1  )  const
 

Returns the latitude1 SRF parameter value.

Exceptions:
This method throws srm::Exception

SRM_Long_Float srm::SRF_LambertConformalConic::get_latitude2  )  const
 

Returns the latitude2 SRF parameter value.

Exceptions:
This method throws srm::Exception

SRM_Long_Float srm::SRF_LambertConformalConic::get_origin_latitude  )  const
 

Returns the origin_latitude SRF parameter value.

Exceptions:
This method throws srm::Exception

SRM_Long_Float srm::SRF_LambertConformalConic::get_origin_longitude  )  const
 

Returns the origin_longitude SRF parameter value.

Exceptions:
This method throws srm::Exception

const SRM_LCC_Parameters& srm::SRF_LambertConformalConic::getSRFParameters  )  const
 

Returns a reference to the SRF parameter structure.

Exceptions:
This method throws srm::Exception

SRF_LambertConformalConic* srm::SRF_LambertConformalConic::makeCopy  )  const
 

Returns a copy of this SRF object.

Exceptions:
This method throws srm::Exception

const char* srm::SRF_LambertConformalConic::toString  )  [virtual]
 

Returns char* of parameter names and their values.

Exceptions:
This method throws srm::Exception

Implements srm::BaseSRF.


The documentation for this class was generated from the following file:
Spatial Reference Model C++ API Version 4.1 - 26 Jun 2006
Copyright © 2006 SEDRIS Docs by Doxygen 1.3.2