Class CircleByCenterPointChange
java.lang.Object
com.luciad.geometries.constraints.CircleByCenterPointChange
- All Implemented Interfaces:
AutoCloseable
Describes a change that was made to a
CircleByCenterPoint
geometry.- Since:
- 2025.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
protected void
finalize()
Returns the radius difference representing this change.Returns the center difference representing this change.void
setRadiusChange
(double radiusChange) Sets the radius change that was applied on the circle.void
setTranslation
(Coordinate translation) Sets the translation that was applied on the circle.
-
Constructor Details
-
CircleByCenterPointChange
public CircleByCenterPointChange()
-
-
Method Details
-
finalize
protected void finalize() -
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-
getTranslation
Returns the center difference representing this change.- Returns:
- The center difference representing this change.
-
getRadiusChange
Returns the radius difference representing this change.- Returns:
- The radius difference representing this change.
-
setTranslation
Sets the translation that was applied on the circle.- Parameters:
translation
- The translation that was applied on the circle in this change.
-
setRadiusChange
public void setRadiusChange(double radiusChange) Sets the radius change that was applied on the circle.- Parameters:
radiusChange
- The radius change that was applied on the circle in this change.
-