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
frameFields inherited from class net.opengis.gml.v32.impl.AbstractTimePrimitiveImpl
relatedTimeListFields inherited from class net.opengis.gml.v32.impl.AbstractGMLImpl
description, descriptionReference, id, identifier, metaDataPropertyList, nameList, UUID_CODE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the timePosition propertyinthashCode()voidsetTimePosition(TimePosition timePosition) Sets the timePosition propertyMethods inherited from class net.opengis.gml.v32.impl.AbstractTimeGeometricPrimitiveImpl
getFrame, isSetFrame, setFrameMethods inherited from class net.opengis.gml.v32.impl.AbstractTimePrimitiveImpl
addRelatedTime, getNumRelatedTimes, getRelatedTimeListMethods 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, setUniqueIdentifierMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods 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, setUniqueIdentifierMethods inherited from interface net.opengis.gml.v32.AbstractTimeGeometricPrimitive
getFrame, isSetFrame, setFrameMethods 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:
getTimePositionin interfaceTimeInstant
-
setTimePosition
Sets the timePosition property- Specified by:
setTimePositionin interfaceTimeInstant
-
equals
-
hashCode
public int hashCode()
-