Class SurfaceMask2D.PointToProject

java.lang.Object
cz.fidentis.analyst.data.surfacemask.SurfaceMask2D.PointToProject
Enclosing interface:
SurfaceMask2D

public static class SurfaceMask2D.PointToProject extends Object
A class representing point to be projected
  • Constructor Details

    • PointToProject

      public PointToProject(boolean isSelected, boolean isSampled, Point point)
      Constructor with three parameters
      Parameters:
      isSelected - specifies if the point has been selected
      isSampled - specifies if the point is the result of sampling
      point - point itself
  • Method Details

    • isSelected

      public boolean isSelected()
    • isSampled

      public boolean isSampled()
    • getPoint

      public Point getPoint()