public class CircularArcArea extends Object
<xs:element xmlns:ns="MLP_SVC_INIT_310.dtd" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="CircularArcArea">
<xs:complexType>
<xs:sequence>
<xs:element ref="ns:coord"/>
<xs:element ref="ns:inRadius"/>
<xs:element ref="ns:outRadius"/>
<xs:element ref="ns:startAngle"/>
<xs:element ref="ns:stopAngle"/>
<xs:element ref="ns:angularUnit" minOccurs="0"/>
<xs:element ref="ns:distanceUnit" minOccurs="0"/>
</xs:sequence>
<xs:attribute type="xs:string" name="gid"/>
<xs:attribute type="xs:string" name="srsName"/>
</xs:complexType>
</xs:element>
| Constructor and Description |
|---|
CircularArcArea() |
| Modifier and Type | Method and Description |
|---|---|
AngularUnit |
getAngularUnit()
Get the 'angularUnit' element value.
|
Coord |
getCoord()
Get the 'coord' element value.
|
DistanceUnit |
getDistanceUnit()
Get the 'distanceUnit' element value.
|
String |
getGid()
Get the 'gid' attribute value.
|
InRadius |
getInRadius()
Get the 'inRadius' element value.
|
OutRadius |
getOutRadius()
Get the 'outRadius' element value.
|
String |
getSrsName()
Get the 'srsName' attribute value.
|
StartAngle |
getStartAngle()
Get the 'startAngle' element value.
|
StopAngle |
getStopAngle()
Get the 'stopAngle' element value.
|
void |
setAngularUnit(AngularUnit angularUnit)
Set the 'angularUnit' element value.
|
void |
setCoord(Coord coord)
Set the 'coord' element value.
|
void |
setDistanceUnit(DistanceUnit distanceUnit)
Set the 'distanceUnit' element value.
|
void |
setGid(String gid)
Set the 'gid' attribute value.
|
void |
setInRadius(InRadius inRadius)
Set the 'inRadius' element value.
|
void |
setOutRadius(OutRadius outRadius)
Set the 'outRadius' element value.
|
void |
setSrsName(String srsName)
Set the 'srsName' attribute value.
|
void |
setStartAngle(StartAngle startAngle)
Set the 'startAngle' element value.
|
void |
setStopAngle(StopAngle stopAngle)
Set the 'stopAngle' element value.
|
public Coord getCoord()
public void setCoord(Coord coord)
coord - public InRadius getInRadius()
public void setInRadius(InRadius inRadius)
inRadius - public OutRadius getOutRadius()
public void setOutRadius(OutRadius outRadius)
outRadius - public StartAngle getStartAngle()
public void setStartAngle(StartAngle startAngle)
startAngle - public StopAngle getStopAngle()
public void setStopAngle(StopAngle stopAngle)
stopAngle - public AngularUnit getAngularUnit()
public void setAngularUnit(AngularUnit angularUnit)
angularUnit - public DistanceUnit getDistanceUnit()
public void setDistanceUnit(DistanceUnit distanceUnit)
distanceUnit - public String getGid()
public void setGid(String gid)
gid - public String getSrsName()
public void setSrsName(String srsName)
srsName - Copyright © 2016. All Rights Reserved.