Class 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 Detail

      • TrianglePatchArrayPropertyType

        public TrianglePatchArrayPropertyType()
        Default no-arg constructor
      • TrianglePatchArrayPropertyType

        public TrianglePatchArrayPropertyType​(List<javax.xml.bind.JAXBElement<? extends AbstractSurfacePatchType>> surfacePatch)
        Fully-initialising value constructor