public class Polygon extends Object
<xs:element xmlns:ns="MLP_SVC_INIT_310.dtd" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Polygon">
<xs:complexType>
<xs:sequence>
<xs:element ref="ns:outerBoundaryIs"/>
<xs:element ref="ns:innerBoundaryIs" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute type="xs:string" name="gid"/>
<xs:attribute type="xs:string" name="srsName"/>
</xs:complexType>
</xs:element>
| Constructor and Description |
|---|
Polygon() |
| Modifier and Type | Method and Description |
|---|---|
String |
getGid()
Get the 'gid' attribute value.
|
List<InnerBoundaryIs> |
getInnerBoundaryIList()
Get the list of 'innerBoundaryIs' element items.
|
OuterBoundaryIs |
getOuterBoundaryIs()
Get the 'outerBoundaryIs' element value.
|
String |
getSrsName()
Get the 'srsName' attribute value.
|
void |
setGid(String gid)
Set the 'gid' attribute value.
|
void |
setInnerBoundaryIList(List<InnerBoundaryIs> list)
Set the list of 'innerBoundaryIs' element items.
|
void |
setOuterBoundaryIs(OuterBoundaryIs outerBoundaryIs)
Set the 'outerBoundaryIs' element value.
|
void |
setSrsName(String srsName)
Set the 'srsName' attribute value.
|
public OuterBoundaryIs getOuterBoundaryIs()
public void setOuterBoundaryIs(OuterBoundaryIs outerBoundaryIs)
outerBoundaryIs - public List<InnerBoundaryIs> getInnerBoundaryIList()
public void setInnerBoundaryIList(List<InnerBoundaryIs> list)
list - public String getGid()
public void setGid(String gid)
gid - public String getSrsName()
public void setSrsName(String srsName)
srsName - Copyright © 2016. All Rights Reserved.