Uses of Interface
twaver.gis.GeographyMap

Packages that use GeographyMap
twaver.gis   
twaver.gis.event   
twaver.gis.filter   
twaver.gis.gadget   
twaver.gis.gadget.actionbuttons   
twaver.gis.gadget.inputhandler   
twaver.gis.utils   
 

Uses of GeographyMap in twaver.gis
 

Methods in twaver.gis that return GeographyMap
 GeographyMap GisNetworkAdapter.getMap()
          Gets the map used as the background of the network.
 GeographyMap GisBackground.getMap()
          Gets the GeographyMap object used as the background.
 

Methods in twaver.gis with parameters of type GeographyMap
 void GisBackground.setMap(GeographyMap map)
          Sets the map object of the GisBackground object.
 

Uses of GeographyMap in twaver.gis.event
 

Methods in twaver.gis.event that return GeographyMap
 GeographyMap MapEvent.getMap()
          Gets the object on which the event initially occurred.
 

Constructors in twaver.gis.event with parameters of type GeographyMap
MapEvent(GeographyMap map, int type)
          Constructs a MapEvent object with the specified type.
MapEvent(GeographyMap map, int type, java.lang.Object oldValue, java.lang.Object newValue)
           
 

Uses of GeographyMap in twaver.gis.filter
 

Methods in twaver.gis.filter with parameters of type GeographyMap
 boolean PanActionFilter.shouldPan(GeographyMap map)
          Determines if the map object can be panned.
 

Uses of GeographyMap in twaver.gis.gadget
 

Methods in twaver.gis.gadget that return GeographyMap
 GeographyMap TileMapPanel.getMap()
           
 GeographyMap MapCacheVampire.getMap()
           
 

Methods in twaver.gis.gadget with parameters of type GeographyMap
 void GisOverviewPanel.setMap(GeographyMap map)
          Specifies which map should be projected to the overview panel.
 void StatusBar.setMap(GeographyMap map)
           
 

Constructors in twaver.gis.gadget with parameters of type GeographyMap
WMSInformationTable(java.lang.String serverPath, int executorType, GeographyMap map)
          Constructs WMSInformationTable instance.
WMSInformationTable(java.lang.String serverPath, int executorType, GeographyMap map, java.lang.String cachePath)
          Constructs WMSInformationTable instance.
StatusBar(GeographyMap map, javax.swing.JComponent container)
           
 

Uses of GeographyMap in twaver.gis.gadget.actionbuttons
 

Constructors in twaver.gis.gadget.actionbuttons with parameters of type GeographyMap
GisQueryButton(GeographyMap map, twaver.network.TNetwork network)
          Deprecated.  
GisOverviewButton(GeographyMap map, twaver.network.TNetwork network)
          Deprecated.  
GisNetworkZoomResetButton(GeographyMap map, twaver.network.TNetwork network)
          Deprecated.  
GisNetworkZoomOutButton(GeographyMap map, twaver.network.TNetwork network)
          Deprecated.  
GisNetworkZoomInButton(GeographyMap map, twaver.network.TNetwork network)
           
GisNetworkZoomBackButton(GeographyMap map, twaver.network.TNetwork network)
          Deprecated.  
GisNetworkPanButton(GeographyMap map, twaver.network.TNetwork network)
          Deprecated.  
GisNetworkDefaultButton(GeographyMap map, twaver.network.TNetwork network)
          Deprecated.  
GisDistanceButton(GeographyMap map, twaver.network.TNetwork network)
          Deprecated.  
 

Uses of GeographyMap in twaver.gis.gadget.inputhandler
 

Constructors in twaver.gis.gadget.inputhandler with parameters of type GeographyMap
ZoomInputHandler(twaver.network.TNetwork network, GeographyMap map)
           
ZoomInputHandler(twaver.network.TNetwork network, GeographyMap map, int mode)
           
SelectInputHandler(twaver.network.TNetwork network, GeographyMap map)
           
GisPanInterHandler(twaver.network.TNetwork network, GeographyMap map)
           
GisPanInterHandler(GeographyMap map)
           
DistanceInputHandler(twaver.network.TNetwork network, GeographyMap map)
           
DefaultGisInterHandler(twaver.network.TNetwork network, GeographyMap map)
           
DefaultGisInterHandler(GeographyMap map)
           
 

Uses of GeographyMap in twaver.gis.utils
 

Methods in twaver.gis.utils that return GeographyMap
static GeographyMap GisToolkits.createDefaultMap()
          Creates a GeographyMap object which displays the map as tiles.
 

Methods in twaver.gis.utils with parameters of type GeographyMap
static twaver.network.InteractionMode GisInputHandlerFactory.createZoomMode(twaver.network.TNetwork network, GeographyMap map)
          Creates an interaction mode which can handle zoom in, zoom out,and reset interaction.
static twaver.network.InteractionMode GisInputHandlerFactory.createZoomMode(twaver.network.TNetwork network, GeographyMap map, int mode)
           
static twaver.network.InteractionMode GisInputHandlerFactory.createDefaultMode(twaver.network.TNetwork network, GeographyMap map)
          Creates an interaction mode which can operate the elements on the TNetwork.
static twaver.network.InteractionMode GisInputHandlerFactory.createResetMode(twaver.network.TNetwork network, GeographyMap map)
           
static twaver.network.InteractionMode GisInputHandlerFactory.createSelectMode(twaver.network.TNetwork network, GeographyMap map)
          Creates an interaction mode which can handle selection interaction.
static twaver.network.InteractionMode GisInputHandlerFactory.createPanMode(GeographyMap map)
          Creates an interaction mode which can handle pan interaction.
static twaver.network.InteractionMode GisInputHandlerFactory.createPanMode(twaver.network.TNetwork network, GeographyMap map)
           
static twaver.network.InteractionMode GisInputHandlerFactory.createDistanceMode(twaver.network.TNetwork network, GeographyMap map)
           
static void GisToolkits.goBack(twaver.network.TNetwork network, GeographyMap map)
          Redo last zoom out or in operation.
static void GisToolkits.locateElement(twaver.Element element, GeographyMap map)
          Locates the element on the screen according to the element's geographical coordinate and the map instance.
static java.awt.geom.Point2D GisToolkits.getScreenLocation(twaver.Element element, GeographyMap map)
          Gets the screen location of the an Element object.
static java.awt.geom.Rectangle2D GisToolkits.getVisibleElementsBounds(twaver.network.TNetwork network, GeographyMap map)
          Gets the geographical bounds of all visible elements of the network.
static twaver.GeoCoordinate GisToolkits.convertScreenToLatLong(GeographyMap map, java.awt.geom.Point2D screenPoint)
          Converts screen coordinate to geographical coordinate
static twaver.GeoCoordinate GisToolkits.convertScreenToLatLong(GeographyMap map, double screenX, double screenY)
          Converts screen coordinate to geographical coordinate
static java.awt.geom.Point2D GisToolkits.convertLatLongToScreen(GeographyMap map, double longitude, double latitude)
          Converts geographical coordinate to screen coordinate
static java.awt.geom.Point2D GisToolkits.convertLatLongToScreen(GeographyMap map, twaver.GeoCoordinate co)
          Converts geographical coordinate to screen coordinate
static void GisToolkits.setGeographicalCoordinate(GeographyMap map, twaver.Element element)
          Sets the value of the element's TWaverGisConst.GEOCOORDINATE client property.
static java.util.List GisToolkits.getRegionPath(GeographyMap map, twaver.ShapeNode region, boolean optimize)
           
static java.util.List GisToolkits.getFeaturePoints(GeographyMap map, java.util.List list, boolean toScreenPoint, boolean optimize)
           
static java.awt.Shape GisToolkits.getGeographyFeatureShape(GeographyMap map, GeographyFeature feature)
          Gets the shape of a GeographyFeature.
static int GisToolkits.getAppropriateZoomLevel(GridBbox bbox, GeographyMap map)
          Gets appropriate zoom level by referring to the specified geographical area.