26#ifndef __TERRALIB_FE_INTERNAL_IDCAPABILITIES_H
27#define __TERRALIB_FE_INTERNAL_IDCAPABILITIES_H
bool m_hasFID
GML version 2 gml:fid attribute.
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.
const bool & hasEID() const
It returns true if GML 3 identification is supported, otherwise, it returns false.
void disableEID()
It disables GML 3 identification support.
IdCapabilities()
It initializes a new IdCapabilities.
~IdCapabilities()
Destructor.
void disableFID()
It disables GML 2 identification support.
Namespace for the Filter Encoding module of TerraLib.
Configuration flags for the TerraLib Filter Encoding module.
#define TEFEEXPORT
You can use this macro in order to export/import classes and functions from this module.