![]() |
MapLink Pro 11.2
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
Public Member Functions | |
| TSLMDProjectionParameters () | |
| TSLMDProjectionParameters (const TSLMDProjectionParameters &right) | |
| virtual | ~TSLMDProjectionParameters () |
| TSLMDProjectionParameters & | operator= (const TSLMDProjectionParameters &right) |
| void | zone (int *input, bool assumeOwnership=true) |
| bool | standardParallel (double *input, int position, bool assumeOwnership=true) |
| void | longitudeOfCentralMeridian (double *input, bool assumeOwnership=true) |
| void | latitudeOfProjectionOrigin (double *input, bool assumeOwnership=true) |
| void | falseEasting (double *input, bool assumeOwnership=true) |
| void | falseNorthing (double *input, bool assumeOwnership=true) |
| void | falseEastingNorthingUnits (TSLUomLength *input, bool assumeOwnership=true) |
| void | scaleFactorAtEquator (double *input, bool assumeOwnership=true) |
| void | heightOfProspectivePointAboveSurface (double *input, bool assumeOwnership=true) |
| void | longitudeOfProjectionCenter (double *input, bool assumeOwnership=true) |
| void | latitudeOfProjectionCenter (double *input, bool assumeOwnership=true) |
| void | scaleFactorAtCenterLine (double *input, bool assumeOwnership=true) |
| void | straightVerticalLongitudeFromPole (double *input, bool assumeOwnership=true) |
| void | scaleFactorAtProjectionOrigin (double *input, bool assumeOwnership=true) |
| void | obliqueLineAzimuthParameter (TSLMDObliqueLineAzimuth *val, bool assumeOwnership=true) |
| bool | obliqueLinePointParameter (TSLMDObliqueLinePoint *obj, int pos, bool assumeOwnership=true) |
| virtual bool | serialize (void *outputStreamOfXML, int indentation=-1, bool isRootHandler=true) const |
| const int * | zone () const |
| int * | zone () |
| const double * | standardParallel (int position) const |
| double * | standardParallel (int position) |
| const double * | longitudeOfCentralMeridian () const |
| double * | longitudeOfCentralMeridian () |
| const double * | latitudeOfProjectionOrigin () const |
| double * | latitudeOfProjectionOrigin () |
| const double * | falseEasting () const |
| double * | falseEasting () |
| const double * | falseNorthing () const |
| double * | falseNorthing () |
| const TSLUomLength * | falseEastingNorthingUnits () const |
| TSLUomLength * | falseEastingNorthingUnits () |
| const double * | scaleFactorAtEquator () const |
| double * | scaleFactorAtEquator () |
| const double * | heightOfProspectivePointAboveSurface () const |
| double * | heightOfProspectivePointAboveSurface () |
| const double * | longitudeOfProjectionCenter () const |
| double * | longitudeOfProjectionCenter () |
| const double * | latitudeOfProjectionCenter () const |
| double * | latitudeOfProjectionCenter () |
| const double * | scaleFactorAtCenterLine () const |
| double * | scaleFactorAtCenterLine () |
| const double * | straightVerticalLongitudeFromPole () const |
| double * | straightVerticalLongitudeFromPole () |
| const double * | scaleFactorAtProjectionOrigin () const |
| double * | scaleFactorAtProjectionOrigin () |
| const TSLMDObliqueLineAzimuth * | obliqueLineAzimuthParameter () const |
| TSLMDObliqueLineAzimuth * | obliqueLineAzimuthParameter () |
| const TSLMDObliqueLinePoint * | obliqueLinePointParameter (int position) const |
| TSLMDObliqueLinePoint * | obliqueLinePointParameter (int position) |
Static Public Member Functions | |
| static TSLMDProjectionParameters * | create () |
| TSLMDProjectionParameters::TSLMDProjectionParameters | ( | ) |
The default constructor.
| TSLMDProjectionParameters::TSLMDProjectionParameters | ( | const TSLMDProjectionParameters & | right | ) |
The copy constructor.
|
virtual |
The destructor.
|
static |
|
inline |
Returns the falseEasting attribute.
|
inline |
Returns the falseEasting attribute.
| void TSLMDProjectionParameters::falseEasting | ( | double * | input, |
| bool | assumeOwnership = true ) |
Sets the falseEasting attribute.
|
inline |
Returns the falseEastingNorthingUnits attribute.
|
inline |
Returns the falseEastingNorthingUnits attribute.
| void TSLMDProjectionParameters::falseEastingNorthingUnits | ( | TSLUomLength * | input, |
| bool | assumeOwnership = true ) |
Sets the falseEastingNorthingUnits attribute.
|
inline |
Returns the falseNorthing attribute.
|
inline |
Returns the falseNorthing attribute.
| void TSLMDProjectionParameters::falseNorthing | ( | double * | input, |
| bool | assumeOwnership = true ) |
Sets the falseNorthing attribute.
|
inline |
Returns the heightOfProspectivePointAboveSurface attribute.
|
inline |
Returns the heightOfProspectivePointAboveSurface attribute.
| void TSLMDProjectionParameters::heightOfProspectivePointAboveSurface | ( | double * | input, |
| bool | assumeOwnership = true ) |
Sets the heightOfProspectivePointAboveSurface attribute.
|
inline |
Returns the latitudeOfProjectionCenter attribute.
|
inline |
Returns the latitudeOfProjectionCenter attribute.
| void TSLMDProjectionParameters::latitudeOfProjectionCenter | ( | double * | input, |
| bool | assumeOwnership = true ) |
Sets the latitudeOfProjectionCenter attribute.
|
inline |
Returns the latitudeOfProjectionOrigin attribute.
|
inline |
Returns the latitudeOfProjectionOrigin attribute.
| void TSLMDProjectionParameters::latitudeOfProjectionOrigin | ( | double * | input, |
| bool | assumeOwnership = true ) |
Sets the latitudeOfProjectionOrigin attribute.
|
inline |
Returns the longitudeOfCentralMeridian attribute.
|
inline |
Returns the longitudeOfCentralMeridian attribute.
| void TSLMDProjectionParameters::longitudeOfCentralMeridian | ( | double * | input, |
| bool | assumeOwnership = true ) |
Sets the longitudeOfCentralMeridian attribute.
|
inline |
Returns the longitudeOfProjectionCenter attribute.
|
inline |
Returns the longitudeOfProjectionCenter attribute.
| void TSLMDProjectionParameters::longitudeOfProjectionCenter | ( | double * | input, |
| bool | assumeOwnership = true ) |
Sets the longitudeOfProjectionCenter attribute.
|
inline |
|
inline |
| void TSLMDProjectionParameters::obliqueLineAzimuthParameter | ( | TSLMDObliqueLineAzimuth * | val, |
| bool | assumeOwnership = true ) |
|
inline |
|
inline |
| bool TSLMDProjectionParameters::obliqueLinePointParameter | ( | TSLMDObliqueLinePoint * | obj, |
| int | pos, | ||
| bool | assumeOwnership = true ) |
| TSLMDProjectionParameters & TSLMDProjectionParameters::operator= | ( | const TSLMDProjectionParameters & | right | ) |
Assignment operator.
|
inline |
Returns the scaleFactorAtCenterLine attribute.
|
inline |
Returns the scaleFactorAtCenterLine attribute.
| void TSLMDProjectionParameters::scaleFactorAtCenterLine | ( | double * | input, |
| bool | assumeOwnership = true ) |
Sets the scaleFactorAtCenterLine attribute.
|
inline |
Returns the scaleFactorAtEquator attribute.
|
inline |
Returns the scaleFactorAtEquator attribute.
| void TSLMDProjectionParameters::scaleFactorAtEquator | ( | double * | input, |
| bool | assumeOwnership = true ) |
Sets the scaleFactorAtEquator attribute.
|
inline |
Returns the scaleFactorAtProjectionOrigin attribute.
|
inline |
Returns the scaleFactorAtProjectionOrigin attribute.
| void TSLMDProjectionParameters::scaleFactorAtProjectionOrigin | ( | double * | input, |
| bool | assumeOwnership = true ) |
Sets the scaleFactorAtProjectionOrigin attribute.
|
virtual |
| bool TSLMDProjectionParameters::standardParallel | ( | double * | input, |
| int | position, | ||
| bool | assumeOwnership = true ) |
Sets the standardParallel attribute.
|
inline |
Returns the standardParallel attribute.
|
inline |
Returns the standardParallel attribute.
|
inline |
Returns the straightVerticalLongitudeFromPole attribute.
|
inline |
Returns the straightVerticalLongitudeFromPole attribute.
| void TSLMDProjectionParameters::straightVerticalLongitudeFromPole | ( | double * | input, |
| bool | assumeOwnership = true ) |
Sets the straightVerticalLongitudeFromPole attribute.
|
inline |
Returns the zone attribute.
|
inline |
Returns the zone attribute.
| void TSLMDProjectionParameters::zone | ( | int * | input, |
| bool | assumeOwnership = true ) |
Sets the zone attribute.