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 TypeClassDescriptionclassAn abstract adapter class to receive events about map bounds and layer changes.Methods in org.geotools.map with parameters of type MapBoundsListenerModifier and TypeMethodDescriptionvoidMapContent.addMapBoundsListener(MapBoundsListener listener) Register interest in receivingMapBoundsEvents.voidMapViewport.addMapBoundsListener(MapBoundsListener listener) Used by client application to track the bounds of this viewport.voidMapContent.removeMapBoundsListener(MapBoundsListener listener) Remove interest in receiving aBoundingBoxEvents.voidMapViewport.removeMapBoundsListener(MapBoundsListener listener) -
Uses of MapBoundsListener in org.geotools.swing
Classes in org.geotools.swing that implement MapBoundsListenerModifier and TypeClassDescriptionclassBase class for Swing map panes.classThis class is not usable yet !classA 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 TypeClassDescriptionclassHelper class used by InfoTool to query vector features in a FeatureLayer.classUsed by InfoTool to query GridCoverageLayer objects.classHelper class used by InfoTool to query values in a GridReaderLayer.classAbstract base class for helper classes used by InfoTool to query features in map layers.