|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MapBoundsEvent.Type | |
---|---|
org.geotools.map | List of layers to be rendered. |
org.geotools.map.event | A set of events fired by map interfaces. |
Uses of MapBoundsEvent.Type in org.geotools.map |
---|
Methods in org.geotools.map with parameters of type MapBoundsEvent.Type | |
---|---|
protected void |
MapViewport.fireMapBoundsListenerMapBoundsChanged(MapBoundsEvent.Type type,
ReferencedEnvelope oldBounds,
ReferencedEnvelope newBounds)
Notifies MapBoundsListeners about a change to the bounds or crs. |
Uses of MapBoundsEvent.Type in org.geotools.map.event |
---|
Methods in org.geotools.map.event that return MapBoundsEvent.Type | |
---|---|
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.event that return types with arguments of type MapBoundsEvent.Type | |
---|---|
EnumSet<MapBoundsEvent.Type> |
MapBoundsEvent.getEventType()
Set of event types raised for this event. |
Constructors in org.geotools.map.event with parameters of type MapBoundsEvent.Type | |
---|---|
MapBoundsEvent(MapViewport source,
MapBoundsEvent.Type type,
ReferencedEnvelope oldBounds,
ReferencedEnvelope newBounds)
Creates a new instance of BoundsEvent. |
Constructor parameters in org.geotools.map.event with type arguments of type MapBoundsEvent.Type | |
---|---|
MapBoundsEvent(MapViewport source,
EnumSet<MapBoundsEvent.Type> type,
ReferencedEnvelope oldBounds,
ReferencedEnvelope newBounds)
Creates a new instance of BoundsEvent. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |