|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.Geometry
com.esri.arcgisws.Curve
com.esri.arcgisws.Segment
com.esri.arcgisws.CircularArc
public class CircularArc
Java class for CircularArc complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CircularArc">
<complexContent>
<extension base="{http://www.esri.com/schemas/ArcGIS/10.0}Segment">
<sequence>
<element name="CenterPoint" type="{http://www.esri.com/schemas/ArcGIS/10.0}Point"/>
<element name="FromAngle" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="ToAngle" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="IsCounterClockwise" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="IsMinor" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="IsLine" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
CircularArc()
CircularArc default constructor. |
|
CircularArc(Point fromPoint,
Point toPoint,
Point centerPoint,
Double fromAngle,
Double toAngle,
boolean isCounterClockwise,
boolean isMinor,
boolean isLine)
Deprecated. |
|
| Method Summary | |
|---|---|
Point |
getCenterPoint()
Gets the value of the centerPoint property. |
Double |
getFromAngle()
Gets the value of the fromAngle property. |
Double |
getToAngle()
Gets the value of the toAngle property. |
boolean |
isIsCounterClockwise()
Gets the value of the isCounterClockwise property. |
boolean |
isIsLine()
Gets the value of the isLine property. |
boolean |
isIsMinor()
Gets the value of the isMinor property. |
void |
setCenterPoint(Point value)
Sets the value of the centerPoint property. |
void |
setFromAngle(Double value)
Sets the value of the fromAngle property. |
void |
setIsCounterClockwise(boolean value)
Sets the value of the isCounterClockwise property. |
void |
setIsLine(boolean value)
Sets the value of the isLine property. |
void |
setIsMinor(boolean value)
Sets the value of the isMinor property. |
void |
setToAngle(Double value)
Sets the value of the toAngle property. |
| Methods inherited from class com.esri.arcgisws.Segment |
|---|
getFromPoint, getToPoint, setFromPoint, setToPoint |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public CircularArc(Point fromPoint,
Point toPoint,
Point centerPoint,
Double fromAngle,
Double toAngle,
boolean isCounterClockwise,
boolean isMinor,
boolean isLine)
public CircularArc()
| Method Detail |
|---|
public Point getCenterPoint()
Pointpublic void setCenterPoint(Point value)
value - allowed object is
Pointpublic Double getFromAngle()
Doublepublic void setFromAngle(Double value)
value - allowed object is
Doublepublic Double getToAngle()
Doublepublic void setToAngle(Double value)
value - allowed object is
Doublepublic boolean isIsCounterClockwise()
public void setIsCounterClockwise(boolean value)
public boolean isIsMinor()
public void setIsMinor(boolean value)
public boolean isIsLine()
public void setIsLine(boolean value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||