public class TrianglePatchArrayPropertyType extends SurfacePatchArrayPropertyType
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>
surfacePatch| Constructor and Description |
|---|
TrianglePatchArrayPropertyType()
Default no-arg constructor
|
TrianglePatchArrayPropertyType(List<JAXBElement<? extends AbstractSurfacePatchType>> surfacePatch)
Fully-initialising value constructor
|
public TrianglePatchArrayPropertyType()
public TrianglePatchArrayPropertyType(List<JAXBElement<? extends AbstractSurfacePatchType>> surfacePatch)
Copyright © 2015. All rights reserved.