public class CTGeoPolygon
extends java.lang.Object
Java class for CT_GeoPolygon complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_GeoPolygon">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="polygonId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="numPoints" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="pcaRings" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.math.BigInteger |
numPoints |
protected java.lang.String |
pcaRings |
protected java.lang.String |
polygonId |
| Constructor and Description |
|---|
CTGeoPolygon() |
| Modifier and Type | Method and Description |
|---|---|
java.math.BigInteger |
getNumPoints()
Gets the value of the numPoints property.
|
java.lang.String |
getPcaRings()
Gets the value of the pcaRings property.
|
java.lang.String |
getPolygonId()
Gets the value of the polygonId property.
|
void |
setNumPoints(java.math.BigInteger value)
Sets the value of the numPoints property.
|
void |
setPcaRings(java.lang.String value)
Sets the value of the pcaRings property.
|
void |
setPolygonId(java.lang.String value)
Sets the value of the polygonId property.
|
protected java.lang.String polygonId
protected java.math.BigInteger numPoints
protected java.lang.String pcaRings
public java.lang.String getPolygonId()
Stringpublic void setPolygonId(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigInteger getNumPoints()
BigIntegerpublic void setNumPoints(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.String getPcaRings()
Stringpublic void setPcaRings(java.lang.String value)
value - allowed object is
StringCopyright © 2007–2025. All rights reserved.