|
| LocalCartesianParameters (CoordinateType::Enum _coordinateType) |
|
| LocalCartesianParameters (CoordinateType::Enum _coordinateType, double __longitude, double __latitude, double __height, double __orientation) |
|
| LocalCartesianParameters (const LocalCartesianParameters &lcp) |
|
LocalCartesianParameters & | operator= (const LocalCartesianParameters &lcp) |
|
void | setLongitude (double __centralMeridian) |
|
void | setLatitude (double __originLatitude) |
|
void | setHeight (double __height) |
|
void | setOrientation (double __orientation) |
|
double | longitude () const |
|
double | latitude () const |
|
double | height () const |
|
double | orientation () const |
|
| CoordinateSystemParameters (MSP::CCS::CoordinateType::Enum __coordinateType) |
|
| CoordinateSystemParameters (const CoordinateSystemParameters &csp) |
|
CoordinateSystemParameters & | operator= (const CoordinateSystemParameters &csp) |
|
void | setCoordinateType (MSP::CCS::CoordinateType::Enum __coordinateType) |
|
CoordinateType::Enum | coordinateType () const |
|