Package nl.b3p.csw.jaxb.gml
Class AbstractSurfaceType
- 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.AbstractSurfaceType
-
- Direct Known Subclasses:
OrientableSurfaceType,PolygonType,SurfaceType
public class AbstractSurfaceType extends AbstractGeometricPrimitiveType
An abstraction of a surface to support the different levels of complexity. A surface is always a continuous region of a plane.Java class for AbstractSurfaceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractSurfaceType"> <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 AbstractSurfaceType()Default no-arg constructorAbstractSurfaceType(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
-
AbstractSurfaceType
public AbstractSurfaceType()
Default no-arg constructor
-
AbstractSurfaceType
public AbstractSurfaceType(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
-
-