public class Shape extends Object
<xs:element xmlns:ns="MLP_SVC_RESULT_310.dtd" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="shape">
<xs:complexType>
<xs:choice>
<xs:element ref="ns:Point"/>
<xs:element ref="ns:LineString"/>
<xs:element ref="ns:Polygon"/>
<xs:element ref="ns:Box"/>
<xs:element ref="ns:CircularArea"/>
<xs:element ref="ns:CircularArcArea"/>
<xs:element ref="ns:EllipticalArea"/>
<xs:element ref="ns:MultiLineString"/>
<xs:element ref="ns:MultiPoint"/>
<xs:element ref="ns:MultiPolygon"/>
</xs:choice>
</xs:complexType>
</xs:element>
| Constructor and Description |
|---|
Shape() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearShapeSelect()
Clear the choice selection.
|
Box |
getBox()
Get the 'Box' element value.
|
CircularArcArea |
getCircularArcArea()
Get the 'CircularArcArea' element value.
|
CircularArea |
getCircularArea()
Get the 'CircularArea' element value.
|
EllipticalArea |
getEllipticalArea()
Get the 'EllipticalArea' element value.
|
LineString |
getLineString()
Get the 'LineString' element value.
|
MultiLineString |
getMultiLineString()
Get the 'MultiLineString' element value.
|
MultiPoint |
getMultiPoint()
Get the 'MultiPoint' element value.
|
MultiPolygon |
getMultiPolygon()
Get the 'MultiPolygon' element value.
|
Point |
getPoint()
Get the 'Point' element value.
|
Polygon |
getPolygon()
Get the 'Polygon' element value.
|
boolean |
ifBox()
Check if Box is current selection for choice.
|
boolean |
ifCircularArcArea()
Check if CircularArcArea is current selection for choice.
|
boolean |
ifCircularArea()
Check if CircularArea is current selection for choice.
|
boolean |
ifEllipticalArea()
Check if EllipticalArea is current selection for choice.
|
boolean |
ifLineString()
Check if LineString is current selection for choice.
|
boolean |
ifMultiLineString()
Check if MultiLineString is current selection for choice.
|
boolean |
ifMultiPoint()
Check if MultiPoint is current selection for choice.
|
boolean |
ifMultiPolygon()
Check if MultiPolygon is current selection for choice.
|
boolean |
ifPoint()
Check if Point is current selection for choice.
|
boolean |
ifPolygon()
Check if Polygon is current selection for choice.
|
void |
setBox(Box box)
Set the 'Box' element value.
|
void |
setCircularArcArea(CircularArcArea circularArcArea)
Set the 'CircularArcArea' element value.
|
void |
setCircularArea(CircularArea circularArea)
Set the 'CircularArea' element value.
|
void |
setEllipticalArea(EllipticalArea ellipticalArea)
Set the 'EllipticalArea' element value.
|
void |
setLineString(LineString lineString)
Set the 'LineString' element value.
|
void |
setMultiLineString(MultiLineString multiLineString)
Set the 'MultiLineString' element value.
|
void |
setMultiPoint(MultiPoint multiPoint)
Set the 'MultiPoint' element value.
|
void |
setMultiPolygon(MultiPolygon multiPolygon)
Set the 'MultiPolygon' element value.
|
void |
setPoint(Point point)
Set the 'Point' element value.
|
void |
setPolygon(Polygon polygon)
Set the 'Polygon' element value.
|
public void clearShapeSelect()
public boolean ifPoint()
true if selection, false if notpublic Point getPoint()
public void setPoint(Point point)
point - public boolean ifLineString()
true if selection, false if notpublic LineString getLineString()
public void setLineString(LineString lineString)
lineString - public boolean ifPolygon()
true if selection, false if notpublic Polygon getPolygon()
public void setPolygon(Polygon polygon)
polygon - public boolean ifBox()
true if selection, false if notpublic Box getBox()
public void setBox(Box box)
box - public boolean ifCircularArea()
true if selection, false if notpublic CircularArea getCircularArea()
public void setCircularArea(CircularArea circularArea)
circularArea - public boolean ifCircularArcArea()
true if selection, false if notpublic CircularArcArea getCircularArcArea()
public void setCircularArcArea(CircularArcArea circularArcArea)
circularArcArea - public boolean ifEllipticalArea()
true if selection, false if notpublic EllipticalArea getEllipticalArea()
public void setEllipticalArea(EllipticalArea ellipticalArea)
ellipticalArea - public boolean ifMultiLineString()
true if selection, false if notpublic MultiLineString getMultiLineString()
public void setMultiLineString(MultiLineString multiLineString)
multiLineString - public boolean ifMultiPoint()
true if selection, false if notpublic MultiPoint getMultiPoint()
public void setMultiPoint(MultiPoint multiPoint)
multiPoint - public boolean ifMultiPolygon()
true if selection, false if notpublic MultiPolygon getMultiPolygon()
public void setMultiPolygon(MultiPolygon multiPolygon)
multiPolygon - Copyright © 2016. All Rights Reserved.