org.citygml4j.jaxb.gml._3_1_1
Class TriangulatedSurfaceType

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.AbstractGeometricPrimitiveType
              extended by org.citygml4j.jaxb.gml._3_1_1.AbstractSurfaceType
                  extended by org.citygml4j.jaxb.gml._3_1_1.SurfaceType
                      extended by org.citygml4j.jaxb.gml._3_1_1.TriangulatedSurfaceType
Direct Known Subclasses:
TinType

public class TriangulatedSurfaceType
extends SurfaceType

A triangulated surface is a polyhedral surface that is composed only of triangles. There is no restriction on how the triangulation is derived.

Java-Klasse für TriangulatedSurfaceType complex type.

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

 <complexType name="TriangulatedSurfaceType">
   <complexContent>
     <restriction base="{http://www.opengis.net/gml}SurfaceType">
       <sequence>
         <group ref="{http://www.opengis.net/gml}StandardObjectProperties"/>
         <element ref="{http://www.opengis.net/gml}trianglePatches"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
TriangulatedSurfaceType()
           
 
Method Summary
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.SurfaceType
getPatches, isSetPatches, setPatches
 
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

TriangulatedSurfaceType

public TriangulatedSurfaceType()