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) void
setProperty
(String name, Object value) void
setProperty
(QName qname, Object value) Methods inherited from interface net.opengis.gml.v32.AbstractFeature
getBoundedBy, getGeometryProperty, isSetBoundedBy, isSetGeometry, setBoundedByAsEnvelope, setGeometry
Methods 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, setUniqueIdentifier
Methods inherited from interface org.vast.ogc.gml.IFeature
getGeometry, getId, getQName, getType, getUniqueIdentifier, getValidTime, hasCustomGeomProperty, hasCustomTimeProperty
Methods inherited from interface org.vast.util.IResource
getDescription, getName
-
Method Details
-
getProperties
- Specified by:
getProperties
in interfaceIFeature
- Returns:
- the property list
-
getProperty
-
setProperty
-
getProperty
-
setProperty
-