Class PointChange

java.lang.Object
com.luciad.geometries.constraints.PointChange
All Implemented Interfaces:
AutoCloseable

public final class PointChange extends Object implements AutoCloseable
Describes a change that was made to a Point geometry.
  • Constructor Details Link icon

    • PointChange Link icon

      public PointChange(@NotNull Coordinate translation)
      Creates a point change with a translation.
      Parameters:
      translation - the point difference representing this change.
  • Method Details Link icon

    • finalize Link icon

      protected void finalize()
      Overrides:
      finalize in class Object
    • close Link icon

      public void close()
      Specified by:
      close in interface AutoCloseable
    • getTranslation Link icon

      @NotNull public Coordinate getTranslation()
      Returns the point difference representing this change.
      Returns:
      the point difference representing this change.