|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GeographyMap | |
twaver.gis | |
twaver.gis.event | |
twaver.gis.gadget | |
twaver.gis.gadget.actionbuttons | |
twaver.gis.gadget.inputhandler |
Uses of GeographyMap in twaver.gis |
Methods in twaver.gis that return GeographyMap | |
static GeographyMap |
GisToolkits.createDefaultMap()
Creates a GeographyMap object which supports shape files. |
static GeographyMap |
GisToolkits.createMap(int type)
Create a GeographyMap with the specified map type. |
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 | |
static void |
Handler.zoomIn(double sx,
double sy,
double ex,
double ey,
GeographyMap map)
Deprecated. |
static void |
Handler.zoomOut(double centerx,
double centery,
GeographyMap map)
Deprecated. |
static void |
Handler.pan(double woffset,
double hoffset,
GeographyMap map)
Deprecated. |
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.showPrintDialog(twaver.network.TNetwork network,
GeographyMap map,
boolean isPreview)
Shows out a dialog used to set print options. |
static void |
GisToolkits.showExportSettingDialog(twaver.network.TNetwork network,
GeographyMap map)
Shows out a dialog used to set exporting image options. |
static void |
GisToolkits.matchMapWithGridData(twaver.network.TNetwork network,
GeographyMap map)
Match the vector data of the map with the grid data. |
static void |
GisToolkits.goBack(twaver.network.TNetwork network,
GeographyMap map)
Redo last 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.Rectangle2D |
GisToolkits.getVisibleElementsBounds(twaver.network.TNetwork network,
GeographyMap map)
Gets the geographical bounds of all visible elements of the network. |
static void |
GisToolkits.addLayer(GeographyMap map,
java.io.File file)
Add the specified shape file into a map. |
static GeoCoordinate |
GisToolkits.convertScreenToLatLong(GeographyMap map,
java.awt.geom.Point2D screenPoint)
Converts screen coordinate to geographical coordinate |
static 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,
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 double |
GisToolkits.getSynchronizeScale(GeographyMap map)
Gets the new scale of the network element's size, if you have registered the thresholds into a GeographyMap object, when the scale |
void |
GisBackground.setMap(GeographyMap map)
Sets the map object of the GisBackground object. |
Constructors in twaver.gis with parameters of type GeographyMap | |
ImageLayer(GeographyMap map)
|
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. |
Uses of GeographyMap in twaver.gis.gadget |
Methods in twaver.gis.gadget with parameters of type GeographyMap | |
void |
StatusBar.setMap(GeographyMap map)
|
void |
GisOverviewPanel.setMap(GeographyMap map)
Specifies which map should be projected to the overview panel. |
Constructors in twaver.gis.gadget with parameters of type GeographyMap | |
StatusBar(GeographyMap map,
javax.swing.JComponent container)
|
|
PrintSetDialog(java.awt.Frame owner,
GeographyMap map,
twaver.network.TNetwork network,
boolean preview)
|
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. |
|
GisNetworkZoomInByRectangleButton(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)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |