|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectEventObject
MapBoundsEvent
public class MapBoundsEvent
Event object for MapContext area of interest and coordinate system changes.
Field Summary | |
---|---|
static int |
AREA_OF_INTEREST_MASK
Area of interest changed |
static int |
COORDINATE_SYSTEM_MASK
Coordinate system changed |
Fields inherited from class EventObject |
---|
source |
Constructor Summary | |
---|---|
MapBoundsEvent(MapContext source,
int type,
Envelope oldAreaOfInterest,
CoordinateReferenceSystem oldCoordinateReferenceSystem)
Creates a new instance of BoundsEvent |
Method Summary | |
---|---|
Envelope |
getOldAreaOfInterest()
Getter for property oldAreaOfInterest. |
CoordinateReferenceSystem |
getOldCoordinateReferenceSystem()
Getter for property oldCoordinateReferenceSystem. |
int |
getType()
Getter for property type. |
Methods inherited from class EventObject |
---|
getSource, toString |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int AREA_OF_INTEREST_MASK
public static final int COORDINATE_SYSTEM_MASK
Constructor Detail |
---|
public MapBoundsEvent(MapContext source, int type, Envelope oldAreaOfInterest, CoordinateReferenceSystem oldCoordinateReferenceSystem)
source
- DOCUMENT ME!type
- DOCUMENT ME!oldAreaOfInterest
- DOCUMENT ME!oldCoordinateReferenceSystem
- DOCUMENT ME!
IllegalArgumentException
- DOCUMENT ME!Method Detail |
---|
public int getType()
public CoordinateReferenceSystem getOldCoordinateReferenceSystem()
public Envelope getOldAreaOfInterest()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |