Class SurfaceMask2D.PointToProject
java.lang.Object
cz.fidentis.analyst.data.surfacemask.SurfaceMask2D.PointToProject
- Enclosing interface:
SurfaceMask2D
A class representing point to be projected
-
Constructor Summary
ConstructorsConstructorDescriptionPointToProject
(boolean isSelected, boolean isSampled, Point point) Constructor with three parameters -
Method Summary
-
Constructor Details
-
PointToProject
Constructor with three parameters- Parameters:
isSelected
- specifies if the point has been selectedisSampled
- specifies if the point is the result of samplingpoint
- point itself
-
-
Method Details
-
isSelected
public boolean isSelected() -
isSampled
public boolean isSampled() -
getPoint
-