Abstract
Abstract
boundsAbstract
centerThe center point of this circle.
Please use move2DToCoordinates or move2DToPoint to move the center point to a new position.Abstract
coordinateThe coordinate type this shape. This property is read only. An Error will be thrown when trying to assign to this property.
Abstract
firstThe 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.Abstract
focusThe focus point of this shape. This property is read only. An error will be thrown when trying to assign to this property. This property contains an object but should be treated with value semantics: changes to the shape will not be reflected in the focusPoint that was retrieved from this Polygon before the modification.
Abstract
radiusThe 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.
Abstract
secondThe 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.Abstract
thirdThe 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.Returns the type of the shape. The returned value is a bitwise combination of ShapeType values, ShapeType.CIRCLE | ShapeType.CIRCLE_BY_3_POINTS
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).
true
when the given point is contained in this shape
Abstract
contains2DCoordinatesDetermines 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
Point with another spatial reference
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
Point with another spatial reference
Abstract
copyIndicates whether this shape is equal to another.
the other shape this shape is compared with.
true
if both shapes are equal, false
otherwise.
Translates this shape so that its center ends up at the specified position.
The location to move too.
InvalidReferenceError when the reference of the Point parameter does not correspond with the reference of this Circle.
Abstract
moveMoves the first point of this circle to the given point *
The new coordinate of the start point
Abstract
moveMoves the second point of this circle to the given point.
The new coordinate of the first intermediate point on this circle
Abstract
moveMoves the third point of this circle to the given point.
The new x coordinate of the second intermediate point on this circle
Abstract
translate2DAbstract
translateAbstract
translateAbstract
translate
A
CircleBy3Points
is a Shape that represents a circle defined by three points on its circumference in the 2D space.The
CircleBy3Points
is defined by: