Package org.vast.ogc.gml
Interface GenericFeature
- All Superinterfaces:
 AbstractFeature,AbstractGML,IFeature,IResource,Serializable
- All Known Subinterfaces:
 IObservationSeries
- All Known Implementing Classes:
 GenericFeatureImpl,GenericTemporalFeatureImpl,MovingFeature,ObservationImpl,ProcedureXML
Basic interface for a feature object
- Since:
 - Sep 28, 2012
 
- 
Field Summary
Fields inherited from interface org.vast.ogc.gml.IFeature
DEFAULT_QNAME - 
Method Summary
Modifier and TypeMethodDescriptiongetProperty(String name) getProperty(QName qname) voidsetProperty(String name, Object value) voidsetProperty(QName qname, Object value) Methods inherited from interface net.opengis.gml.v32.AbstractFeature
getBoundedBy, getGeometryProperty, isSetBoundedBy, isSetGeometry, setBoundedByAsEnvelope, setGeometryMethods inherited from interface net.opengis.gml.v32.AbstractGML
addName, getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataPropertyList, getName, getNameList, getNumNames, getUniqueIdentifier, isSetDescription, isSetDescriptionReference, isSetIdentifier, setDescription, setDescriptionReference, setId, setIdentifier, setName, setUniqueIdentifierMethods inherited from interface org.vast.ogc.gml.IFeature
getGeometry, getId, getQName, getType, getUniqueIdentifier, getValidTime, hasCustomGeomProperty, hasCustomTimePropertyMethods inherited from interface org.vast.util.IResource
getDescription, getName 
- 
Method Details
- 
getProperties
- Specified by:
 getPropertiesin interfaceIFeature- Returns:
 - the property list
 
 - 
getProperty
 - 
setProperty
 - 
getProperty
 - 
setProperty
 
 -