public interface Feature extends Feature
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 |
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.
|
createBuilderFilter, 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, validate
toJson, toJson, toJsonBuilder, toJsonBuilder
Geometry 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()