com.esri.arcgisws
Class BezierCurve

java.lang.Object
  extended bycom.esri.arcgisws.Geometry
      extended bycom.esri.arcgisws.Curve
          extended bycom.esri.arcgisws.Segment
              extended bycom.esri.arcgisws.BezierCurve
All Implemented Interfaces:
java.io.Serializable

public class BezierCurve
extends Segment
implements java.io.Serializable

See Also:
Serialized Form

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

BezierCurve

public BezierCurve()

BezierCurve

public BezierCurve(Point fromPoint,
                   Point toPoint,
                   int degree,
                   Point[] controlPointArray)
Method Detail

getDegree

public int getDegree()
Gets the degree value for this BezierCurve.

Returns:
degree

setDegree

public void setDegree(int degree)
Sets the degree value for this BezierCurve.

Parameters:
degree -

getControlPointArray

public Point[] getControlPointArray()
Gets the controlPointArray value for this BezierCurve.

Returns:
controlPointArray

setControlPointArray

public void setControlPointArray(Point[] controlPointArray)
Sets the controlPointArray value for this BezierCurve.

Parameters:
controlPointArray -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class Segment

hashCode

public int hashCode()
Overrides:
hashCode in class Segment

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer