| java.lang.Object java.util.EventObject org.geotools.map.event.MapBoundsEvent
MapBoundsEvent | public class MapBoundsEvent extends EventObject (Code) | | Event object for MapContext area of interest and coordinate system changes.
author: wolf |
Constructor Summary | |
public | MapBoundsEvent(MapContext source, int type, Envelope oldAreaOfInterest, CoordinateReferenceSystem oldCoordinateReferenceSystem) |
AREA_OF_INTEREST_MASK | final public static int AREA_OF_INTEREST_MASK(Code) | | Area of interest changed
|
COORDINATE_SYSTEM_MASK | final public static int COORDINATE_SYSTEM_MASK(Code) | | Coordinate system changed
|
MapBoundsEvent | public MapBoundsEvent(MapContext source, int type, Envelope oldAreaOfInterest, CoordinateReferenceSystem oldCoordinateReferenceSystem)(Code) | | Creates a new instance of BoundsEvent
Parameters: source - DOCUMENT ME! Parameters: type - DOCUMENT ME! Parameters: oldAreaOfInterest - DOCUMENT ME! Parameters: oldCoordinateReferenceSystem - DOCUMENT ME! throws: IllegalArgumentException - DOCUMENT ME! |
getOldAreaOfInterest | public Envelope getOldAreaOfInterest()(Code) | | Getter for property oldAreaOfInterest.
Value of property oldAreaOfInterest. |
getOldCoordinateReferenceSystem | public CoordinateReferenceSystem getOldCoordinateReferenceSystem()(Code) | | Getter for property oldCoordinateReferenceSystem.
Value of property oldCoordinateReferenceSystem. |
getType | public int getType()(Code) | | Getter for property type. The type is a bitwise or of the masks defined above.
Value of property type. |
|
|