Package com.luciad.util
Interface ILcdOnPointFunction
public interface ILcdOnPointFunction
This interface defines a single method to apply a function to an
ILcdPoint
.-
Method Summary
Modifier and TypeMethodDescriptionboolean
applyOnPoint
(ILcdPoint aPoint) Apply a function to the given point.
-
Method Details
-
applyOnPoint
Apply a function to the given point.- Parameters:
aPoint
- Point on which function should be applied.- Returns:
- True if the method was successful, false otherwise.
-