net.opengis.gml
Class TrianglePatchArrayPropertyType

java.lang.Object
  extended by net.opengis.gml.SurfacePatchArrayPropertyType
      extended by 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>
 


Field Summary
 
Fields inherited from class net.opengis.gml.SurfacePatchArrayPropertyType
surfacePatch
 
Constructor Summary
TrianglePatchArrayPropertyType()
           
 
Method Summary
 
Methods inherited from class net.opengis.gml.SurfacePatchArrayPropertyType
getSurfacePatch, isSetSurfacePatch, unsetSurfacePatch
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrianglePatchArrayPropertyType

public TrianglePatchArrayPropertyType()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.