public class PolygonImpl extends AbstractGeometryImpl implements Polygon
UUID_CODE| Constructor and Description |
|---|
PolygonImpl(int numDims) |
| Modifier and Type | Method and Description |
|---|---|
void |
addInterior(LinearRing interior)
Adds a new interior property
|
LinearRing |
getExterior()
Gets the exterior property
|
Envelope |
getGeomEnvelope() |
List<LinearRing> |
getInteriorList()
Gets the list of interior properties
|
int |
getNumInteriors()
Returns number of interior properties
|
boolean |
isSetExterior()
Checks if exterior is set
|
void |
setExterior(LinearRing exterior)
Sets the exterior property
|
getAxisLabels, getSrsDimension, getSrsName, getUomLabels, isSetAxisLabels, isSetSrsDimension, isSetSrsName, isSetUomLabels, setAxisLabels, setSrsDimension, setSrsName, setUomLabels, unSetSrsDimensionaddName, getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataPropertyList, getName, getNameList, getNumNames, getUniqueIdentifier, isSetDescription, isSetDescriptionReference, isSetIdentifier, setDescription, setDescriptionReference, setId, setIdentifier, setName, setUniqueIdentifierequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAxisLabels, getSrsDimension, getSrsName, getUomLabels, isSetAxisLabels, isSetSrsDimension, isSetSrsName, isSetUomLabels, setAxisLabels, setSrsDimension, setSrsName, setUomLabels, unSetSrsDimensionaddName, getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataPropertyList, getName, getNameList, getNumNames, getUniqueIdentifier, isSetDescription, isSetDescriptionReference, isSetIdentifier, setDescription, setDescriptionReference, setId, setIdentifier, setName, setUniqueIdentifierpublic LinearRing getExterior()
getExterior in interface Polygonpublic boolean isSetExterior()
isSetExterior in interface Polygonpublic void setExterior(LinearRing exterior)
setExterior in interface Polygonpublic List<LinearRing> getInteriorList()
getInteriorList in interface Polygonpublic int getNumInteriors()
getNumInteriors in interface Polygonpublic void addInterior(LinearRing interior)
addInterior in interface Polygonpublic Envelope getGeomEnvelope()
getGeomEnvelope in interface AbstractGeometrygetGeomEnvelope in class AbstractGeometryImplCopyright © 2016 VAST Team / Sensia Software LLC. All rights reserved.