com.esri.arcgisws
Class EllipticArc

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.EllipticArc
All Implemented Interfaces:
Serializable

public class EllipticArc
extends Segment
implements Serializable

Java class for EllipticArc complex type.

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

 <complexType name="EllipticArc">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}Segment">
       <sequence>
         <element name="EllipseStd" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="CenterPoint" type="{http://www.esri.com/schemas/ArcGIS/10.0}Point"/>
         <element name="Rotation" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="MinorMajorRatio" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="IsCounterClockwise" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="IsMinor" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
EllipticArc()
          EllipticArc default constructor.
EllipticArc(Point fromPoint, Point toPoint, boolean ellipseStd, Point centerPoint, double rotation, double minorMajorRatio, boolean isCounterClockwise, boolean isMinor)
          Deprecated. 
 
Method Summary
 Point getCenterPoint()
          Gets the value of the centerPoint property.
 double getMinorMajorRatio()
          Gets the value of the minorMajorRatio property.
 double getRotation()
          Gets the value of the rotation property.
 boolean isEllipseStd()
          Gets the value of the ellipseStd property.
 boolean isIsCounterClockwise()
          Gets the value of the isCounterClockwise property.
 boolean isIsMinor()
          Gets the value of the isMinor property.
 void setCenterPoint(Point value)
          Sets the value of the centerPoint property.
 void setEllipseStd(boolean value)
          Sets the value of the ellipseStd property.
 void setIsCounterClockwise(boolean value)
          Sets the value of the isCounterClockwise property.
 void setIsMinor(boolean value)
          Sets the value of the isMinor property.
 void setMinorMajorRatio(double value)
          Sets the value of the minorMajorRatio property.
 void setRotation(double value)
          Sets the value of the rotation 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

EllipticArc

@Deprecated
public EllipticArc(Point fromPoint,
                              Point toPoint,
                              boolean ellipseStd,
                              Point centerPoint,
                              double rotation,
                              double minorMajorRatio,
                              boolean isCounterClockwise,
                              boolean isMinor)
Deprecated. 

EllipticArc constructor.


EllipticArc

public EllipticArc()
EllipticArc default constructor.

Method Detail

isEllipseStd

public boolean isEllipseStd()
Gets the value of the ellipseStd property.


setEllipseStd

public void setEllipseStd(boolean value)
Sets the value of the ellipseStd property.


getCenterPoint

public Point getCenterPoint()
Gets the value of the centerPoint property.

Returns:
possible object is Point

setCenterPoint

public void setCenterPoint(Point value)
Sets the value of the centerPoint property.

Parameters:
value - allowed object is Point

getRotation

public double getRotation()
Gets the value of the rotation property.


setRotation

public void setRotation(double value)
Sets the value of the rotation property.


getMinorMajorRatio

public double getMinorMajorRatio()
Gets the value of the minorMajorRatio property.


setMinorMajorRatio

public void setMinorMajorRatio(double value)
Sets the value of the minorMajorRatio property.


isIsCounterClockwise

public boolean isIsCounterClockwise()
Gets the value of the isCounterClockwise property.


setIsCounterClockwise

public void setIsCounterClockwise(boolean value)
Sets the value of the isCounterClockwise property.


isIsMinor

public boolean isIsMinor()
Gets the value of the isMinor property.


setIsMinor

public void setIsMinor(boolean value)
Sets the value of the isMinor property.