Package com.luciad.edit.handles
Interface PointEditHandle.IVisualAidProvider
- Enclosing class:
PointEditHandle
public static interface PointEditHandle.IVisualAidProvider
This interface allows to calculate a visual aid line based on the location of the handle.
This can for example be a vertical line to connect a point with the ground.
-
Method Summary
Modifier and TypeMethodDescriptioncalculateVisualAid
(Point handleLocation) Returns a new visual aid line.