Package nl.b3p.csw.jaxb.gml
Class AbstractGeometricPrimitiveType
- java.lang.Object
-
- nl.b3p.csw.jaxb.gml.AbstractGMLType
-
- nl.b3p.csw.jaxb.gml.AbstractGeometryType
-
- nl.b3p.csw.jaxb.gml.AbstractGeometricPrimitiveType
-
- Direct Known Subclasses:
AbstractCurveType,AbstractSolidType,AbstractSurfaceType,PointType
public abstract class AbstractGeometricPrimitiveType extends AbstractGeometryType
This is the abstract root type of the geometric primitives. A geometric primitive is a geometric object that is not decomposed further into other primitives in the system. All primitives are oriented in the direction implied by the sequence of their coordinate tuples.Java class for AbstractGeometricPrimitiveType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractGeometricPrimitiveType"> <complexContent> <extension base="{http://www.opengis.net/gml}AbstractGeometryType"> </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 AbstractGeometricPrimitiveType()Default no-arg constructorAbstractGeometricPrimitiveType(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
-
AbstractGeometricPrimitiveType
public AbstractGeometricPrimitiveType()
Default no-arg constructor
-
AbstractGeometricPrimitiveType
public AbstractGeometricPrimitiveType(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
-
-