Uses of Class
org.geotools.map.MapBoundsEvent.Type
-
Packages that use MapBoundsEvent.Type Package Description org.geotools.map List of layers to be rendered. -
-
Uses of MapBoundsEvent.Type in org.geotools.map
Methods in org.geotools.map that return MapBoundsEvent.Type Modifier and Type Method Description static MapBoundsEvent.Type
MapBoundsEvent.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static MapBoundsEvent.Type[]
MapBoundsEvent.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.geotools.map that return types with arguments of type MapBoundsEvent.Type Modifier and Type Method Description EnumSet<MapBoundsEvent.Type>
MapBoundsEvent. getEventType()
Set of event types raised for this event.Methods in org.geotools.map with parameters of type MapBoundsEvent.Type Modifier and Type Method Description protected 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.Type Constructor Description MapBoundsEvent(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.Type Constructor Description MapBoundsEvent(MapViewport source, EnumSet<MapBoundsEvent.Type> type, ReferencedEnvelope oldBounds, ReferencedEnvelope newBounds)
Creates a new instance of BoundsEvent.
-