Uses of Enum Class
org.geotools.map.MapBoundsEvent.Type
Packages that use MapBoundsEvent.Type
-
Uses of MapBoundsEvent.Type in org.geotools.map
Methods in org.geotools.map that return MapBoundsEvent.TypeModifier and TypeMethodDescriptionstatic MapBoundsEvent.Type
Returns the enum constant of this class with the specified name.static MapBoundsEvent.Type[]
MapBoundsEvent.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.geotools.map that return types with arguments of type MapBoundsEvent.TypeModifier and TypeMethodDescriptionMapBoundsEvent.getEventType()
Set of event types raised for this event.Methods in org.geotools.map with parameters of type MapBoundsEvent.TypeModifier and TypeMethodDescriptionprotected void
MapViewport.fireMapBoundsListenerMapBoundsChanged
(MapBoundsEvent.Type type, ReferencedEnvelope oldBounds, ReferencedEnvelope newBounds) Notifies MapBoundsListeners about a change to the bounds or crs.Constructors in org.geotools.map with parameters of type MapBoundsEvent.TypeModifierConstructorDescriptionMapBoundsEvent
(MapViewport source, MapBoundsEvent.Type type, ReferencedEnvelope oldBounds, ReferencedEnvelope newBounds) Creates a new instance of BoundsEvent.Constructor parameters in org.geotools.map with type arguments of type MapBoundsEvent.TypeModifierConstructorDescriptionMapBoundsEvent
(MapViewport source, EnumSet<MapBoundsEvent.Type> type, ReferencedEnvelope oldBounds, ReferencedEnvelope newBounds) Creates a new instance of BoundsEvent.