36   assert(
m_id.empty() == 
false);
 
   45   assert(
id.empty() == 
false);
 
const std::string & getId() const 
It returns the feature identification value. 
 
ObjectId(const char *id, OidType oidType)
It initializes a new ObjectId. 
 
OidType
The type of object identification used. 
 
OidType getOidType() const 
It returns the format type used by the feature identification value. 
 
std::string m_id
The id in a string format. 
 
void setOidType(OidType t)
It sets the format type used by the feature identification value. 
 
void setId(const std::string &id)
It sets the feature identification value.