public class PolygonType extends AbstractSurfaceType
Java class for PolygonType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PolygonType">
<complexContent>
<extension base="{http://www.opengis.net/gml}AbstractSurfaceType">
<sequence>
<element ref="{http://www.opengis.net/gml}exterior" minOccurs="0"/>
<element ref="{http://www.opengis.net/gml}interior" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected JAXBElement<AbstractRingPropertyType> |
exterior |
protected List<JAXBElement<AbstractRingPropertyType>> |
interior |
axisLabels, gid, srsDimension, srsName, uomLabelsdescription, id, metaDataProperty, name| Constructor and Description |
|---|
PolygonType()
Default no-arg constructor
|
PolygonType(List<MetaDataProperty> metaDataProperty,
Description description,
List<Name> name,
String id,
String gid,
String srsName,
BigInteger srsDimension,
List<String> axisLabels,
List<String> uomLabels,
JAXBElement<AbstractRingPropertyType> exterior,
List<JAXBElement<AbstractRingPropertyType>> interior)
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.
|
void |
setExterior(JAXBElement<AbstractRingPropertyType> value)
Sets the value of the exterior property.
|
getAxisLabels, getGid, getSrsDimension, getSrsName, getUomLabels, setGid, setSrsDimension, setSrsNamegetDescription, getId, getMetaDataProperty, getName, setDescription, setIdprotected JAXBElement<AbstractRingPropertyType> exterior
protected List<JAXBElement<AbstractRingPropertyType>> interior
public PolygonType()
public PolygonType(List<MetaDataProperty> metaDataProperty, Description description, List<Name> name, String id, String gid, String srsName, BigInteger srsDimension, List<String> axisLabels, List<String> uomLabels, JAXBElement<AbstractRingPropertyType> exterior, List<JAXBElement<AbstractRingPropertyType>> interior)
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
Copyright © 2022 B3Partners B.V.. All rights reserved.