Package net.opengis.gml.v32.impl
Class TimeInstantImpl
java.lang.Object
net.opengis.gml.v32.impl.AbstractGMLImpl
net.opengis.gml.v32.impl.AbstractTimePrimitiveImpl
net.opengis.gml.v32.impl.AbstractTimeGeometricPrimitiveImpl
net.opengis.gml.v32.impl.TimeInstantImpl
- All Implemented Interfaces:
Serializable
,AbstractGML
,AbstractTimeGeometricPrimitive
,AbstractTimePrimitive
,TimeInstant
POJO class for XML type TimeInstantType(@http://www.opengis.net/gml/3.2).
This is a complex type.
- See Also:
-
Field Summary
FieldsFields inherited from class net.opengis.gml.v32.impl.AbstractTimeGeometricPrimitiveImpl
frame
Fields inherited from class net.opengis.gml.v32.impl.AbstractTimePrimitiveImpl
relatedTimeList
Fields inherited from class net.opengis.gml.v32.impl.AbstractGMLImpl
description, descriptionReference, id, identifier, metaDataPropertyList, nameList, UUID_CODE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the timePosition propertyint
hashCode()
void
setTimePosition
(TimePosition timePosition) Sets the timePosition propertyMethods inherited from class net.opengis.gml.v32.impl.AbstractTimeGeometricPrimitiveImpl
getFrame, isSetFrame, setFrame
Methods inherited from class net.opengis.gml.v32.impl.AbstractTimePrimitiveImpl
addRelatedTime, getNumRelatedTimes, getRelatedTimeList
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.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.AbstractTimeGeometricPrimitive
getFrame, isSetFrame, setFrame
Methods inherited from interface net.opengis.gml.v32.AbstractTimePrimitive
addRelatedTime, getNumRelatedTimes, getRelatedTimeList
-
Field Details
-
timePosition
-
-
Constructor Details
-
TimeInstantImpl
public TimeInstantImpl()
-
-
Method Details
-
getTimePosition
Gets the timePosition property- Specified by:
getTimePosition
in interfaceTimeInstant
-
setTimePosition
Sets the timePosition property- Specified by:
setTimePosition
in interfaceTimeInstant
-
equals
-
hashCode
public int hashCode()
-