Package org.vast.ogc.gml
Class GenericTemporalFeatureImpl
java.lang.Object
net.opengis.gml.v32.impl.AbstractGMLImpl
net.opengis.gml.v32.impl.AbstractFeatureImpl
org.vast.ogc.gml.GenericFeatureImpl
org.vast.ogc.gml.GenericTemporalFeatureImpl
- All Implemented Interfaces:
Serializable
,AbstractFeature
,AbstractGML
,GenericFeature
,IFeature
,IResource
- See Also:
-
Field Summary
FieldsFields inherited from class org.vast.ogc.gml.GenericFeatureImpl
properties, type
Fields inherited from class net.opengis.gml.v32.impl.AbstractFeatureImpl
boundedBy, location
Fields inherited from class net.opengis.gml.v32.impl.AbstractGMLImpl
description, descriptionReference, id, identifier, metaDataPropertyList, nameList, UUID_CODE
Fields inherited from interface org.vast.ogc.gml.IFeature
DEFAULT_QNAME
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setValidTime
(TimeExtent timeExtent) void
setValidTimeInstant
(OffsetDateTime dateTime) void
setValidTimePeriod
(OffsetDateTime beginTime, OffsetDateTime endTime) Methods inherited from class org.vast.ogc.gml.GenericFeatureImpl
getProperties, getProperty, getProperty, getType, setProperty, setProperty, setType
Methods inherited from class net.opengis.gml.v32.impl.AbstractFeatureImpl
equals, getBoundedBy, getGeometry, getGeometryProperty, hashCode, isSetBoundedBy, isSetGeometry, setBoundedByAsEnvelope, setGeometry
Methods inherited from class net.opengis.gml.v32.impl.AbstractGMLImpl
addName, getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataPropertyList, getName, getNameList, getNumNames, getUniqueIdentifier, isSetDescription, isSetDescriptionReference, isSetIdentifier, setDescription, setDescriptionReference, setId, setIdentifier, setName, setUniqueIdentifier
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
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, getUniqueIdentifier, hasCustomGeomProperty, hasCustomTimeProperty
Methods inherited from interface org.vast.util.IResource
getDescription, getName
-
Field Details
-
PROP_VALID_TIME
-
-
Constructor Details
-
GenericTemporalFeatureImpl
-
GenericTemporalFeatureImpl
-
-
Method Details
-
getValidTime
- Returns:
- feature validity period (or null if always valid)
-
setValidTimeInstant
-
setValidTimePeriod
-
setValidTime
-