net.opengis.gml
Class TrianglePatchArrayPropertyType
java.lang.Object
net.opengis.gml.SurfacePatchArrayPropertyType
net.opengis.gml.TrianglePatchArrayPropertyType
public class TrianglePatchArrayPropertyType
- extends SurfacePatchArrayPropertyType
This type defines a container for an array of
triangle patches.
Classe Java pour TrianglePatchArrayPropertyType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TrianglePatchArrayPropertyType
public TrianglePatchArrayPropertyType()
Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.