public interface FeatureReferenceProviderServices extends FeatureReference
| Modifier and Type | Method and Description |
|---|---|
String |
getFeatureTypeId()
Return the identifier of the
FeatureType of the represented
feature |
String[] |
getKeyNames()
Return the attribute names that compound the Primary Key of represented
feature
|
Object |
getKeyValue(String name)
Return the value of an attribute that compound the Primary Key of
represented feature
|
Object |
getOID()
Return the OID (Object IDentifier) object that represents this reference
Note: this can be
null if provider does not
support OID |
getFeature, getFeature, isNewFeatureObject getOID()
null if provider does not
support OIDObject that identifies a featureFeatureStoreProvider.getOIDType(),
FeatureType.hasOID()String[] getKeyNames()
getKeyValue(String)Object getKeyValue(String name)
name - getKeyNames()String getFeatureTypeId()
FeatureType of the represented
feature