The center point of this circle.
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 first point of this circle. This is one of the three points on the circumference.
Please use moveFirstPoint2DToCoordinates or moveFirstPoint2DToPoint to move the point to a new position.The radius of this circle, in meters.
The radius of this circle, in meters.
The spatial reference of this shape. This property is read only. An Error will be thrown when trying to assign to this property.
The second point of this circle. This is one of the three points on the circumference.
Please use moveSecondPoint2DToCoordinates or moveSecondPoint2DToPoint to move the point to a new position.The third point of this circle. This is one of the three points on the circumference.
Please use moveThirdPoint2DToCoordinates or moveThirdPoint2DToPoint to move the point to a new position.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 ends up at the specified position.
The location to move too.
Moves the first point of this circle to the given coordinates
The new x coordinate of the start point
The new y coordinate of the start point
Moves the first point of this circle to the given point
The new coordinate of the start point
Moves the second point of this circle to the given coordinates
The new x coordinate of the first intermediate point on this circle
The new y coordinate of the first intermediate point on this circle
Moves the second point of this circle to the given point.
The new coordinate of the first intermediate point on this circle
Moves the second intermediate point of this circle to the given coordinates.
The new x coordinate of the second intermediate point on this circle
The new y coordinate of the second intermediate point on this circle
Moves the third point of this circle to the given point.
The new x coordinate of the second intermediate point on this circle
Translates the shape over the given vector in 2D space.
The x coordinate of the translation vector
The y coordinate of the translation vector
Translates the first point of this circle from its current position over the given translation vector to another location.
x coordinate value
y coordinate value
Translates the second point of this circle from its current position over the given translation vector to another location.
x coordinate value
y coordinate value
Translates the third point of this circle from its current position over the given translation vector to another location.
x coordinate value
y coordinate value
Circle-by-3-points interface. A circle-by-3-points is a Shape that represents a circle defined by three points on its circumference in the 2D space.
The circle-by-3-points is defined by: