org.citygml4j.jaxb.gml._3_1_1
Class AbstractRingType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
      extended by org.citygml4j.jaxb.gml._3_1_1.AbstractGeometryType
          extended by org.citygml4j.jaxb.gml._3_1_1.AbstractRingType
Direct Known Subclasses:
LinearRingType, RingType

public abstract class AbstractRingType
extends AbstractGeometryType

An abstraction of a ring to support surface boundaries of different complexity.

Java class for AbstractRingType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AbstractRingType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}AbstractGeometryType">
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
AbstractRingType()
           
 
Method Summary
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractGeometryType
getAxisLabels, getGid, getSrsDimension, getSrsName, getUomLabels, isSetAxisLabels, isSetGid, isSetSrsDimension, isSetSrsName, isSetUomLabels, setAxisLabels, setGid, setSrsDimension, setSrsName, setUomLabels, unsetAxisLabels, unsetUomLabels
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractRingType

public AbstractRingType()