Package | Description |
---|---|
org.geotools.map |
List of layers to be rendered.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
EnumSet<MapBoundsEvent.Type> |
MapBoundsEvent.getEventType()
Set of event types raised for this event.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MapViewport.fireMapBoundsListenerMapBoundsChanged(MapBoundsEvent.Type type,
ReferencedEnvelope oldBounds,
ReferencedEnvelope newBounds)
Notifies MapBoundsListeners about a change to the bounds or crs.
|
Constructor and Description |
---|
MapBoundsEvent(MapViewport source,
MapBoundsEvent.Type type,
ReferencedEnvelope oldBounds,
ReferencedEnvelope newBounds)
Creates a new instance of BoundsEvent.
|
Constructor and Description |
---|
MapBoundsEvent(MapViewport source,
EnumSet<MapBoundsEvent.Type> type,
ReferencedEnvelope oldBounds,
ReferencedEnvelope newBounds)
Creates a new instance of BoundsEvent.
|
Copyright © 1996–2022 Geotools. All rights reserved.