public class DummyFeature extends Object implements org.opengis.feature.simple.SimpleFeature
Constructor and Description |
---|
DummyFeature() |
Modifier and Type | Method and Description |
---|---|
Object |
getAttribute(int arg0) |
Object |
getAttribute(org.opengis.feature.type.Name arg0) |
Object |
getAttribute(String arg0) |
int |
getAttributeCount() |
List<Object> |
getAttributes() |
org.opengis.geometry.BoundingBox |
getBounds() |
Object |
getDefaultGeometry() |
org.opengis.feature.GeometryAttribute |
getDefaultGeometryProperty() |
org.opengis.feature.type.AttributeDescriptor |
getDescriptor() |
org.opengis.feature.simple.SimpleFeatureType |
getFeatureType() |
String |
getID() |
org.opengis.filter.identity.FeatureId |
getIdentifier() |
org.opengis.feature.type.Name |
getName() |
Collection<org.opengis.feature.Property> |
getProperties() |
Collection<org.opengis.feature.Property> |
getProperties(org.opengis.feature.type.Name arg0) |
Collection<org.opengis.feature.Property> |
getProperties(String arg0) |
org.opengis.feature.Property |
getProperty(org.opengis.feature.type.Name arg0) |
org.opengis.feature.Property |
getProperty(String arg0) |
org.opengis.feature.simple.SimpleFeatureType |
getType() |
Map<Object,Object> |
getUserData() |
Collection<? extends org.opengis.feature.Property> |
getValue() |
boolean |
isNillable() |
void |
setAttribute(int arg0,
Object arg1) |
void |
setAttribute(org.opengis.feature.type.Name arg0,
Object arg1) |
void |
setAttribute(String arg0,
Object arg1) |
void |
setAttributes(List<Object> arg0) |
void |
setAttributes(Object[] arg0) |
void |
setDefaultGeometry(Object arg0) |
void |
setDefaultGeometryProperty(org.opengis.feature.GeometryAttribute arg0) |
void |
setValue(Collection<org.opengis.feature.Property> arg0) |
void |
setValue(Object arg0) |
void |
validate() |
public org.opengis.geometry.BoundingBox getBounds()
getBounds
in interface org.opengis.feature.Feature
Feature.getBounds()
public org.opengis.feature.GeometryAttribute getDefaultGeometryProperty()
getDefaultGeometryProperty
in interface org.opengis.feature.Feature
Feature.getDefaultGeometryProperty()
public org.opengis.filter.identity.FeatureId getIdentifier()
getIdentifier
in interface org.opengis.feature.Attribute
getIdentifier
in interface org.opengis.feature.Feature
Feature.getIdentifier()
public void setDefaultGeometryProperty(org.opengis.feature.GeometryAttribute arg0)
setDefaultGeometryProperty
in interface org.opengis.feature.Feature
Feature.setDefaultGeometryProperty(org.opengis.feature.GeometryAttribute)
public Collection<org.opengis.feature.Property> getProperties()
getProperties
in interface org.opengis.feature.ComplexAttribute
ComplexAttribute.getProperties()
public Collection<org.opengis.feature.Property> getProperties(org.opengis.feature.type.Name arg0)
getProperties
in interface org.opengis.feature.ComplexAttribute
ComplexAttribute.getProperties(org.opengis.feature.type.Name)
public Collection<org.opengis.feature.Property> getProperties(String arg0)
getProperties
in interface org.opengis.feature.ComplexAttribute
ComplexAttribute.getProperties(java.lang.String)
public org.opengis.feature.Property getProperty(org.opengis.feature.type.Name arg0)
getProperty
in interface org.opengis.feature.ComplexAttribute
ComplexAttribute.getProperty(org.opengis.feature.type.Name)
public org.opengis.feature.Property getProperty(String arg0)
getProperty
in interface org.opengis.feature.ComplexAttribute
ComplexAttribute.getProperty(java.lang.String)
public Collection<? extends org.opengis.feature.Property> getValue()
getValue
in interface org.opengis.feature.ComplexAttribute
getValue
in interface org.opengis.feature.Property
ComplexAttribute.getValue()
public void setValue(Collection<org.opengis.feature.Property> arg0)
setValue
in interface org.opengis.feature.ComplexAttribute
ComplexAttribute.setValue(java.util.Collection)
public void validate() throws org.opengis.feature.IllegalAttributeException
validate
in interface org.opengis.feature.Attribute
validate
in interface org.opengis.feature.ComplexAttribute
org.opengis.feature.IllegalAttributeException
ComplexAttribute.validate()
public org.opengis.feature.type.AttributeDescriptor getDescriptor()
getDescriptor
in interface org.opengis.feature.Attribute
getDescriptor
in interface org.opengis.feature.Property
Attribute.getDescriptor()
public org.opengis.feature.type.Name getName()
getName
in interface org.opengis.feature.Property
Property.getName()
public Map<Object,Object> getUserData()
getUserData
in interface org.opengis.feature.Property
Property.getUserData()
public boolean isNillable()
isNillable
in interface org.opengis.feature.Property
Property.isNillable()
public void setValue(Object arg0)
setValue
in interface org.opengis.feature.Property
Property.setValue(java.lang.Object)
public Object getAttribute(String arg0)
getAttribute
in interface org.opengis.feature.simple.SimpleFeature
SimpleFeature.getAttribute(java.lang.String)
public Object getAttribute(org.opengis.feature.type.Name arg0)
getAttribute
in interface org.opengis.feature.simple.SimpleFeature
SimpleFeature.getAttribute(org.opengis.feature.type.Name)
public Object getAttribute(int arg0) throws IndexOutOfBoundsException
getAttribute
in interface org.opengis.feature.simple.SimpleFeature
IndexOutOfBoundsException
SimpleFeature.getAttribute(int)
public int getAttributeCount()
getAttributeCount
in interface org.opengis.feature.simple.SimpleFeature
SimpleFeature.getAttributeCount()
public List<Object> getAttributes()
getAttributes
in interface org.opengis.feature.simple.SimpleFeature
SimpleFeature.getAttributes()
public Object getDefaultGeometry()
getDefaultGeometry
in interface org.opengis.feature.simple.SimpleFeature
SimpleFeature.getDefaultGeometry()
public org.opengis.feature.simple.SimpleFeatureType getFeatureType()
getFeatureType
in interface org.opengis.feature.simple.SimpleFeature
SimpleFeature.getFeatureType()
public String getID()
getID
in interface org.opengis.feature.simple.SimpleFeature
SimpleFeature.getID()
public org.opengis.feature.simple.SimpleFeatureType getType()
getType
in interface org.opengis.feature.Attribute
getType
in interface org.opengis.feature.ComplexAttribute
getType
in interface org.opengis.feature.Feature
getType
in interface org.opengis.feature.Property
getType
in interface org.opengis.feature.simple.SimpleFeature
SimpleFeature.getType()
public void setAttribute(String arg0, Object arg1)
setAttribute
in interface org.opengis.feature.simple.SimpleFeature
SimpleFeature.setAttribute(java.lang.String,
java.lang.Object)
public void setAttribute(org.opengis.feature.type.Name arg0, Object arg1)
setAttribute
in interface org.opengis.feature.simple.SimpleFeature
SimpleFeature.setAttribute(org.opengis.feature.type.Name,
java.lang.Object)
public void setAttribute(int arg0, Object arg1) throws IndexOutOfBoundsException
setAttribute
in interface org.opengis.feature.simple.SimpleFeature
IndexOutOfBoundsException
SimpleFeature.setAttribute(int,
java.lang.Object)
public void setAttributes(List<Object> arg0)
setAttributes
in interface org.opengis.feature.simple.SimpleFeature
SimpleFeature.setAttributes(java.util.List)
public void setAttributes(Object[] arg0)
setAttributes
in interface org.opengis.feature.simple.SimpleFeature
SimpleFeature.setAttributes(java.lang.Object[])
public void setDefaultGeometry(Object arg0)
setDefaultGeometry
in interface org.opengis.feature.simple.SimpleFeature
SimpleFeature.setDefaultGeometry(java.lang.Object)
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a