Package nl.b3p.topnl.top50nl
Class AbstractCurveType
java.lang.Object
nl.b3p.topnl.top50nl.AbstractGMLType
nl.b3p.topnl.top50nl.AbstractGeometryType
nl.b3p.topnl.top50nl.AbstractGeometricPrimitiveType
nl.b3p.topnl.top50nl.AbstractCurveType
gml:AbstractCurveType is an abstraction of a curve to support the different levels of complexity.
The curve may always be viewed as a geometric primitive, i.e. is continuous.
Java class for AbstractCurveType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractCurveType"> <complexContent> <extension base="{http://www.opengis.net/gml/3.2}AbstractGeometricPrimitiveType"> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class nl.b3p.topnl.top50nl.AbstractGeometryType
axisLabels, srsDimension, srsName, uomLabels
Fields inherited from class nl.b3p.topnl.top50nl.AbstractGMLType
description, descriptionReference, id, identifier, metaDataProperty, name
-
Constructor Summary
-
Method Summary
Methods inherited from class nl.b3p.topnl.top50nl.AbstractGeometryType
getAxisLabels, getSrsDimension, getSrsName, getUomLabels, setSrsDimension, setSrsName
Methods inherited from class nl.b3p.topnl.top50nl.AbstractGMLType
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifier
-
Constructor Details
-
AbstractCurveType
public AbstractCurveType()
-