public class TriangleType extends AbstractSurfacePatchType
Java class for TriangleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TriangleType">
<complexContent>
<extension base="{http://www.opengis.net/gml}AbstractSurfacePatchType">
<sequence>
<element ref="{http://www.opengis.net/gml}exterior"/>
</sequence>
<attribute name="interpolation" type="{http://www.opengis.net/gml}SurfaceInterpolationType" fixed="planar" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected JAXBElement<AbstractRingPropertyType> |
exterior |
protected SurfaceInterpolationType |
interpolation |
| Constructor and Description |
|---|
TriangleType()
Default no-arg constructor
|
TriangleType(JAXBElement<AbstractRingPropertyType> exterior,
SurfaceInterpolationType interpolation)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<AbstractRingPropertyType> |
getExterior()
Constraint: The Ring shall be a LinearRing and must form a triangle, the first and the last position must be co-incident.
|
SurfaceInterpolationType |
getInterpolation()
Gets the value of the interpolation property.
|
void |
setExterior(JAXBElement<AbstractRingPropertyType> value)
Sets the value of the exterior property.
|
void |
setInterpolation(SurfaceInterpolationType value)
Sets the value of the interpolation property.
|
protected JAXBElement<AbstractRingPropertyType> exterior
protected SurfaceInterpolationType interpolation
public TriangleType()
public TriangleType(JAXBElement<AbstractRingPropertyType> exterior, SurfaceInterpolationType interpolation)
public JAXBElement<AbstractRingPropertyType> getExterior()
OuterBoundaryIs
Exteriorpublic void setExterior(JAXBElement<AbstractRingPropertyType> value)
value - allowed object is
OuterBoundaryIs
Exteriorpublic SurfaceInterpolationType getInterpolation()
SurfaceInterpolationTypepublic void setInterpolation(SurfaceInterpolationType value)
value - allowed object is
SurfaceInterpolationTypeCopyright © 2022 B3Partners B.V.. All rights reserved.