Uses of Class
org.gvsig.fmap.mapcontext.events.ProjectionEvent
Packages that use ProjectionEvent
-
Uses of ProjectionEvent in org.gvsig.fmap.mapcontext.events
Methods in org.gvsig.fmap.mapcontext.events that return ProjectionEventModifier and TypeMethodDescriptionstatic ProjectionEventProjectionEvent.createProjectionEvent(org.gvsig.crs.projection.lib.Projection proj) Creates a new projection event.AtomicEvent.getProjectionEvents()Returns all projection events that constitute this one. -
Uses of ProjectionEvent in org.gvsig.fmap.mapcontext.events.listeners
Methods in org.gvsig.fmap.mapcontext.events.listeners with parameters of type ProjectionEventModifier and TypeMethodDescriptionvoidEventBuffer.projectionChanged(ProjectionEvent e) voidViewPortListener.projectionChanged(ProjectionEvent e) Called when the projection of the view port has changed.