public class PolygonPatchType extends AbstractSurfacePatchType
Java class for PolygonPatchType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PolygonPatchType">
<complexContent>
<extension base="{http://www.opengis.net/gml}AbstractSurfacePatchType">
<sequence>
<element ref="{http://www.opengis.net/gml}exterior" minOccurs="0"/>
<element ref="{http://www.opengis.net/gml}interior" maxOccurs="unbounded" minOccurs="0"/>
</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 List<JAXBElement<AbstractRingPropertyType>> |
interior |
protected SurfaceInterpolationType |
interpolation |
| Constructor and Description |
|---|
PolygonPatchType()
Default no-arg constructor
|
PolygonPatchType(JAXBElement<AbstractRingPropertyType> exterior,
List<JAXBElement<AbstractRingPropertyType>> interior,
SurfaceInterpolationType interpolation)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<AbstractRingPropertyType> |
getExterior()
Gets the value of the exterior property.
|
List<JAXBElement<AbstractRingPropertyType>> |
getInterior()
Gets the value of the interior property.
|
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 List<JAXBElement<AbstractRingPropertyType>> interior
protected SurfaceInterpolationType interpolation
public PolygonPatchType()
public PolygonPatchType(JAXBElement<AbstractRingPropertyType> exterior, List<JAXBElement<AbstractRingPropertyType>> interior, SurfaceInterpolationType interpolation)
public JAXBElement<AbstractRingPropertyType> getExterior()
OuterBoundaryIs
Exteriorpublic void setExterior(JAXBElement<AbstractRingPropertyType> value)
value - allowed object is
OuterBoundaryIs
Exteriorpublic List<JAXBElement<AbstractRingPropertyType>> getInterior()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the interior property.
For example, to add a new item, do as follows:
getInterior().add(newItem);
Objects of the following type(s) are allowed in the list
InnerBoundaryIs
Interior
public SurfaceInterpolationType getInterpolation()
SurfaceInterpolationTypepublic void setInterpolation(SurfaceInterpolationType value)
value - allowed object is
SurfaceInterpolationTypeCopyright © 2022 B3Partners B.V.. All rights reserved.