|
||||||||||
| 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.BezierCurve
| Constructor Summary | |
BezierCurve()
|
|
BezierCurve(Point fromPoint,
Point toPoint,
int degree,
Point[] controlPointArray)
|
|
| Method Summary | |
boolean |
equals(java.lang.Object obj)
|
Point[] |
getControlPointArray()
Gets the controlPointArray value for this BezierCurve. |
int |
getDegree()
Gets the degree value for this BezierCurve. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
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()
|
void |
setControlPointArray(Point[] controlPointArray)
Sets the controlPointArray value for this BezierCurve. |
void |
setDegree(int degree)
Sets the degree value for this BezierCurve. |
| 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 BezierCurve()
public BezierCurve(Point fromPoint,
Point toPoint,
int degree,
Point[] controlPointArray)
| Method Detail |
public int getDegree()
public void setDegree(int degree)
degree - public Point[] getControlPointArray()
public void setControlPointArray(Point[] controlPointArray)
controlPointArray - 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 | |||||||||