Package net.opengis.gml.v32.impl
Class AbstractTimeGeometricPrimitiveImpl
java.lang.Object
net.opengis.gml.v32.impl.AbstractGMLImpl
net.opengis.gml.v32.impl.AbstractTimePrimitiveImpl
net.opengis.gml.v32.impl.AbstractTimeGeometricPrimitiveImpl
- All Implemented Interfaces:
Serializable
,AbstractGML
,AbstractTimeGeometricPrimitive
,AbstractTimePrimitive
- Direct Known Subclasses:
TimeInstantImpl
,TimePeriodImpl
public abstract class AbstractTimeGeometricPrimitiveImpl
extends AbstractTimePrimitiveImpl
implements AbstractTimeGeometricPrimitive
POJO class for XML type AbstractTimeGeometricPrimitiveType(@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.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 TypeMethodDescriptiongetFrame()
Gets the frame propertyboolean
Checks if frame is setvoid
Sets the frame propertyMethods 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, equals, finalize, getClass, hashCode, 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.AbstractTimePrimitive
addRelatedTime, getNumRelatedTimes, getRelatedTimeList
-
Field Details
-
frame
-
-
Constructor Details
-
AbstractTimeGeometricPrimitiveImpl
public AbstractTimeGeometricPrimitiveImpl()
-
-
Method Details
-
getFrame
Gets the frame property- Specified by:
getFrame
in interfaceAbstractTimeGeometricPrimitive
-
isSetFrame
public boolean isSetFrame()Checks if frame is set- Specified by:
isSetFrame
in interfaceAbstractTimeGeometricPrimitive
-
setFrame
Sets the frame property- Specified by:
setFrame
in interfaceAbstractTimeGeometricPrimitive
-