Package nl.b3p.csw.jaxb.gml
Class AbstractCurveType
- java.lang.Object
-
- nl.b3p.csw.jaxb.gml.AbstractGMLType
-
- nl.b3p.csw.jaxb.gml.AbstractGeometryType
-
- nl.b3p.csw.jaxb.gml.AbstractGeometricPrimitiveType
-
- nl.b3p.csw.jaxb.gml.AbstractCurveType
-
- Direct Known Subclasses:
CurveType,LineStringType,OrientableCurveType
public abstract class AbstractCurveType extends AbstractGeometricPrimitiveType
An abstraction of a curve to support the different levels of complexity. The curve can 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}AbstractGeometricPrimitiveType"> </extension> </complexContent> </complexType>
-
-
Field Summary
-
Fields inherited from class nl.b3p.csw.jaxb.gml.AbstractGeometryType
axisLabels, gid, srsDimension, srsName, uomLabels
-
Fields inherited from class nl.b3p.csw.jaxb.gml.AbstractGMLType
description, id, metaDataProperty, name
-
-
Constructor Summary
Constructors Constructor Description AbstractCurveType()Default no-arg constructorAbstractCurveType(List<MetaDataProperty> metaDataProperty, Description description, List<Name> name, String id, String gid, String srsName, BigInteger srsDimension, List<String> axisLabels, List<String> uomLabels)Fully-initialising value constructor
-
Method Summary
-
Methods inherited from class nl.b3p.csw.jaxb.gml.AbstractGeometryType
getAxisLabels, getGid, getSrsDimension, getSrsName, getUomLabels, setGid, setSrsDimension, setSrsName
-
Methods inherited from class nl.b3p.csw.jaxb.gml.AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, setDescription, setId
-
-
-
-
Constructor Detail
-
AbstractCurveType
public AbstractCurveType()
Default no-arg constructor
-
AbstractCurveType
public AbstractCurveType(List<MetaDataProperty> metaDataProperty, Description description, List<Name> name, String id, String gid, String srsName, BigInteger srsDimension, List<String> axisLabels, List<String> uomLabels)
Fully-initialising value constructor
-
-