public class CTGeoPolygon extends 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 BigInteger |
numPoints |
protected String |
pcaRings |
protected String |
polygonId |
| Constructor and Description |
|---|
CTGeoPolygon() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getNumPoints()
Gets the value of the numPoints property.
|
String |
getPcaRings()
Gets the value of the pcaRings property.
|
String |
getPolygonId()
Gets the value of the polygonId property.
|
void |
setNumPoints(BigInteger value)
Sets the value of the numPoints property.
|
void |
setPcaRings(String value)
Sets the value of the pcaRings property.
|
void |
setPolygonId(String value)
Sets the value of the polygonId property.
|
protected String polygonId
protected BigInteger numPoints
protected String pcaRings
public String getPolygonId()
Stringpublic void setPolygonId(String value)
value - allowed object is
Stringpublic BigInteger getNumPoints()
BigIntegerpublic void setNumPoints(BigInteger value)
value - allowed object is
BigIntegerpublic String getPcaRings()
StringCopyright © 2007-2022. All Rights Reserved.