public class IlvPickCoordinateEvent extends EventObject
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
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.
|
source
Modifier and Type | Method and Description |
---|---|
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.
|
getSource, toString
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
public IlvManagerView getContext()
public IlvPickCoordinateEvent.PickType getType()
public double getWidth(IlvPickCoordinateEvent.CoordType coordType)
coordType
- The type of system used.public double getHeight(IlvPickCoordinateEvent.CoordType coordType)
coordType
- The type of system used.public double getX1(IlvPickCoordinateEvent.CoordType coordType)
coordType
- The type of system used.IlvPickCoordinateEvent.CoordType.convertFromScreen(IlvManagerView, double, double, IlvPoint)
public double getY1(IlvPickCoordinateEvent.CoordType coordType)
coordType
- The type of system used.IlvPickCoordinateEvent.CoordType.convertFromScreen(IlvManagerView, double, double, IlvPoint)
public double getX2(IlvPickCoordinateEvent.CoordType coordType)
coordType
- The type of system used.IlvPickCoordinateEvent.CoordType.convertFromScreen(IlvManagerView, double, double, IlvPoint)
public double getY2(IlvPickCoordinateEvent.CoordType coordType)
coordType
- The type of system used.IlvPickCoordinateEvent.CoordType.convertFromScreen(IlvManagerView, double, double, IlvPoint)
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.