MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
Loading...
Searching...
No Matches
TSLEXGeographicExtent Class Referenceabstract
Inheritance diagram for TSLEXGeographicExtent:

Detailed Description

Geographic area of the dataset

Public Member Functions

 TSLEXGeographicExtent ()
 
 TSLEXGeographicExtent (const TSLEXGeographicExtent &right)
 
virtual ~TSLEXGeographicExtent ()=0
 
TSLEXGeographicExtentoperator= (const TSLEXGeographicExtent &right)
 
void extentTypeCode (TSLBoolean input)
 
virtual TSLEXGeographicExtentclone () const =0
 
virtual TSLMD_RTTI const * classInfo () const
 
bool isKindOf (char const *className) const
 
virtual bool serialize (void *outputStreamOfXML, int indentation=-1, bool isRootHandler=true) const
 
TSLBoolean extentTypeCode () const
 

Static Public Attributes

static TSLMD_RTTI m_classInfo
 

Constructor & Destructor Documentation

◆ TSLEXGeographicExtent() [1/2]

TSLEXGeographicExtent::TSLEXGeographicExtent ( )

The default constructor.

◆ TSLEXGeographicExtent() [2/2]

TSLEXGeographicExtent::TSLEXGeographicExtent ( const TSLEXGeographicExtent & right)

The copy constructor.

◆ ~TSLEXGeographicExtent()

virtual TSLEXGeographicExtent::~TSLEXGeographicExtent ( )
pure virtual

The destructor.

Member Function Documentation

◆ classInfo()

virtual TSLMD_RTTI const * TSLEXGeographicExtent::classInfo ( ) const
virtual

◆ clone()

virtual TSLEXGeographicExtent * TSLEXGeographicExtent::clone ( ) const
pure virtual

Clone method for derived or derived from classes. Creates object on the heap, so the pointer must be deleted

Implemented in TSLEXBoundingPolygon, TSLEXGeographicBoundingBox, and TSLEXGeographicDescription.

◆ extentTypeCode() [1/2]

TSLBoolean TSLEXGeographicExtent::extentTypeCode ( ) const
inline

Returns the extentTypeCode attribute.

◆ extentTypeCode() [2/2]

void TSLEXGeographicExtent::extentTypeCode ( TSLBoolean input)

Sets the extentTypeCode attribute. TSLBooleanNULL is valid.

◆ isKindOf()

bool TSLEXGeographicExtent::isKindOf ( char const * className) const

Return true if this class is derived from the class named by className.

Parameters
classNamethe name of the class we are testing against.

◆ operator=()

TSLEXGeographicExtent & TSLEXGeographicExtent::operator= ( const TSLEXGeographicExtent & right)

Assignment operator.

◆ serialize()

virtual bool TSLEXGeographicExtent::serialize ( void * outputStreamOfXML,
int indentation = -1,
bool isRootHandler = true ) const
virtual

Member Data Documentation

◆ m_classInfo

TSLMD_RTTI TSLEXGeographicExtent::m_classInfo
static