org.citygml4j.jaxb.gml._3_1_1
Class AbstractTopologyType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
      extended by org.citygml4j.jaxb.gml._3_1_1.AbstractTopologyType
Direct Known Subclasses:
AbstractTopoPrimitiveType, TopoComplexType, TopoCurveType, TopoPointType, TopoSurfaceType, TopoVolumeType

public abstract class AbstractTopologyType
extends AbstractGMLType

Java-Klasse für AbstractTopologyType complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

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


Constructor Summary
AbstractTopologyType()
           
 
Method Summary
 
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

AbstractTopologyType

public AbstractTopologyType()