MapLink Pro .
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
void appendExtendedInformation (const char *key, const char *value)
virtual bool serialize (void *outputStreamOfXML, int indentation=-1, bool isRootHandler=true) const
TSLBoolean extentTypeCode () const
const TSLCharacterStringobjectIdentifier () const
TSLCharacterStringobjectIdentifier ()
const TSLCharacterStringextendedInformation () const
TSLCharacterStringextendedInformation ()

Static Public Member Functions

static TSLCharacterStringgetObjectIdentifier ()

Static Public Attributes

static TSLMD_RTTI m_classInfo

Protected Attributes

TSLCharacterStringm_extendedInformation
TSLCharacterStringm_objectIdentifier

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

◆ appendExtendedInformation()

void TSLEXGeographicExtent::appendExtendedInformation ( const char * key,
const char * value )

◆ 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.

◆ extendedInformation() [1/2]

TSLCharacterString * TSLEXGeographicExtent::extendedInformation ( )
inline

◆ extendedInformation() [2/2]

const TSLCharacterString * TSLEXGeographicExtent::extendedInformation ( ) const
inline

Accessors for the extendedInformation attribute.

◆ 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.

◆ getObjectIdentifier()

TSLCharacterString * TSLEXGeographicExtent::getObjectIdentifier ( )
static

◆ 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.

◆ objectIdentifier() [1/2]

TSLCharacterString * TSLEXGeographicExtent::objectIdentifier ( )
inline

◆ objectIdentifier() [2/2]

const TSLCharacterString * TSLEXGeographicExtent::objectIdentifier ( ) const
inline

Accessors for the objectIdentifier attribute. Note that objectIdentifier has no setter

◆ 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

◆ m_extendedInformation

TSLCharacterString* TSLEXGeographicExtent::m_extendedInformation
protected

◆ m_objectIdentifier

TSLCharacterString* TSLEXGeographicExtent::m_objectIdentifier
protected