![]() |
MapLink Pro 11.2
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
This represents a rectangular extent in geodetic space.
Public Member Functions | |
| TSLGeodeticExtent () | |
| TSLGeodeticExtent (const double latBL, const double lonBL, const double latTR, const double lonTR) | |
| double | latitudeBL () const |
| double | latitudeTR () const |
| double | longitudeBL () const |
| double | longitudeTR () const |
| void | latitudeBL (const double lat) |
| void | latitudeTR (const double lat) |
| void | longitudeBL (const double lon) |
| void | longitudeTR (const double lon) |
| void | set (double latBL, double lonBL, double latTR, double lonTR) |
|
inline |
Class TSLGeodeticExtent
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Sets the corners of the extent to the specified values.
| latBL | The latitude of the bottom left corner of the extent to set. |
| lonBL | The longitude of the bottom left corner of the extent to set. |
| latTR | The latitude of the top left corner of the extent to set. |
| lonTR | The longitude of the top left corner of the extent to set. |