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
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 TypeMethodDescriptiongetFrame()Gets the frame propertybooleanChecks if frame is setvoidSets the frame propertyMethods 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, equals, finalize, getClass, hashCode, 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.AbstractTimePrimitive
addRelatedTime, getNumRelatedTimes, getRelatedTimeList
-
Field Details
-
frame
-
-
Constructor Details
-
AbstractTimeGeometricPrimitiveImpl
public AbstractTimeGeometricPrimitiveImpl()
-
-
Method Details
-
getFrame
Gets the frame property- Specified by:
getFramein interfaceAbstractTimeGeometricPrimitive
-
isSetFrame
public boolean isSetFrame()Checks if frame is set- Specified by:
isSetFramein interfaceAbstractTimeGeometricPrimitive
-
setFrame
Sets the frame property- Specified by:
setFramein interfaceAbstractTimeGeometricPrimitive
-