Package nl.b3p.csw.jaxb.gml
Class AbstractGeometricAggregateType
- java.lang.Object
-
- nl.b3p.csw.jaxb.gml.AbstractGMLType
-
- nl.b3p.csw.jaxb.gml.AbstractGeometryType
-
- nl.b3p.csw.jaxb.gml.AbstractGeometricAggregateType
-
- Direct Known Subclasses:
MultiCurveType,MultiGeometryType,MultiLineStringType,MultiPointType,MultiPolygonType,MultiSolidType,MultiSurfaceType
public abstract class AbstractGeometricAggregateType extends AbstractGeometryType
This is the abstract root type of the geometric aggregates.Java class for AbstractGeometricAggregateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractGeometricAggregateType"> <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 AbstractGeometricAggregateType()Default no-arg constructorAbstractGeometricAggregateType(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
-
AbstractGeometricAggregateType
public AbstractGeometricAggregateType()
Default no-arg constructor
-
AbstractGeometricAggregateType
public AbstractGeometricAggregateType(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
-
-