public class ProjectionEvent extends FMapEventBase
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, setEventTypepublic static ProjectionEvent createProjectionEvent(IProjection proj)
Creates a new projection event.
proj - the new projectionpublic IProjection getNewProjection()
Gets the new projection.