Package net.opengis.gml.v32
Interface AbstractTimeGeometricPrimitive
- All Superinterfaces:
AbstractGML
,AbstractTimePrimitive
,Serializable
- All Known Subinterfaces:
TimeInstant
,TimePeriod
- All Known Implementing Classes:
AbstractTimeGeometricPrimitiveImpl
,TimeInstantImpl
,TimePeriodImpl
POJO class for XML type AbstractTimeGeometricPrimitiveType(@http://www.opengis.net/gml/3.2).
This is a complex type.
-
Method Summary
Modifier and TypeMethodDescriptiongetFrame()
Gets the frame propertyboolean
Checks if frame is setvoid
Sets the frame 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 net.opengis.gml.v32.AbstractTimePrimitive
addRelatedTime, getNumRelatedTimes, getRelatedTimeList
-
Method Details
-
getFrame
String getFrame()Gets the frame property -
isSetFrame
boolean isSetFrame()Checks if frame is set -
setFrame
Sets the frame property
-