com.esri.arcgisws
Class BezierCurve

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

public class BezierCurve
extends Segment
implements Serializable

Java class for BezierCurve complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="BezierCurve">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}Segment">
       <sequence>
         <element name="Degree" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="ControlPointArray" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfPoint"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
BezierCurve()
          BezierCurve default constructor.
BezierCurve(Point fromPoint, Point toPoint, int degree, Point[] controlPointArray)
          Deprecated. 
 
Method Summary
 Point[] getControlPointArray()
          Gets the value of the controlPointArray property.
 int getDegree()
          Gets the value of the degree property.
 void setControlPointArray(Point[] value)
          Sets the value of the controlPointArray property.
 void setDegree(int value)
          Sets the value of the degree 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

BezierCurve

@Deprecated
public BezierCurve(Point fromPoint,
                              Point toPoint,
                              int degree,
                              Point[] controlPointArray)
Deprecated. 

BezierCurve constructor.


BezierCurve

public BezierCurve()
BezierCurve default constructor.

Method Detail

getDegree

public int getDegree()
Gets the value of the degree property.


setDegree

public void setDegree(int value)
Sets the value of the degree property.


getControlPointArray

public Point[] getControlPointArray()
Gets the value of the controlPointArray property.

Returns:
possible object is []

setControlPointArray

public void setControlPointArray(Point[] value)
Sets the value of the controlPointArray property.

Parameters:
value - allowed object is []