net.opengis.gml
Class PolygonPatchArrayPropertyType

java.lang.Object
  extended by net.opengis.gml.SurfacePatchArrayPropertyType
      extended by net.opengis.gml.PolygonPatchArrayPropertyType

public class PolygonPatchArrayPropertyType
extends SurfacePatchArrayPropertyType

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

Classe Java pour PolygonPatchArrayPropertyType complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

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


Field Summary
 
Fields inherited from class net.opengis.gml.SurfacePatchArrayPropertyType
surfacePatch
 
Constructor Summary
PolygonPatchArrayPropertyType()
           
 
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

PolygonPatchArrayPropertyType

public PolygonPatchArrayPropertyType()


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