|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
ilog.views.maps.beans.editor.IlvPickCoordinateEvent
public class IlvPickCoordinateEvent
This event will be generated by picking on the map.
IlvCoordinatePanelFactory.createCoordPointInputPanel(IlvManagerView, ilog.views.maps.IlvCoordinateFormatter),
IlvPickCoordinateListener,
Serialized Form| Nested Class Summary | |
|---|---|
static class |
IlvPickCoordinateEvent.CoordType
Class used to store a type of coordinate and its specific conversion method. |
static class |
IlvPickCoordinateEvent.PickType
Type of picking required. |
| Field Summary | |
|---|---|
static IlvPickCoordinateEvent.CoordType |
LATLON
Screen to Lat/Lon coordinate transformation. |
static IlvPickCoordinateEvent.PickType |
PICK_AREA
User has or will have to pick an area on the map. |
static IlvPickCoordinateEvent.PickType |
PICK_CANCELED
Pick has been canceled. |
static IlvPickCoordinateEvent.PickType |
PICK_POINT
User has or will have to pick a point on the map. |
static IlvPickCoordinateEvent.CoordType |
SCREEN
Screen to Screen coordinate transformation. |
static IlvPickCoordinateEvent.CoordType |
VIEW
Screen to View (manager coordinates) coordinate transformation. |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Method Summary | |
|---|---|
IlvManagerView |
getContext()
Returns the context provided for this event. |
double |
getHeight(IlvPickCoordinateEvent.CoordType coordType)
Returns the height of this event in the specified coordinate type. |
IlvPickCoordinateEvent.PickType |
getType()
Returns the type of this event. |
double |
getWidth(IlvPickCoordinateEvent.CoordType coordType)
Returns the width of this event in the specified coordinate type. |
double |
getX1(IlvPickCoordinateEvent.CoordType coordType)
Returns the x coordinate of first point of this event in the specified coordinate type. |
double |
getX2(IlvPickCoordinateEvent.CoordType coordType)
Returns the x coordinate of last point of this event in the specified coordinate type. |
double |
getY1(IlvPickCoordinateEvent.CoordType coordType)
Returns the y coordinate of first point of this event in the specified coordinate type. |
double |
getY2(IlvPickCoordinateEvent.CoordType coordType)
Returns the y coordinate of last point of this event in the specified coordinate type. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final IlvPickCoordinateEvent.CoordType SCREEN
public static final IlvPickCoordinateEvent.CoordType VIEW
public static final IlvPickCoordinateEvent.CoordType LATLON
public static final IlvPickCoordinateEvent.PickType PICK_CANCELED
public static final IlvPickCoordinateEvent.PickType PICK_POINT
public static final IlvPickCoordinateEvent.PickType PICK_AREA
| Method Detail |
|---|
public IlvManagerView getContext()
public IlvPickCoordinateEvent.PickType getType()
public double getWidth(IlvPickCoordinateEvent.CoordType coordType)
coordType - type of system used.
public double getHeight(IlvPickCoordinateEvent.CoordType coordType)
coordType - type of system used.
public double getX1(IlvPickCoordinateEvent.CoordType coordType)
coordType - type of system used.
IlvPickCoordinateEvent.CoordType.convertFromScreen(IlvManagerView, double, double, IlvPoint)public double getY1(IlvPickCoordinateEvent.CoordType coordType)
coordType - type of system used.
IlvPickCoordinateEvent.CoordType.convertFromScreen(IlvManagerView, double, double, IlvPoint)public double getX2(IlvPickCoordinateEvent.CoordType coordType)
coordType - type of system used.
IlvPickCoordinateEvent.CoordType.convertFromScreen(IlvManagerView, double, double, IlvPoint)public double getY2(IlvPickCoordinateEvent.CoordType coordType)
coordType - type of system used.
IlvPickCoordinateEvent.CoordType.convertFromScreen(IlvManagerView, double, double, IlvPoint)
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||