The semi major axis of the ellipse defining the arc, in meters.
The semi major axis of the ellipse defining the arc, in meters.
The semi minor axis of the ellipse defining the arc, in meters. This field is mutable.
The semi minor axis of the ellipse defining the arc, in meters. This field is mutable.
The center point of the ellipse defining the arc.
The coordinate type this shape. This property is read only. An Error will be thrown when trying to assign to this property.
The end point of the arc. This field is read-only.
The focus point of the arc. This field is read-only.
The spatial reference of this shape. This property is read only. An Error will be thrown when trying to assign to this property.
The rotation angle of the ellipse defining the arc. It is defined as an azimuth: degrees, clockwise, starting up/north. This field is mutable.
The value is normalized to the range -180° .. 180°.The rotation angle of the ellipse defining the arc. It is defined as an azimuth: degrees, clockwise, starting up/north. This field is mutable.
The value is normalized to the range -180° .. 180°.The start angle. It is defined as an azimuth: degrees, clockwise, starting up/north. This field is mutable.
The start angle. It is defined as an azimuth: degrees, clockwise, starting up/north. This field is mutable.
The start point of the arc. This field is read-only.
The angle over which the arc extends. It is defined in degrees, clockwise. This field is mutable.
The angle over which the arc extends. It is defined in degrees, clockwise. This field is mutable.
Determines whether a given point is inside this shape. This method checks containment only in two dimensions: on the (x,y)-axis or the (lon,lat)-axis (depending on the spatial reference of the shape).
The point for which containment must be checked. If a 3D point is passed to this function, it will be treated as a 2D point: the z coordinate (height) will be ignored. The reference of this point must be the same reference as this Shape
true
when the given point is contained in this shape
Determines whether the given point is inside this shape. This method checks containment only in two dimensions: on the (x,y)-axis or the (lon,lat)-axis (depending on the spatial reference of the shape).
The x coordinate of the point for which containment must be checked
The y coordinate of the point for which containment must be checked
true
when the given point is contained in this shape
Determines whether the given point is inside this shape. This method checks containment only in two dimensions: on the (x,y)-axis or the (lon,lat)-axis (depending on the spatial reference of the shape).
The point for which containment must be checked.
true
when the given point is contained in this shape
Moves the center point of this arc to another location. The passed x and y coordinates are expressed in the reference of this arc. The passed coordinates will become the coordinates of the center point of this arc.
the x coordinate of the point.
the y coordinate of the point.
Moves this center point of this arc to another location. The center point of this arc will be moved to the location of the passed point. The reference of the passed point must match the reference of the shape.
the point to move the arc's center point to.
Translates the shape over the given vector in 2D space.
The x coordinate of the translation vector
The y coordinate of the translation vector
An elliptical arc is a Shape that represents a general elliptical arc in the 2D space.
The elliptical arc is defined by: