org.citygml4j.jaxb.gml._3_1_1
Class TrianglePatchArrayPropertyType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.SurfacePatchArrayPropertyType
      extended by org.citygml4j.jaxb.gml._3_1_1.TrianglePatchArrayPropertyType

public class TrianglePatchArrayPropertyType
extends SurfacePatchArrayPropertyType

This type defines a container for an array of triangle patches.

Java class for TrianglePatchArrayPropertyType complex type.

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

 <complexType name="TrianglePatchArrayPropertyType">
   <complexContent>
     <restriction base="{http://www.opengis.net/gml}SurfacePatchArrayPropertyType">
       <sequence maxOccurs="unbounded" minOccurs="0">
         <element ref="{http://www.opengis.net/gml}Triangle"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
TrianglePatchArrayPropertyType()
           
 
Method Summary
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.SurfacePatchArrayPropertyType
get_SurfacePatch, isSet_SurfacePatch, set_SurfacePatch, unset_SurfacePatch
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrianglePatchArrayPropertyType

public TrianglePatchArrayPropertyType()