Package net.opengis.gml.v32.impl
Class AbstractCurveImpl
java.lang.Object
net.opengis.gml.v32.impl.AbstractGMLImpl
net.opengis.gml.v32.impl.AbstractGeometryImpl
net.opengis.gml.v32.impl.AbstractCurveImpl
- All Implemented Interfaces:
Serializable
,AbstractCurve
,AbstractGeometry
,AbstractGML
- Direct Known Subclasses:
LineStringImpl
POJO class for XML type AbstractCurveType(@http://www.opengis.net/gml/3.2).
This is a complex type.
- See Also:
-
Field Summary
Fields inherited from class net.opengis.gml.v32.impl.AbstractGeometryImpl
axisLabels, srsDimension, srsName, uomLabels
Fields inherited from class net.opengis.gml.v32.impl.AbstractGMLImpl
description, descriptionReference, id, identifier, metaDataPropertyList, nameList, UUID_CODE
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.opengis.gml.v32.impl.AbstractGeometryImpl
addCoordinatesToEnvelope, getAxisLabels, getGeomEnvelope, getSrsDimension, getSrsName, getUomLabels, isSetAxisLabels, isSetSrsDimension, isSetSrsName, isSetUomLabels, setAxisLabels, setSrsDimension, setSrsName, setUomLabels, unSetSrsDimension
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.AbstractGeometry
getAxisLabels, getGeomEnvelope, getSrsDimension, getSrsName, getUomLabels, isSetAxisLabels, isSetSrsDimension, isSetSrsName, isSetUomLabels, setAxisLabels, setSrsDimension, setSrsName, setUomLabels, unSetSrsDimension
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
-
Constructor Details
-
AbstractCurveImpl
public AbstractCurveImpl()
-