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 TypeMethodDescriptionvoidclose()protected voidfinalize()Returns the radius change that was applied on the circle.Returns the translation that was applied on the circle.voidsetRadiusChange(double radiusChange) Sets the radius change that was applied on the circle.voidsetTranslation(Coordinate translation) Sets the translation that was applied on the circle.
-
Constructor Details
-
CircleByCenterPointChange
public CircleByCenterPointChange()Constructs a defaultCircleByCenterPointChange.
-
-
Method Details
-
finalize
protected void finalize() -
close
public void close()- Specified by:
closein interfaceAutoCloseable
-
getTranslation
Returns the translation that was applied on the circle.- Returns:
- The translation that was applied on the circle.
-
getRadiusChange
Returns the radius change that was applied on the circle.- Returns:
- The radius change that was applied on the circle.
-
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.
-