|
||||||||||
| 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.EllipticArc
| Constructor Summary | |
EllipticArc()
|
|
EllipticArc(Point fromPoint,
Point toPoint,
boolean ellipseStd,
Point centerPoint,
double rotation,
double minorMajorRatio,
boolean isCounterClockWise,
boolean isMinor)
|
|
| Method Summary | |
boolean |
equals(java.lang.Object obj)
|
Point |
getCenterPoint()
Gets the centerPoint value for this EllipticArc. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
double |
getMinorMajorRatio()
Gets the minorMajorRatio value for this EllipticArc. |
double |
getRotation()
Gets the rotation value for this EllipticArc. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
boolean |
isEllipseStd()
Gets the ellipseStd value for this EllipticArc. |
boolean |
isIsCounterClockWise()
Gets the isCounterClockWise value for this EllipticArc. |
boolean |
isIsMinor()
Gets the isMinor value for this EllipticArc. |
void |
setCenterPoint(Point centerPoint)
Sets the centerPoint value for this EllipticArc. |
void |
setEllipseStd(boolean ellipseStd)
Sets the ellipseStd value for this EllipticArc. |
void |
setIsCounterClockWise(boolean isCounterClockWise)
Sets the isCounterClockWise value for this EllipticArc. |
void |
setIsMinor(boolean isMinor)
Sets the isMinor value for this EllipticArc. |
void |
setMinorMajorRatio(double minorMajorRatio)
Sets the minorMajorRatio value for this EllipticArc. |
void |
setRotation(double rotation)
Sets the rotation value for this EllipticArc. |
| 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 EllipticArc()
public EllipticArc(Point fromPoint,
Point toPoint,
boolean ellipseStd,
Point centerPoint,
double rotation,
double minorMajorRatio,
boolean isCounterClockWise,
boolean isMinor)
| Method Detail |
public boolean isEllipseStd()
public void setEllipseStd(boolean ellipseStd)
ellipseStd - * always falsepublic Point getCenterPoint()
public void setCenterPoint(Point centerPoint)
centerPoint - public double getRotation()
public void setRotation(double rotation)
rotation - public double getMinorMajorRatio()
public void setMinorMajorRatio(double minorMajorRatio)
minorMajorRatio - public boolean isIsCounterClockWise()
public void setIsCounterClockWise(boolean isCounterClockWise)
isCounterClockWise - public boolean isIsMinor()
public void setIsMinor(boolean isMinor)
isMinor - 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 | |||||||||