org.geotools.data.jdbc
Class MutableFIDFeature
Object
SimpleFeatureImpl
MutableFIDFeature
- All Implemented Interfaces:
- Attribute, ComplexAttribute, Feature, Property, SimpleFeature
Deprecated. scheduled for removal in 2.7, use classes in org.geotools.jdbc
public class MutableFIDFeature
- extends SimpleFeatureImpl
- Author:
- Sean Geoghegan, Defence Science and Technology Organisation, $Author: aaime $
- Module:
modules/library/jdbc (gt-jdbc.jar)
Method Summary |
void |
setID(String fid)
Deprecated. Sets the FID, used by datastores only. |
Methods inherited from class 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 |
MutableFIDFeature
public MutableFIDFeature(List<Object> values,
SimpleFeatureType ft,
String fid)
throws IllegalAttributeException
- Deprecated.
- Throws:
IllegalAttributeException
setID
public void setID(String fid)
- Deprecated.
- Sets the FID, used by datastores only.
I would love to protect this for safety reason, i.e. so client classes can't
use it by casting to it.
- Parameters:
id
- The fid to set.
Copyright © 1996-2009 Geotools. All Rights Reserved.