Package nl.b3p.topnl.top250nl
Class AbstractSurfaceType
java.lang.Object
nl.b3p.topnl.top250nl.AbstractGMLType
nl.b3p.topnl.top250nl.AbstractGeometryType
nl.b3p.topnl.top250nl.AbstractGeometricPrimitiveType
nl.b3p.topnl.top250nl.AbstractSurfaceType
gml:AbstractSurfaceType is 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/3.2}AbstractGeometricPrimitiveType"> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class nl.b3p.topnl.top250nl.AbstractGeometryType
axisLabels, srsDimension, srsName, uomLabels
Fields inherited from class nl.b3p.topnl.top250nl.AbstractGMLType
description, descriptionReference, id, identifier, metaDataProperty, name
-
Constructor Summary
-
Method Summary
Methods inherited from class nl.b3p.topnl.top250nl.AbstractGeometryType
getAxisLabels, getSrsDimension, getSrsName, getUomLabels, setSrsDimension, setSrsName
Methods inherited from class nl.b3p.topnl.top250nl.AbstractGMLType
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifier
-
Constructor Details
-
AbstractSurfaceType
public AbstractSurfaceType()
-