MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
Loading...
Searching...
No Matches
TSLGeodeticExtent Class Reference

Detailed Description

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)
 

Constructor & Destructor Documentation

◆ TSLGeodeticExtent() [1/2]

TSLGeodeticExtent::TSLGeodeticExtent ( )
inline

◆ TSLGeodeticExtent() [2/2]

TSLGeodeticExtent::TSLGeodeticExtent ( const double latBL,
const double lonBL,
const double latTR,
const double lonTR )
inline

Member Function Documentation

◆ latitudeBL() [1/2]

double TSLGeodeticExtent::latitudeBL ( ) const
inline

◆ latitudeBL() [2/2]

void TSLGeodeticExtent::latitudeBL ( const double lat)
inline

◆ latitudeTR() [1/2]

double TSLGeodeticExtent::latitudeTR ( ) const
inline

◆ latitudeTR() [2/2]

void TSLGeodeticExtent::latitudeTR ( const double lat)
inline

◆ longitudeBL() [1/2]

double TSLGeodeticExtent::longitudeBL ( ) const
inline

◆ longitudeBL() [2/2]

void TSLGeodeticExtent::longitudeBL ( const double lon)
inline

◆ longitudeTR() [1/2]

double TSLGeodeticExtent::longitudeTR ( ) const
inline

◆ longitudeTR() [2/2]

void TSLGeodeticExtent::longitudeTR ( const double lon)
inline

◆ set()

void TSLGeodeticExtent::set ( double latBL,
double lonBL,
double latTR,
double lonTR )
inline

Sets the corners of the extent to the specified values.

Parameters
latBLThe latitude of the bottom left corner of the extent to set.
lonBLThe longitude of the bottom left corner of the extent to set.
latTRThe latitude of the top left corner of the extent to set.
lonTRThe longitude of the top left corner of the extent to set.