Package net.opengis.gml.v32
Interface AbstractTimePrimitive
- All Superinterfaces:
AbstractGML
,Serializable
- All Known Subinterfaces:
AbstractTimeGeometricPrimitive
,TimeInstant
,TimePeriod
- All Known Implementing Classes:
AbstractTimeGeometricPrimitiveImpl
,AbstractTimePrimitiveImpl
,TimeInstantImpl
,TimePeriodImpl
POJO class for XML type AbstractTimePrimitiveType(@http://www.opengis.net/gml/3.2).
This is a complex type.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addRelatedTime
(AbstractTimePrimitive relatedTime) Adds a new relatedTime propertyint
Returns number of relatedTime propertiesGets the list of relatedTime propertiesMethods 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
-
Method Details
-
getRelatedTimeList
OgcPropertyList<AbstractTimePrimitive> getRelatedTimeList()Gets the list of relatedTime properties -
getNumRelatedTimes
int getNumRelatedTimes()Returns number of relatedTime properties -
addRelatedTime
Adds a new relatedTime property
-