net.opengis.gml
Class AbstractSurfaceType

java.lang.Object
  extended by net.opengis.gml.AbstractGMLType
      extended by net.opengis.gml.AbstractGeometryType
          extended by net.opengis.gml.AbstractGeometricPrimitiveType
              extended by net.opengis.gml.AbstractSurfaceType
Direct Known Subclasses:
PolygonType

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 net.opengis.gml.AbstractGeometryType
axisLabels, gid, srsDimension, srsName, uomLabels
 
Fields inherited from class net.opengis.gml.AbstractGMLType
description, id, metaDataProperty, name
 
Constructor Summary
AbstractSurfaceType()
           
 
Method Summary
 
Methods inherited from class net.opengis.gml.AbstractGeometryType
getAxisLabels, getGid, getSrsDimension, getSrsName, getUomLabels, setGid, setSrsDimension, setSrsName
 
Methods inherited from class net.opengis.gml.AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, setDescription, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractSurfaceType

public AbstractSurfaceType()


Copyright © 2008. All Rights Reserved.