public class MultiLineString extends Object
<xs:element xmlns:ns="MLP_SVC_RESULT_310.dtd" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="MultiLineString">
<xs:complexType>
<xs:sequence>
<xs:element ref="ns:LineString" 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 |
|---|
MultiLineString() |
| Modifier and Type | Method and Description |
|---|---|
String |
getGid()
Get the 'gid' attribute value.
|
List<LineString> |
getLineStringList()
Get the list of 'LineString' element items.
|
String |
getSrsName()
Get the 'srsName' attribute value.
|
void |
setGid(String gid)
Set the 'gid' attribute value.
|
void |
setLineStringList(List<LineString> list)
Set the list of 'LineString' element items.
|
void |
setSrsName(String srsName)
Set the 'srsName' attribute value.
|
public List<LineString> getLineStringList()
public void setLineStringList(List<LineString> 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.