Class PointChange
java.lang.Object
com.luciad.geometries.constraints.PointChange
- All Implemented Interfaces:
AutoCloseable
Describes a change that was made to a
Point
geometry.-
Constructor Summary
ConstructorDescriptionPointChange
(Coordinate translation) Creates a point change with a translation. -
Method Summary
-
Constructor Details
-
Method Details
-
finalize
protected void finalize() -
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-
getTranslation
Returns the point difference representing this change.- Returns:
- the point difference representing this change.
-