A B C D E F G H I L M N O P Q R S T U V W X Z

G

GEOCOORDINATE - Static variable in class twaver.gis.TWaverGisConst
 
GEOMETRY_TYPE_MULTILINE - Static variable in class twaver.gis.TWaverGisConst
 
GEOMETRY_TYPE_MULTIPOLYGON - Static variable in class twaver.gis.TWaverGisConst
 
GEOMETRY_TYPE_POINT - Static variable in class twaver.gis.TWaverGisConst
 
GEOSERVER_VERSION - Static variable in class twaver.gis.TWaverGisConst
 
GML_TYPE_LINE - Static variable in class twaver.gis.TWaverGisConst
Constant used to specify the GML line type
GML_TYPE_POINT - Static variable in class twaver.gis.TWaverGisConst
Constant used to specify the GML point type.
GML_TYPE_POINTS - Static variable in class twaver.gis.TWaverGisConst
Constant used to specify the GML points type
GML_TYPE_POLYGON - Static variable in class twaver.gis.TWaverGisConst
Constant used to specify the GML polygon type
GOOGLEMAP_LOCALE - Static variable in class twaver.gis.TWaverGisConst
 
GOOGLEMAP_STATELITE_VERSION - Static variable in class twaver.gis.TWaverGisConst
 
GOOGLEMAP_TERRAIN_VERSION - Static variable in class twaver.gis.TWaverGisConst
 
GOOGLEMAP_VERSION - Static variable in class twaver.gis.TWaverGisConst
 
GOOGLE_COLOR - Static variable in class twaver.gis.TWaverGisConst
 
GRAB_BUFFER - Static variable in class twaver.gis.TWaverGisConst
 
GRIDLAYER_COLOR - Static variable in class twaver.gis.TWaverGisConst
 
GRIDLAYER_HORIZONTAL_NUM - Static variable in class twaver.gis.TWaverGisConst
 
GRIDLAYER_STROKE - Static variable in class twaver.gis.TWaverGisConst
 
GRIDLAYER_VERTICAL_NUM - Static variable in class twaver.gis.TWaverGisConst
 
GRIDLAYER_VISIBLE - Static variable in class twaver.gis.TWaverGisConst
 
GRID_MARK_FONT - Static variable in class twaver.gis.TWaverGisConst
 
GRID_VISIBLE_PRECISION - Static variable in class twaver.gis.TWaverGisConst
 
GeographyFeature - interface twaver.gis.GeographyFeature.
This interface is used to manage feature attributes.
GeographyLayer - interface twaver.gis.GeographyLayer.
The interface defines a layer object.
GeographyMap - interface twaver.gis.GeographyMap.
An interface is used to manage a geography map and paint it.
GisActionButton - class twaver.gis.gadget.actionbuttons.GisActionButton.
A GisActionButton is used to handle operations on a GeographyMap.
GisActionButton(TNetwork) - Constructor for class twaver.gis.gadget.actionbuttons.GisActionButton
 
GisBackground - interface twaver.gis.GisBackground.
A GisBackground interface is designed for displaying vector shape.
GisDistanceButton - class twaver.gis.gadget.actionbuttons.GisDistanceButton.
A GisDistanceButton is used to handle measuring distance operation.
GisDistanceButton(TNetwork) - Constructor for class twaver.gis.gadget.actionbuttons.GisDistanceButton
 
GisInputHandlerFactory - class twaver.gis.utils.GisInputHandlerFactory.
GisInputHandlerFactory can create different interaction mode used in GIS.
GisInputHandlerFactory() - Constructor for class twaver.gis.utils.GisInputHandlerFactory
 
GisMagnifierButton - class twaver.gis.gadget.actionbuttons.GisMagnifierButton.
A GisMagnifierButton is used to browse more details of the map under current scale.
GisMagnifierButton(TNetwork) - Constructor for class twaver.gis.gadget.actionbuttons.GisMagnifierButton
 
GisManager - class twaver.gis.GisManager.
This class is used to store the default settings which are used by TWaver GIS development kit.
GisManager() - Constructor for class twaver.gis.GisManager
 
GisNetworkAdapter - class twaver.gis.GisNetworkAdapter.
This class helps wrap a TNetowrk object(network) with a geographical map.
GisNetworkAdapter(TNetwork) - Constructor for class twaver.gis.GisNetworkAdapter
Constructs a GisNetworkAdapter instance, which will be used to wrap a TNetwork object.
GisNetworkDefaultButton - class twaver.gis.gadget.actionbuttons.GisNetworkDefaultButton.
A GisNetworkDefaultButton is used to handle the default mouse interaction.
GisNetworkDefaultButton(TNetwork) - Constructor for class twaver.gis.gadget.actionbuttons.GisNetworkDefaultButton
 
GisNetworkPanButton - class twaver.gis.gadget.actionbuttons.GisNetworkPanButton.
A GisNetworkPanButton is used to handle pan operation.
GisNetworkPanButton(TNetwork) - Constructor for class twaver.gis.gadget.actionbuttons.GisNetworkPanButton
Constructs a base button initialized by specified network.
GisNetworkZoomBackButton - class twaver.gis.gadget.actionbuttons.GisNetworkZoomBackButton.
The GisReviseViewPortButton is used to revise current window of a map referring to the current viewport of the map.
GisNetworkZoomBackButton(TNetwork) - Constructor for class twaver.gis.gadget.actionbuttons.GisNetworkZoomBackButton
Constructs a base button initialized by specified network.
GisNetworkZoomInButton - class twaver.gis.gadget.actionbuttons.GisNetworkZoomInButton.
A GisNetworkZoomInButton is used to handle zoom in operation.
GisNetworkZoomInButton(GeographyMap, TNetwork) - Constructor for class twaver.gis.gadget.actionbuttons.GisNetworkZoomInButton
 
GisNetworkZoomInButton(TNetwork) - Constructor for class twaver.gis.gadget.actionbuttons.GisNetworkZoomInButton
 
GisNetworkZoomOutButton - class twaver.gis.gadget.actionbuttons.GisNetworkZoomOutButton.
A GisNetworkZoomOutButton is used to handle zoom out operation.
GisNetworkZoomOutButton(TNetwork) - Constructor for class twaver.gis.gadget.actionbuttons.GisNetworkZoomOutButton
 
GisNetworkZoomResetButton - class twaver.gis.gadget.actionbuttons.GisNetworkZoomResetButton.
A GisNetworkZoomResetButton is used to handle reset operation.
GisNetworkZoomResetButton(TNetwork) - Constructor for class twaver.gis.gadget.actionbuttons.GisNetworkZoomResetButton
 
GisOverviewButton - class twaver.gis.gadget.actionbuttons.GisOverviewButton.
A GisOverviewButton can create a overview panel which displays the whole map.
GisOverviewButton(TNetwork) - Constructor for class twaver.gis.gadget.actionbuttons.GisOverviewButton
 
GisOverviewPanel - class twaver.gis.gadget.GisOverviewPanel.
GisOverviewPanel is used to display a map and the elements of the specified network as the hawk eye.
GisOverviewPanel(TNetwork) - Constructor for class twaver.gis.gadget.GisOverviewPanel
Constructor of the GisOverviewPanel class.
GisPanInterHandler - class twaver.gis.gadget.inputhandler.GisPanInterHandler.
GisPanInterHandler is used to handle pan interaction.
GisPanInterHandler(TNetwork, GeographyMap) - Constructor for class twaver.gis.gadget.inputhandler.GisPanInterHandler
 
GisPanInterHandler(GeographyMap) - Constructor for class twaver.gis.gadget.inputhandler.GisPanInterHandler
 
GisQueryButton - class twaver.gis.gadget.actionbuttons.GisQueryButton.
A GisQueryButton is used to handle selection operation.
GisQueryButton(TNetwork) - Constructor for class twaver.gis.gadget.actionbuttons.GisQueryButton
 
GisToolkits - class twaver.gis.utils.GisToolkits.
A collection of utility methods for TWaverGIS.
GisToolkits() - Constructor for class twaver.gis.utils.GisToolkits
 
GridBbox - class twaver.gis.gadget.GridBbox.
A GridBbox instance represents the the bounds of an geographical area.
GridBbox() - Constructor for class twaver.gis.gadget.GridBbox
 
GridBbox(double, double, double, double) - Constructor for class twaver.gis.gadget.GridBbox
 
GridBbox(double[]) - Constructor for class twaver.gis.gadget.GridBbox
 
getActionWFS() - Method in class twaver.gis.ogc.actions.Action
 
getActionWFS() - Method in class twaver.gis.ogc.actions.DeleteAction
 
getActionWFS() - Method in class twaver.gis.ogc.actions.InsertAction
 
getActionWFS() - Method in class twaver.gis.ogc.actions.UpdateAction
 
getAllLayerNames() - Method in interface twaver.gis.GeographyMap
Gets the names of all the layers stored in the map.
getAppropriateZoomLevel(GridBbox, GeographyMap) - Static method in class twaver.gis.utils.GisToolkits
Gets appropriate zoom level by referring to the specified geographical area.
getAttribute(String) - Method in interface twaver.gis.GeographyFeature
Gets the specified attribute value
getAttributesConunt() - Method in interface twaver.gis.GeographyFeature
Gets the attributes count of the feature
getAttributesNames() - Method in interface twaver.gis.GeographyFeature
Gets the names of all the feature's attributes
getBoolean(String) - Static method in class twaver.gis.GisManager
 
getBoundingBox() - Method in class twaver.gis.gadget.WMSLayerInfo
 
getBounds() - Method in interface twaver.gis.GeographyFeature
Gets the bounds of the feature's default geometry.
getBundledShape(int, int, int, boolean, Point, Point, TNetwork) - Method in class twaver.gis.link.InterceptedLinkUI
 
getCenterPoint() - Method in interface twaver.gis.GeographyMap
Gets the center point of the map, and the point is described by a GeoCoordinate instance.
getCenterPoint() - Method in class twaver.gis.link.InterceptedLinkUI
 
getColor(String) - Static method in class twaver.gis.GisManager
 
getCondition() - Method in class twaver.gis.ogc.actions.Action
 
getContents() - Method in class twaver.gis.gadget.GisOverviewPanel
 
getCoordinates() - Method in class twaver.gis.ogc.conditions.SpatialOperateCondition
Gets an array of geographical coordinates which is used to describe the GML type.
getDefaultOptimizeDistance() - Static method in class twaver.gis.GisManager
 
getDefaultSetting(String) - Static method in class twaver.gis.GisManager
 
getDegree(double[]) - Static method in class twaver.gis.utils.GisToolkits
 
getDistance(double, double, double, double) - Method in interface twaver.gis.GeographyMap
Measures the distance between the two points specified by the given coordinates.
getDistance(ArrayList) - Method in interface twaver.gis.GeographyMap
Measures the summation of the distances between the points stored in the specified ArrayList.
getDistance() - Method in class twaver.gis.ogc.conditions.SpatialOperateCondition
 
getDistance(double, double, double, double) - Static method in class twaver.gis.utils.GisToolkits
 
getDouble(String) - Static method in class twaver.gis.GisManager
 
getEventType() - Method in class twaver.gis.event.MapEvent
Returns the event type..
getEventType() - Method in class twaver.gis.event.MapLayerChangedEvent
Returns the event type.
getEventType() - Method in class twaver.gis.event.OnReadyEvent
 
getEventTypeDescription() - Method in class twaver.gis.event.MapEvent
Returns a parameter string identifying this event.
getEventTypeDescription() - Method in class twaver.gis.event.MapLayerChangedEvent
Returns a parameter string identifying this event.
getFeatureInfo(String) - Static method in class twaver.gis.ogc.WMSUtils
 
getFeaturePoints(GeographyMap, List, boolean, boolean) - Static method in class twaver.gis.utils.GisToolkits
 
getFeatures() - Method in class twaver.gis.ogc.actions.InsertAction
 
getFeaturesByGeoJSON(InputStream, String) - Static method in class twaver.gis.ogc.WFSUtils
 
getFeaturesFromTGeoXML(String, String) - Static method in class twaver.gis.ogc.WFSUtils
 
getFilterOGC() - Method in class twaver.gis.ogc.conditions.ComparisonOperateCondition
 
getFormat() - Method in class twaver.gis.gadget.WMSLayerInfo
 
getFormatNumber(double, int) - Static method in class twaver.gis.utils.GisToolkits
 
getGMLType() - Method in class twaver.gis.ogc.conditions.SpatialOperateCondition
Gets the GML type of the condition.
getGeoPointFromPixelXY(double, double, int, int) - Static method in class twaver.gis.utils.GisToolkits
 
getGeoPointFromScreenPoint(double, double, GeoCoordinate, int, int, int, int) - Static method in class twaver.gis.utils.GisToolkits
Converts screen point to geographic coordinate according to the specified projection.
getGeoWMSAbilities(String) - Static method in class twaver.gis.ogc.WMSUtils
 
getGeoWMSAbilities(String, String) - Static method in class twaver.gis.ogc.WMSUtils
 
getGeographyFeatureShape(GeographyMap, GeographyFeature) - Static method in class twaver.gis.utils.GisToolkits
Gets the shape of a GeographyFeature.
getGeomType() - Method in interface twaver.gis.GeographyFeature
 
getGroundingColor() - Method in interface twaver.gis.GeographyMap
Gets the grounding color of the map
getHeight() - Method in class twaver.gis.gadget.GridBbox
 
getID() - Method in interface twaver.gis.GeographyFeature
Gets feature id.
getImage(String) - Static method in class twaver.gis.utils.GisToolkits
Gets an Image object according to the specified file path.
getImageIcon(String) - Static method in class twaver.gis.utils.GisToolkits
 
getInt(String) - Static method in class twaver.gis.GisManager
 
getLL(double, double) - Method in interface twaver.gis.GeographyMap
Gets the geographical coordinate of a specified screen point which is described by x-y axes.
getLatlonBox() - Method in class twaver.gis.gadget.WMSLayerInfo
 
getLayer(int) - Method in interface twaver.gis.GeographyMap
Gets a GeographyLayer object in the map with the specified index.
getLayer(String) - Method in interface twaver.gis.GeographyMap
Gets a GeographyLayer object by the specified layer name.
getLayerBounds() - Method in interface twaver.gis.GeographyLayer
Gets the geographical bounds of the layer
getLayerCount() - Method in interface twaver.gis.GeographyMap
Gets the count of the layers stored in the map.
getLayerIndex(String) - Method in interface twaver.gis.GeographyMap
Gets a layer's index by the specified layer name.
getLayerInfo(String, String, int) - Static method in class twaver.gis.ogc.WMSUtils
 
getLayerName() - Method in class twaver.gis.event.MapLayerChangedEvent
Gets the name of the source on which the event initially occurred.
getLayerName() - Method in class twaver.gis.gadget.WMSLayerInfo
 
getLayerName() - Method in class twaver.gis.ogc.actions.Action
 
getLayersName() - Method in class twaver.gis.event.MapLayerChangedEvent
 
getLimitedArea() - Method in interface twaver.gis.GeographyMap
Gets the area of the map can display
getMap() - Method in interface twaver.gis.GisBackground
Gets the GeographyMap object used as the background.
getMap() - Method in class twaver.gis.GisNetworkAdapter
Gets the map used as the background of the network.
getMap() - Method in class twaver.gis.event.MapEvent
Gets the object on which the event initially occurred.
getMap() - Method in class twaver.gis.gadget.MapCacheVampire
 
getMap() - Method in class twaver.gis.gadget.TileMapPanel
 
getMapArea() - Method in interface twaver.gis.GeographyMap
Gets the whole map's bounds.
getMapMode() - Method in interface twaver.gis.GeographyMap
Gets the operation mode of the map.
getMaximumSize() - Method in class twaver.gis.gadget.Navigator
 
getMaxx() - Method in class twaver.gis.gadget.GridBbox
 
getMaxy() - Method in class twaver.gis.gadget.GridBbox
 
getMinimumSize() - Method in class twaver.gis.gadget.Navigator
 
getMinx() - Method in class twaver.gis.gadget.GridBbox
 
getMiny() - Method in class twaver.gis.gadget.GridBbox
 
getNameSpace() - Method in class twaver.gis.ogc.actions.Action
 
getNewValue() - Method in class twaver.gis.event.MapEvent
 
getOldValue() - Method in class twaver.gis.event.MapEvent
 
getOperateOperators() - Method in class twaver.gis.ogc.conditions.ComparisonOperateCondition
Gets an array of logical operators.
getOperatorType() - Method in class twaver.gis.ogc.conditions.SpatialOperateCondition
Gets the operator type.
getOverviewTitle() - Method in interface twaver.gis.GeographyMap
Gets the title of the overview window
getPath() - Method in class twaver.gis.link.InterceptedLinkUI
 
getPixelXY(GeoCoordinate, int, int) - Static method in class twaver.gis.utils.GisToolkits
 
getPoints() - Method in interface twaver.gis.GeographyFeature
Gets the points making up of the geometry of the feature.
getPoints(GeneralPath, List, List) - Static method in class twaver.gis.link.InterceptedLinkUI
 
getPreferredSize() - Method in class twaver.gis.gadget.Navigator
 
getProjectionType() - Method in interface twaver.gis.GeographyMap
Gets the projection type of the map;
getProperty(String) - Method in class twaver.gis.ogc.actions.Action
 
getPropertyValues() - Method in class twaver.gis.ogc.actions.Action
 
getQueryLayerIndex() - Method in interface twaver.gis.GeographyMap
Gets the index of the query layer.
getQueryType() - Method in class twaver.gis.ogc.conditions.ComparisonOperateCondition
Gets the query type.
getRandomColor() - Static method in class twaver.gis.utils.GisToolkits
Gets a random color.
getReferenceProperties() - Method in class twaver.gis.ogc.conditions.ComparisonOperateCondition
Gets the reference properties.
getReferenceValues() - Method in class twaver.gis.ogc.conditions.ComparisonOperateCondition
Gets an array of reference properties values.
getRegionPath(GeographyMap, ShapeNode, boolean) - Static method in class twaver.gis.utils.GisToolkits
 
getRegisteredMapBackAndForwardLimit() - Static method in class twaver.gis.GisManager
 
getScreenLocation(Element, GeographyMap) - Static method in class twaver.gis.utils.GisToolkits
Gets the screen location of the an Element object.
getScreenPointFromGeoPoint(GeoCoordinate, GeoCoordinate, int, int, int, int) - Static method in class twaver.gis.utils.GisToolkits
Converts geographical point to screen point according to the specified projection.
getSelectedFeatures() - Method in interface twaver.gis.GeographyMap
Gets all selected GeographyFeatures
getSelectedFeaturesArea() - Method in interface twaver.gis.GeographyMap
Gets the area which is covered by the selected features.
getSelectedFilledColor() - Method in interface twaver.gis.GeographyMap
Gets the color used to fill the selected features.
getSelectedStrokeColor() - Method in interface twaver.gis.GeographyMap
Gets the color used to paint the selected features' bounds.
getServer() - Method in class twaver.gis.ogc.actions.InsertAction
 
getServerByExecutorType(int) - Static method in class twaver.gis.utils.GisToolkits
 
getSource() - Method in class twaver.gis.event.MapEvent
 
getSrs() - Method in class twaver.gis.gadget.WMSLayerInfo
 
getSrsArray() - Method in class twaver.gis.gadget.WMSLayerInfo
 
getString(String) - Static method in class twaver.gis.GisManager
 
getStyleName() - Method in class twaver.gis.gadget.WMSLayerInfo
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class twaver.gis.gadget.ArrayEditor
 
getTask() - Method in class twaver.gis.event.OnReadyEvent
 
getTitle() - Method in interface twaver.gis.GeographyLayer
Gets the title of the GeographyLayer.
getTopContainer(JComponent) - Static method in class twaver.gis.utils.GisToolkits
 
getUIClassID() - Method in class twaver.gis.link.InterceptedLink
 
getURL(String, String, String, String[], String, GridBbox) - Static method in class twaver.gis.ogc.WMSUtils
 
getURL(String, String, String, String[], String[], String, GridBbox, int, int) - Static method in class twaver.gis.ogc.WMSUtils
 
getUnit() - Method in class twaver.gis.ogc.conditions.SpatialOperateCondition
 
getViewport() - Method in interface twaver.gis.GeographyMap
Gets the projection range.
getViewportBounds() - Method in interface twaver.gis.GeographyMap
 
getVisibleElementsBounds(TNetwork, GeographyMap) - Static method in class twaver.gis.utils.GisToolkits
Gets the geographical bounds of all visible elements of the network.
getVoronoiDiagram() - Method in class twaver.gis.GisNetworkAdapter
 
getWFSAbilities(int, String) - Static method in class twaver.gis.ogc.WFSUtils
 
getWFSAbilities(int, String, String) - Static method in class twaver.gis.ogc.WFSUtils
 
getWFSCapabilities(int, String) - Static method in class twaver.gis.utils.GisToolkits
Gets the contents of WFS capabilities.
getWFSLayers(int, String) - Static method in class twaver.gis.ogc.WFSUtils
 
getWFSLayers(int, String, String) - Static method in class twaver.gis.ogc.WFSUtils
 
getWFSLayers(int, String) - Static method in class twaver.gis.utils.GisToolkits
Gets the layers information of WFS capabilities contents.
getWMSAbilities(int, String) - Static method in class twaver.gis.ogc.WMSUtils
 
getWMSAbilities(int, String, String) - Static method in class twaver.gis.ogc.WMSUtils
 
getWMSCapabilities(int, String) - Static method in class twaver.gis.utils.GisToolkits
Gets the WMS capabilities contents.
getWidth() - Method in class twaver.gis.gadget.GridBbox
 
getWindow() - Method in interface twaver.gis.GeographyMap
Gets the window of the map.
getWindowMaxx() - Method in interface twaver.gis.GeographyMap
Gets the max longitude of the map's window.
getWindowMaxy() - Method in interface twaver.gis.GeographyMap
Gets the max latitude of the map's window.
getWindowMinx() - Method in interface twaver.gis.GeographyMap
Gets the minimal longitude of the map's window.
getWindowMiny() - Method in interface twaver.gis.GeographyMap
Gets the minimal latitude of the map's window.
getXY(double, double) - Method in interface twaver.gis.GeographyMap
Gets the screen coordinate of the point which is described by geographical coordinate.
getZoom() - Method in interface twaver.gis.GeographyMap
Gets current zoom of the map object.
getZoomLowLimit() - Method in interface twaver.gis.GeographyMap
Gets the lower limit of the map's zoom.
getZoomUpLimit() - Method in interface twaver.gis.GeographyMap
Gets the upper limit of the map's zoom.
goBack() - Method in interface twaver.gis.GeographyMap
Goes back to the last state of the map object which is stored in the map's redo/undo queue.
goBack() - Method in interface twaver.gis.GisBackground
 
goBack(TNetwork, GeographyMap) - Static method in class twaver.gis.utils.GisToolkits
Redo last zoom out or in operation.
goForward() - Method in interface twaver.gis.GeographyMap
Goes forward to the next state of the map object which is stored in the map's redo/undo queue.
grab(Point) - Method in interface twaver.gis.GisBackground
 
grab() - Method in class twaver.gis.gadget.TileMapPanel
 

A B C D E F G H I L M N O P Q R S T U V W X Z