Package net.opengis.gml.v32
Interface AbstractFeature
- All Superinterfaces:
AbstractGML
,IFeature
,IResource
,Serializable
- All Known Subinterfaces:
AbstractPhysicalProcess
,AbstractProcess
,AggregateProcess
,Deployment
,DescribedObject
,FeatureCollection
,GenericFeature
,IObservationSeries
,Mode
,PhysicalComponent
,PhysicalSystem
,SimpleProcess
- All Known Implementing Classes:
AbstractFeatureImpl
,AbstractProcessImpl
,AggregateProcessImpl
,DeploymentImpl
,DescribedObjectImpl
,ExtensibleFeatureImpl
,FeatureCollectionImpl
,GenericFeatureImpl
,GenericTemporalFeatureImpl
,ModeImpl
,MovingFeature
,ObservationImpl
,ParametricSamplingFeature
,PhysicalComponentImpl
,PhysicalSystemImpl
,ProcedureXML
,SamplingCurve
,SamplingFeature
,SamplingPoint
,SamplingPointXYZ
,SamplingSphere
,SamplingSurface
,SimpleProcessImpl
,ViewingFrustum
,ViewingSector
POJO class for XML type AbstractFeatureType(@http://www.opengis.net/gml/3.2).
This is a complex type.
-
Field Summary
Fields inherited from interface org.vast.ogc.gml.IFeature
DEFAULT_QNAME
-
Method Summary
Modifier and TypeMethodDescriptionGets the boundedBy propertyGets extra info (name, xlink, etc.) carried by the geometry propertyboolean
Checks if boundedBy is setboolean
Checks if geometry is setvoid
setBoundedByAsEnvelope
(Envelope boundedBy) Sets the boundedByAsEnvelope propertyvoid
setGeometry
(AbstractGeometry geom) Sets the geometry propertyMethods 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, getProperties, getQName, getType, getUniqueIdentifier, getValidTime, hasCustomGeomProperty, hasCustomTimeProperty
Methods inherited from interface org.vast.util.IResource
getDescription, getName
-
Method Details
-
getBoundedBy
Envelope getBoundedBy()Gets the boundedBy property -
isSetBoundedBy
boolean isSetBoundedBy()Checks if boundedBy is set -
setBoundedByAsEnvelope
Sets the boundedByAsEnvelope property -
getGeometryProperty
OgcProperty<AbstractGeometry> getGeometryProperty()Gets extra info (name, xlink, etc.) carried by the geometry property -
isSetGeometry
boolean isSetGeometry()Checks if geometry is set -
setGeometry
Sets the geometry property
-