26 #ifndef __TERRALIB_FE_INTERNAL_IDCAPABILITIES_H
27 #define __TERRALIB_FE_INTERNAL_IDCAPABILITIES_H
Id capabilities include the ability to refer to elements in a GML version 3 data source using an ogc:...
bool m_hasFID
GML version 2 gml:fid attribute.
const bool & hasEID() const
It returns true if GML 3 identification is supported, otherwise, it returns false.
const bool & hasFID() const
It returns true if GML 2 identification is supported, otherwise, it returns false.
bool m_hasEID
GML version 3 data source may have gml:id.
void enableFID()
It enables GML 2 identification support.
void enableEID()
It enables GML 3 identification support.
void disableEID()
It disables GML 3 identification support.
IdCapabilities()
It initializes a new IdCapabilities.
~IdCapabilities()
Destructor.
void disableFID()
It disables GML 2 identification support.
#define TEFEEXPORT
You can use this macro in order to export/import classes and functions from this module.
Proxy configuration file for TerraView (see terraview_config.h).