26 #ifndef __TERRALIB_FE_INTERNAL_ABSTRACTID_H 
   27 #define __TERRALIB_FE_INTERNAL_ABSTRACTID_H 
   84         ObjectId(
const char* 
id, OidType oidType);
 
  101         void setId(
const std::string& 
id);
 
  108         const std::string& getId() 
const;
 
  115         void setOidType(OidType t);
 
  122         OidType getOidType() 
const;
 
  135 #endif  // __TERRALIB_FE_INTERNAL_ABSTRACTID_H 
Configuration flags for the TerraLib Filter Encoding module. 
 
OidType
The type of object identification used. 
 
std::string m_id
The id in a string format. 
 
OidType m_oidType
May be one of: GmlObjectId, FeatureId, ObjectId, RecordId. 
 
#define TEFEEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
An object identifier is meant to represent a unique identifier for an object instance within the cont...