|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectSimpleFeatureImpl
MutableFIDFeature
public class MutableFIDFeature
Field Summary |
---|
Fields inherited from class SimpleFeatureImpl |
---|
attributeUserData, featureType, id, index, userData, validating, values |
Constructor Summary | |
---|---|
MutableFIDFeature(List<Object> values,
SimpleFeatureType ft,
String fid)
|
Method Summary | |
---|---|
void |
setID(String fid)
Sets the FID, used by datastores only. |
Methods inherited from class Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MutableFIDFeature(List<Object> values, SimpleFeatureType ft, String fid) throws IllegalAttributeException
IllegalAttributeException
Method Detail |
---|
public void setID(String fid)
id
- The fid to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |