|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.feature.simple.SimpleFeatureImpl
org.geotools.data.jdbc.MutableFIDFeature
public class MutableFIDFeature
Field Summary |
---|
Fields inherited from class org.geotools.feature.simple.SimpleFeatureImpl |
---|
attributeUserData, featureType, id, index, userData, validating, values |
Constructor Summary | |
---|---|
MutableFIDFeature(java.util.List<java.lang.Object> values,
org.opengis.feature.simple.SimpleFeatureType ft,
java.lang.String fid)
Deprecated. |
Method Summary | |
---|---|
void |
setID(java.lang.String fid)
Deprecated. Sets the FID, used by datastores only. |
Methods inherited from class org.geotools.feature.simple.SimpleFeatureImpl |
---|
equals, getAttribute, getAttribute, getAttribute, getAttributeCount, getAttributes, getBounds, getDefaultGeometry, getDefaultGeometryProperty, getDescriptor, getFeatureType, getID, getIdentifier, getName, getNumberOfAttributes, getProperties, getProperties, getProperties, getProperty, getProperty, getType, getUserData, getValue, hashCode, isNillable, setAttribute, setAttribute, setAttribute, setAttributes, setAttributes, setDefaultGeometry, setDefaultGeometryProperty, setValue, setValue, toString, validate |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MutableFIDFeature(java.util.List<java.lang.Object> values, org.opengis.feature.simple.SimpleFeatureType ft, java.lang.String fid) throws IllegalAttributeException
IllegalAttributeException
Method Detail |
---|
public void setID(java.lang.String fid)
id
- The fid to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |