The center point of the circle defining the circular arc. This field is read-only.
Please use move2DToCoordinates or move2DToPoint to move the center point to a new position.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 this circular arc. This is one of the three points defined in a circular-arc-by-3-points. This field is read-only.
The intermediate point of this circular arc. This is one of the three points defined in a circular-arc-by-3-points. This field is read-only.
Please use moveIntermediatePoint2DToCoordinates or moveIntermediatePoint2DToPoint to move the point to a new position.The radius of the circle defining the circular arc.
The spatial reference of this shape. This property is read only. An Error will be thrown when trying to assign to this property.
The start angle. It is defined as an azimuth: in degrees, positive clockwise, starting up/north.
The start point of this circular arc. This is one of the three points defined in a circular-arc-by-3-points. This field is read-only.
The angle over which the arc extends. It is defined in degrees, positive clockwise.
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
Translates this shape so that its center point ends up at the specified position.
x coordinate value
y coordinate value
Moves the end point of this circular arc to the given coordinates
The new x coordinate of the end point on this circular arc
The new y coordinate of the end point on this circular arc
Moves the intermediate point of this circular arc to the given coordinates
The new x coordinate of the intermediate point on this circular arc
The new y coordinate of the intermediate point on this circular arc
Moves the start point of this circular arc to the given coordinates
The new x coordinate of the start point on this circular arc
The new y coordinate of the start point on this circular arc
Translates the end point of this circular arc from its current position over the given translation vector to another location.
vector x coordinate value
vector y coordinate value
Translates the intermediate point of this circular arc from its current position over the given translation vector to another location.
vector x coordinate value
vector y coordinate value
Translates the start point of this circular arc from its current position over the given translation vector to another location.
vector x coordinate value
vector y coordinate value
Circular-arc-by-3-points interface. A circular-arc-by-3-points is a Shape that represents a circular arc defined by 3 points in the 2D space.
The circular-arc-by-3-points is defined by: