public class EllipticalArea extends Object
<xs:element xmlns:ns="MLP_SVC_INIT_310.dtd" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="EllipticalArea">
<xs:complexType>
<xs:sequence>
<xs:element ref="ns:coord"/>
<xs:element ref="ns:angle"/>
<xs:element ref="ns:semiMajor"/>
<xs:element ref="ns:semiMinor"/>
<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 |
|---|
EllipticalArea() |
| Modifier and Type | Method and Description |
|---|---|
Angle |
getAngle()
Get the 'angle' element value.
|
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.
|
SemiMajor |
getSemiMajor()
Get the 'semiMajor' element value.
|
SemiMinor |
getSemiMinor()
Get the 'semiMinor' element value.
|
String |
getSrsName()
Get the 'srsName' attribute value.
|
void |
setAngle(Angle angle)
Set the 'angle' 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 |
setSemiMajor(SemiMajor semiMajor)
Set the 'semiMajor' element value.
|
void |
setSemiMinor(SemiMinor semiMinor)
Set the 'semiMinor' element value.
|
void |
setSrsName(String srsName)
Set the 'srsName' attribute value.
|
public Coord getCoord()
public void setCoord(Coord coord)
coord - public Angle getAngle()
public void setAngle(Angle angle)
angle - public SemiMajor getSemiMajor()
public void setSemiMajor(SemiMajor semiMajor)
semiMajor - public SemiMinor getSemiMinor()
public void setSemiMinor(SemiMinor semiMinor)
semiMinor - 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.