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 the circular arc. This is the point that is defined by the radius of the arc and the arc's angle.
The radius of the circle defining the circular arc.
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 angle. It is defined as an azimuth: in degrees, positive clockwise, starting up/north.
The start point of the circular arc. This is the point that is defined by the radius of the arc and the start angle of the arc.
The angle over which the arc extends. It is defined in degrees, positive clockwise.
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
CircularArcByCenterPaint interface. A CircularArcByCenterPoint is a Shape that represents a general circular arc defined by a center point, radius, and two angles in the 2D space.
The circular-arc-by-center-point is defined by: