org.citygml4j.jaxb.gml._3_1_1
Class TrianglePatchArrayPropertyType
java.lang.Object
org.citygml4j.jaxb.gml._3_1_1.SurfacePatchArrayPropertyType
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>
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TrianglePatchArrayPropertyType
public TrianglePatchArrayPropertyType()