|
||||||||||
| 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
| Constructor Summary | |
CircularArc()
|
|
CircularArc(Point fromPoint,
Point toPoint,
Point centerPoint,
java.lang.Double fromAngle,
java.lang.Double toAngle,
boolean isCounterClockwise,
boolean isMinor,
boolean isLine)
|
|
| Method Summary | |
boolean |
equals(java.lang.Object obj)
|
Point |
getCenterPoint()
Gets the centerPoint value for this CircularArc. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
java.lang.Double |
getFromAngle()
Gets the fromAngle value for this CircularArc. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
java.lang.Double |
getToAngle()
Gets the toAngle value for this CircularArc. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
boolean |
isIsCounterClockwise()
Gets the isCounterClockwise value for this CircularArc. |
boolean |
isIsLine()
Gets the isLine value for this CircularArc. |
boolean |
isIsMinor()
Gets the isMinor value for this CircularArc. |
void |
setCenterPoint(Point centerPoint)
Sets the centerPoint value for this CircularArc. |
void |
setFromAngle(java.lang.Double fromAngle)
Sets the fromAngle value for this CircularArc. |
void |
setIsCounterClockwise(boolean isCounterClockwise)
Sets the isCounterClockwise value for this CircularArc. |
void |
setIsLine(boolean isLine)
Sets the isLine value for this CircularArc. |
void |
setIsMinor(boolean isMinor)
Sets the isMinor value for this CircularArc. |
void |
setToAngle(java.lang.Double toAngle)
Sets the toAngle value for this CircularArc. |
| Methods inherited from class com.esri.arcgisws.Segment |
getFromPoint, getToPoint, setFromPoint, setToPoint |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CircularArc()
public CircularArc(Point fromPoint,
Point toPoint,
Point centerPoint,
java.lang.Double fromAngle,
java.lang.Double toAngle,
boolean isCounterClockwise,
boolean isMinor,
boolean isLine)
| Method Detail |
public Point getCenterPoint()
public void setCenterPoint(Point centerPoint)
centerPoint - public java.lang.Double getFromAngle()
public void setFromAngle(java.lang.Double fromAngle)
fromAngle - public java.lang.Double getToAngle()
public void setToAngle(java.lang.Double toAngle)
toAngle - public boolean isIsCounterClockwise()
public void setIsCounterClockwise(boolean isCounterClockwise)
isCounterClockwise - public boolean isIsMinor()
public void setIsMinor(boolean isMinor)
isMinor - public boolean isIsLine()
public void setIsLine(boolean isLine)
isLine - public boolean equals(java.lang.Object obj)
equals in class Segmentpublic int hashCode()
hashCode in class Segmentpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||