Package org.gvsig.fmap.mapcontext.events
Class ProjectionEvent
java.lang.Object
org.gvsig.fmap.mapcontext.events.FMapEventBase
org.gvsig.fmap.mapcontext.events.ProjectionEvent
- All Implemented Interfaces:
FMapEvent
Event produced when the projection of the view port has changed.
-
Method Summary
Modifier and TypeMethodDescriptionstatic ProjectionEventcreateProjectionEvent(org.gvsig.crs.projection.lib.Projection proj) Creates a new projection event.org.gvsig.crs.projection.lib.ProjectionGets the new projection.Methods inherited from class org.gvsig.fmap.mapcontext.events.FMapEventBase
getEventType, setEventType
-
Method Details
-
createProjectionEvent
Creates a new projection event.
- Parameters:
proj- the new projection- Returns:
- a new projection event
-
getNewProjection
public org.gvsig.crs.projection.lib.Projection getNewProjection()Gets the new projection.
- Returns:
- the new projection
-