Package nl.b3p.csw.jaxb.gml
Class TrianglePatchArrayPropertyType
- java.lang.Object
-
- nl.b3p.csw.jaxb.gml.SurfacePatchArrayPropertyType
-
- nl.b3p.csw.jaxb.gml.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>
-
-
Field Summary
-
Fields inherited from class nl.b3p.csw.jaxb.gml.SurfacePatchArrayPropertyType
surfacePatch
-
-
Constructor Summary
Constructors Constructor Description TrianglePatchArrayPropertyType()Default no-arg constructorTrianglePatchArrayPropertyType(List<javax.xml.bind.JAXBElement<? extends AbstractSurfacePatchType>> surfacePatch)Fully-initialising value constructor
-
-
-
Constructor Detail
-
TrianglePatchArrayPropertyType
public TrianglePatchArrayPropertyType()
Default no-arg constructor
-
TrianglePatchArrayPropertyType
public TrianglePatchArrayPropertyType(List<javax.xml.bind.JAXBElement<? extends AbstractSurfacePatchType>> surfacePatch)
Fully-initialising value constructor
-
-