const bool & hasFID() const 
It returns true if GML 2 identification is supported, otherwise, it returns false. 
 
void disableFID()
It disables GML 2 identification support. 
 
void disableEID()
It disables GML 3 identification support. 
 
void enableFID()
It enables GML 2 identification support. 
 
~IdCapabilities()
Destructor. 
 
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. 
 
Id capabilities include the ability to refer to elements in a GML version 3 data source using an ogc:...
 
IdCapabilities()
It initializes a new IdCapabilities.