public interface FeatureProvider
Modifier and Type | Method and Description |
---|---|
Object |
get(int i) |
Object |
get(String name) |
FeatureProvider |
getCopy() |
Envelope |
getDefaultEnvelope() |
Geometry |
getDefaultGeometry() |
Object |
getOID() |
FeatureType |
getType() |
boolean |
isNew() |
boolean |
isNull(int i) |
boolean |
isNull(String name) |
boolean |
isReadOnly(int i)
Indicates whether the attributo must be assigned by the provider.
|
void |
set(int i,
Object value) |
void |
set(String name,
Object value) |
void |
setDefaultEnvelope(Envelope extent) |
void |
setDefaultGeometry(Geometry geom) |
void |
setNew(boolean isNew) |
void |
setOID(Object oid) |
boolean isReadOnly(int i)
i
- index of the attributevoid set(int i, Object value)
Object get(int i)
void setOID(Object oid)
Object getOID()
FeatureType getType()
FeatureProvider getCopy()
Envelope getDefaultEnvelope()
Geometry getDefaultGeometry()
void setDefaultEnvelope(Envelope extent)
void setDefaultGeometry(Geometry geom)
boolean isNull(int i)
boolean isNull(String name)
boolean isNew()
void setNew(boolean isNew)