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 |
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.
|
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()