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.