public class ProjectionEvent extends FMapEvent
Event produced when the projection of the view port has changed.
Modifier and Type | Method and Description |
---|---|
static ProjectionEvent |
createProjectionEvent(IProjection proj)
Creates a new projection event.
|
IProjection |
getNewProjection()
Gets the new projection.
|
getEventType, setEventType
public static ProjectionEvent createProjectionEvent(IProjection proj)
Creates a new projection event.
proj
- the new projectionpublic IProjection getNewProjection()
Gets the new projection.