public interface EditableFeature extends EditableFeature
CHECK_BASIC, CHECK_REQUIREDS, CHECK_RULES_AT_EDITING, CHECK_RULES_AT_FINISH| Modifier and Type | Method and Description |
|---|---|
void |
__call__()
Deprecated.
this method now return self alwais.
|
void |
__getitem__(java.lang.String name)
Gets the value of the attribute name of the feature.
|
void |
__len__()
Gets the number of attributes of the feature.
|
void |
__setattr__(java.lang.String name,
java.lang.Object value)
Sets value of the attribute name.
|
void |
__setitem__(java.lang.String name,
java.lang.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(java.lang.String name,
Geometry value)
Sets the geomtry asociated to the attribute name.
|
void |
setValues(java.lang.Object... values)
Assing the values passed as parameters to the feature.
|
canSetValue, canSetValue, copyFrom, copyFrom, copyFrom, copyFrom, copyFrom, getNotEditableCopy, getOriginal, getSource, isUpdatable, set, set, setArray, setArray, setBoolean, setBoolean, setByte, setByte, setDate, setDate, setDecimal, setDecimal, setDefaultGeometry, setDouble, setDouble, setFeature, setFeature, setFloat, setFloat, setGeometry, setInstant, setInstant, setInt, setInt, setInterval, setInterval, setLong, setLong, setString, setString, setUpdatablecreateBuilderFilter, createFilter, format, format, get, get, getArray, getArray, getAsDynObject, getBoolean, getBoolean, getBooleanOrDefault, getBooleanOrDefault, getByte, getByte, getByteArray, getByteArray, getCopy, getDate, getDate, getDateOrDefault, getDateOrDefault, getDecimal, getDecimal, getDecimalOrDefault, getDecimalOrDefault, getDefaultEnvelope, getDefaultGeometry, getDefaultSRS, getDouble, getDouble, getDoubleOrDefault, getDoubleOrDefault, getEditable, getEvaluatorData, getExtraValue, getExtraValue, getFeature, getFeature, getFloat, getFloat, getFloatOrDefault, getFloatOrDefault, getForeignFeature, getFromProfile, getFromProfile, getGeometries, getGeometry, getGeometry, getInt, getInt, getIntOrDefault, getIntOrDefault, getLabelOfValue, getLong, getLong, getLongOrDefault, getLongOrDefault, getOrDefault, getOrDefault, getOrDefault, getOrDefault, getReference, getSRSs, getStore, getString, getString, getStringOrDefault, getStringOrDefault, getTime, getTime, getTimestamp, getTimestamp, getType, hasExtraValue, hasValue, isBroken, isNull, isNull, setExtraValue, validatetoJson, toJson, toJsonBuilder, toJsonBuilderGeometry geometry()
dict getValues()
void edit()
void __getitem__(java.lang.String name)
name - of the atttribute to getvoid __call__()
void __len__()
Generator iteritems()
Generator itervalues()
Generator iterkeys()
void setGeometry(java.lang.String name,
Geometry value)
setGeometry in interface EditableFeaturename - 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(java.lang.Object... values)
void __setitem__(java.lang.String name,
java.lang.Object value)
name - of the atttribute to setvalue - to set in the attribute namevoid __setattr__(java.lang.String name,
java.lang.Object value)
name - of the atttribute to setvalue - to set in the attribute name