public interface EditableFeature extends EditableFeature
ALL, FINISH_EDITING, UPDATE
Modifier and Type | Method and Description |
---|---|
void |
__call__()
Deprecated.
this method now return self alwais.
|
void |
__getitem__(String name)
Gets the value of the attribute name of the feature.
|
void |
__len__()
Gets the number of attributes of the feature.
|
void |
__setattr__(String name,
Object value)
Sets value of the attribute name.
|
void |
__setitem__(String name,
Object value)
Sets value of the attribute name.
|
void |
edit()
Deprecated.
can't use this method, is not jet implemented. Use getEditable instead.
|
Geometry |
geometry()
Gets the value of the default attribute to store the geometry.
|
dict |
getValues()
Create and return a dict and fill it with the name/values of the attributes.
|
Generator |
iteritems()
Allow to iterate ower the name/values of the attributes of the feature.
|
Generator |
iterkeys()
Allow to iterate ower the names of the attributes of the feature.
|
Generator |
itervalues()
Allow to iterate ower the values of the attributes of the feature.
|
void |
setGeometry(Geometry value)
Sets the geomtry asociated to the attribute name.
|
void |
setGeometry(String name,
Geometry value)
Sets the geomtry asociated to the attribute name.
|
void |
setValues(Object... values)
Assing the values passed as parameters to the feature.
|
copyFrom, getNotEditableCopy, getSource, set, set, setArray, setArray, setBoolean, setBoolean, setByte, setByte, setDate, setDate, setDefaultGeometry, setDouble, setDouble, setFeature, setFeature, setFloat, setFloat, setGeometry, setInstant, setInstant, setInt, setInt, setInterval, setInterval, setLong, setLong, setString, setString
get, get, getArray, getArray, getAsDynObject, getBoolean, getBoolean, getByte, getByte, getCopy, getDate, getDate, getDefaultEnvelope, getDefaultGeometry, getDefaultSRS, getDouble, getDouble, getEditable, getEvaluatorData, getFeature, getFeature, getFloat, getFloat, getGeometries, getGeometry, getGeometry, getInstant, getInstant, getInt, getInt, getInterval, getInterval, getLong, getLong, getReference, getSRSs, getStore, getString, getString, getType, validate
Geometry geometry()
dict getValues()
void edit()
void __getitem__(String name)
name
- of the atttribute to getvoid __call__()
void __len__()
Generator iteritems()
Generator itervalues()
Generator iterkeys()
void setGeometry(String name, Geometry value)
setGeometry
in interface EditableFeature
name
- of the atttribute to setvalue
- geomtry to set in the attribute namevoid setGeometry(Geometry value)
value
- geomtry to set in the default attribute for the geometryvoid setValues(Object... values)
void __setitem__(String name, Object value)
name
- of the atttribute to setvalue
- to set in the attribute name