Uses of Interface
org.geotools.map.MapBoundsListener
Packages that use MapBoundsListener
Package
Description
List of layers to be rendered.
Simple Swing widgets for map display.
Cursor tools for zooming and panning; subclass to implement additional mouse-driven tools.
-
Uses of MapBoundsListener in org.geotools.map
Classes in org.geotools.map that implement MapBoundsListenerModifier and TypeClassDescriptionclass
An abstract adapter class to receive events about map bounds and layer changes.Methods in org.geotools.map with parameters of type MapBoundsListenerModifier and TypeMethodDescriptionvoid
MapContent.addMapBoundsListener
(MapBoundsListener listener) Register interest in receivingMapBoundsEvent
s.void
MapViewport.addMapBoundsListener
(MapBoundsListener listener) Used by client application to track the bounds of this viewport.void
MapContent.removeMapBoundsListener
(MapBoundsListener listener) Remove interest in receiving aBoundingBoxEvent
s.void
MapViewport.removeMapBoundsListener
(MapBoundsListener listener) -
Uses of MapBoundsListener in org.geotools.swing
Classes in org.geotools.swing that implement MapBoundsListenerModifier and TypeClassDescriptionclass
Base class for Swing map panes.class
This class is not usable yet !class
A lightweight map pane which uses a single renderer and backing image. -
Uses of MapBoundsListener in org.geotools.swing.tool
Classes in org.geotools.swing.tool that implement MapBoundsListenerModifier and TypeClassDescriptionclass
Helper class used by InfoTool to query vector features in a FeatureLayer.class
Used by InfoTool to query GridCoverageLayer objects.class
Helper class used by InfoTool to query values in a GridReaderLayer.class
Abstract base class for helper classes used by InfoTool to query features in map layers.