Package com.partnersoft.v3x.apps.MapBrowser

Interface Summary
CustomerMapLocationTranslator An interface that translates between customer location terminology and real coordinates.
HighlightableMapDataSource A source for renderable map data.
MapAppCard A GUI panel designed to be used in a MapApp.
MapBoundsTester An interface for objects that test the boundaries of maps.
MapClickActor A simple actor class that does something in response to a map click.
MapDataRenderer Object which renders some MapDataSource to an AWT Graphics object (usually under the control of a MapViewLayer).
MapDataSource A source for renderable map data.
MapMotionListener A listener that hears MapMouseEvents pertaining to motion.
MapMouseListener A listener that hears MapMouseEvents.
SelectableMapDataSource A source for selectable map data (data which can be clicked and examined) - can create appropriate specifiers, and supplies a highlight MapDataSource that displays the specified graphic.
 

Class Summary
AbstractMapDataSource A good base implementation of a MapDataSource.
AbstractSelectableMapDataSource A good base implementation of a SelectableMapDataSource.
ArrowIcon An icon what looks like an arrow or something.
Birdseye A birds-eye view that can be linked to another MapViewPanel.
BrowserRenderedScale A browseable rendered scale; this provides a layer of indirection to allow raster scaling and other nonsense.
ClickMap A matrix that maps (x, y) coordinates in pixel space to objects.
CombinedMapGraphicSpecifier Combines several MapGraphicSpecifiers into one.
CustomerMapNomenclature Contains a description of the customer's map set in their own terms.
DataViewCard Card to view data for selected graphical objects.
DummyTester An simple no-op MapBoundsTester, handy for debugging map configuration files.
DummyTranslator A simple no-op translator that is handy for debugging Nomenclature.tof files.
GPSSettings Various settings for GPS support.
GPSStatusPanel Moved from the package com.partnersoft.v3x.gui to com.partnersoft.v3x.apps.MapBrowser because of dependency problems.
GridMapBoundsTester Tests the bounds of a hierarchical, gridded map set.
GridMapTranslator Translates map coordinates into grid system coordinates.
MapApp This is the skeleton for a map browsing application.
MapAppCardStd A standard implementation of MapAppCard.
MapAppDeck A MapAppCard that has subcards.
MapAppTabbedCard A MapAppCard that has subcards.
MapBrowser A MapBrowsing widget.
MapBrowserConfig Configuration for the map browser.
MapControlSocket A socket that accepts requests to orient the map display.
MapCoordSpecifier A Specifier for map coords that feeds off a A MapPointEvent source such as a MapBrowser or MapView.
MapDataLib Convenience functions for map data stuff.
MapGraphicSpecification An object specified by a MapGraphicSpecifier.
MapGraphicSpecifier A specifier for graphical map objects that works from MapMouseEvents in some fashion (some use the pixels, some use the map coordinates).
MapLayer A displayed layer of map for a ViewPanel.
MapLib Handles menial tasks like loading a MapViewSpace in a standard way.
MapLocationMultiTranslator  
MapMotionAdaptor An adaptor that hears MapMouseEvents pertaining to motion.
MapMotionCaster A Multicaster for MapMouseEvents pertaining to motion.
MapMouseAdaptor An adaptor for MapMouseEvents.
MapMouseCaster A Multicaster for MapMouseEvents.
MapMouseEvent A translation of standard MouseEvents into Map coordinates.
MapPoint A point in a MapPointLayer.
MapPointLayer A MapLayer that draws a set of MapPoints.
MapPointRenderer Renders a MapPointSource.
MapPointSource A set of map points.
MapPointSpecifier Graphic specifier for mapPoints.
MapTreeNode This is a MapPoint that can be used to create drawn trees of joined points.
MapViewControlButton A Button that moves a map view along a single normal axis.
MapViewer A generic, minimal map viewing app.
MapViewLayer A MapViewLayer is a Swing component layered in a MapViewPanel.
MapViewPanel A visual component that controls and displays map rendering, and which generates events based on mouse actions, etc.
MapViewSpace Describes a browseable set of map data sources.
MapViewSpaceLayer A named layer in map view space, containing an ordered list of sources with approximately the same volatility.
MiscPoint A miscellaneous data point.
NamedPolygonSet A set of polygons, stored in a relational database format, so that you can do bounds-based queries.
PackedSheetCoord Not an object actually, but a way to represent sheet coordinates as longs.
PickyMapPointSpecifiers A set of specifiers for MapPoints.
RenderedScale The scale and origin for a (usually continuous) set of rendered map images.
RenderMold A "mold" that controls the shape that map bits are rendered into.
Scale A visual scale for a map.
ScalingScheme An object which manages the scaling policy for a map set.
SheetCoord A SheetCoord is a 4-dimensional coordinate or offset in a single map's "sheet" (displayable picture) space.
SheetPixelCoord A SheetPixelCoord is a pixel offset from top-left corner on a sheet specified by a SheetCoordinate.
SimpleSelectableMapDataSource A simple SelectableMapDataSource implementation, serving as a fascade to the hilite source, renderers, etc.
VectorUpdater  
ZoomSpecifier The elusive and much-sought elevator buttons.