ilog.views.maps.beans.editor
Class IlvPickCoordinateEvent.CoordType
java.lang.Object
ilog.views.maps.beans.editor.IlvPickCoordinateEvent.CoordType
- Enclosing class:
- IlvPickCoordinateEvent
public abstract static class IlvPickCoordinateEvent.CoordType
- extends Object
Class used to store a type of coordinate and its specific conversion method.
- Since:
- JViews 7.5
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IlvPickCoordinateEvent.CoordType
public IlvPickCoordinateEvent.CoordType()
- Creates a new
CoordType.
convertFromScreen
public abstract void convertFromScreen(IlvManagerView c,
double x,
double y,
IlvPoint pRet)
- Method implemented by all coord types.
Each static instance of that class will be able to transform Screen user picked coordinates to a specific coordinate system.
- Parameters:
c - Context used for projection and transformation.x - Screen x coordinate.y - Screen y coordinate.pRet - Point filled on return with instance dependant coordinates.
Copyright © 1996-2007 ILOG S.A. All rights reserved. Documentation homepage.