Package net.opengis.gml._3
Class AbstractSurfaceType
- java.lang.Object
-
- net.opengis.gml._3.AbstractGMLType
-
- net.opengis.gml._3.AbstractGeometryType
-
- net.opengis.gml._3.AbstractGeometricPrimitiveType
-
- net.opengis.gml._3.AbstractSurfaceType
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PolygonType
public abstract class AbstractSurfaceType extends AbstractGeometricPrimitiveType implements Serializable
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>- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class net.opengis.gml._3.AbstractGeometryType
srsDimension, srsName
-
Fields inherited from class net.opengis.gml._3.AbstractGMLType
descriptionReference, id, identifier, names
-
-
Constructor Summary
Constructors Constructor Description AbstractSurfaceType()
-
Method Summary
-
Methods inherited from class net.opengis.gml._3.AbstractGeometryType
getSrsDimension, getSrsName, setSrsDimension, setSrsName
-
Methods inherited from class net.opengis.gml._3.AbstractGMLType
getDescriptionReference, getId, getIdentifier, getNames, setDescriptionReference, setId, setIdentifier
-
-