Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GeoHey-Team/qgis-geohey-toolbox
/ functions
Functions
108 in github.com/GeoHey-Team/qgis-geohey-toolbox
⨍
Functions
108
◇
Types & classes
14
↓ 11 callers
Method
tr
(self, string)
china_offset/wgs2bd.py:239
↓ 10 callers
Function
wgs2gcj
(wgsLon, wgsLat)
china_offset/transform.py:61
↓ 8 callers
Function
gcj2wgs
(gcjLon, gcjLat)
china_offset/transform.py:77
↓ 7 callers
Function
bd2gcj
(bdLon, bdLat)
china_offset/transform.py:103
↓ 7 callers
Function
gcj2bd
(gcjLon, gcjLat)
china_offset/transform.py:95
↓ 6 callers
Function
bd2wgs
(bdLon, bdLat)
china_offset/transform.py:118
↓ 6 callers
Function
wgs2bd
(wgsLon, wgsLat)
china_offset/transform.py:113
↓ 4 callers
Method
tr
(self, string)
china_offset/bd2wgs.py:237
↓ 4 callers
Method
tr
(self, string)
china_offset/wgs2gcj.py:237
↓ 4 callers
Method
tr
(self, string)
china_offset/gcj2bd.py:237
↓ 4 callers
Method
tr
(self, string)
china_offset/bd2gcj.py:237
↓ 4 callers
Method
tr
(self, string)
china_offset/gcj2wgs.py:237
↓ 2 callers
Function
get_qgis_app
Start one QGIS application to test against. :returns: Handle to QGIS app, canvas, iface and parent. If there are any errors the tuple me
test/utilities.py:15
↓ 2 callers
Function
hide_password
Returns the http url with password part replaced with '*'. :param url: URL to upload the plugin to. :type url: str :param start: Positio
plugin_upload.py:55
↓ 1 callers
Function
geohey_transformLat
(x, y)
china_offset/transform.py:45
↓ 1 callers
Function
geohey_transformLon
(x, y)
china_offset/transform.py:53
↓ 1 callers
Method
grids
(self)
grid/lambert_grid_core.py:98
↓ 1 callers
Method
groupId
Returns the unique ID of the group this algorithm belongs to. This string should be fixed for the algorithm, and must not be localise
china_offset/wgs2bd.py:229
↓ 1 callers
Method
groupId
Returns the unique ID of the group this algorithm belongs to. This string should be fixed for the algorithm, and must not be localise
china_offset/bd2wgs.py:227
↓ 1 callers
Method
groupId
Returns the unique ID of the group this algorithm belongs to. This string should be fixed for the algorithm, and must not be localise
china_offset/wgs2gcj.py:227
↓ 1 callers
Method
groupId
Returns the unique ID of the group this algorithm belongs to. This string should be fixed for the algorithm, and must not be localise
china_offset/gcj2bd.py:227
↓ 1 callers
Method
groupId
Returns the unique ID of the group this algorithm belongs to. This string should be fixed for the algorithm, and must not be localise
china_offset/bd2gcj.py:227
↓ 1 callers
Method
groupId
Returns the unique ID of the group this algorithm belongs to. This string should be fixed for the algorithm, and must not be localise
china_offset/gcj2wgs.py:227
↓ 1 callers
Function
main
Main entry point. :param parameters: Command line parameters. :param arguments: Command line arguments.
plugin_upload.py:21
↓ 1 callers
Method
name
Returns the provider name, which is used to describe the provider within the GUI. This string should be short (e.g. "Lastool
geohey_toolbox_provider.py:76
↓ 1 callers
Method
name
Returns the algorithm name, used for identifying the algorithm. This string should be fixed for the algorithm, and must not be locali
china_offset/wgs2bd.py:205
↓ 1 callers
Method
name
Returns the algorithm name, used for identifying the algorithm. This string should be fixed for the algorithm, and must not be locali
china_offset/bd2wgs.py:203
↓ 1 callers
Method
name
Returns the algorithm name, used for identifying the algorithm. This string should be fixed for the algorithm, and must not be locali
china_offset/wgs2gcj.py:203
↓ 1 callers
Method
name
Returns the algorithm name, used for identifying the algorithm. This string should be fixed for the algorithm, and must not be locali
china_offset/gcj2bd.py:203
↓ 1 callers
Method
name
Returns the algorithm name, used for identifying the algorithm. This string should be fixed for the algorithm, and must not be locali
china_offset/bd2gcj.py:203
↓ 1 callers
Method
name
Returns the algorithm name, used for identifying the algorithm. This string should be fixed for the algorithm, and must not be locali
china_offset/gcj2wgs.py:203
↓ 1 callers
Function
outOfChina
(lng, lat)
china_offset/transform.py:41
↓ 1 callers
Method
update_boundary
(self)
grid/lambert_grid_core.py:83
Method
__init__
(self)
geohey_toolbox.py:48
Method
__init__
(self)
geohey_toolbox_provider.py:48
Method
__init__
(self, level, minx, maxx, miny, maxy, flip=False)
grid/lambert_grid_core.py:46
Method
__init__
Constructor :param canvas:
test/qgis_interface.py:42
Method
activeLayer
Get pointer to the active layer (layer selected in the legend).
test/qgis_interface.py:150
Method
addDockWidget
Add a dock widget to the main window. :param area: Where in the ui the dock should be placed. :type area: :param dock_widget
test/qgis_interface.py:192
Method
addLayer
Handle a layer being added to the registry so it shows up in canvas. :param layer: list<QgsMapLayer> list of map layers that were added
test/qgis_interface.py:84
Method
addLayers
Handle layers being added to the registry so they show up in canvas. :param layers: list<QgsMapLayer> list of map layers that were added
test/qgis_interface.py:62
Method
addRasterLayer
Add a raster layer given a raster layer file name :param path: Path to layer. :type path: str :param base_name: Base name fo
test/qgis_interface.py:139
Method
addToolBar
Add toolbar with specified name. :param name: Name for the toolbar. :type name: str
test/qgis_interface.py:173
Method
addToolBarIcon
Add an icon to the plugins toolbar. :param action: Action to add to the toolbar. :type action: QAction
test/qgis_interface.py:157
Method
addVectorLayer
Add a vector layer. :param path: Path to layer. :type path: str :param base_name: Base name for layer. :type base_na
test/qgis_interface.py:125
Function
classFactory
Load GeoHeyToolbox class from file GeoHeyToolbox. :param iface: A QGIS interface instance. :type iface: QgsInterface
__init__.py:31
Method
createInstance
(self)
china_offset/wgs2bd.py:242
Method
createInstance
(self)
china_offset/bd2wgs.py:240
Method
createInstance
(self)
china_offset/wgs2gcj.py:240
Method
createInstance
(self)
china_offset/gcj2bd.py:240
Method
createInstance
(self)
china_offset/bd2gcj.py:240
Method
createInstance
(self)
china_offset/gcj2wgs.py:240
Method
defineCharacteristics
Here we define the inputs and output of the algorithm, along with some other properties.
grid/lambert_grid_algorithm.py:80
Method
displayName
Returns the translated algorithm name, which should be used for any user-visible display of the algorithm name.
china_offset/wgs2bd.py:215
Method
displayName
Returns the translated algorithm name, which should be used for any user-visible display of the algorithm name.
china_offset/bd2wgs.py:213
Method
displayName
Returns the translated algorithm name, which should be used for any user-visible display of the algorithm name.
china_offset/wgs2gcj.py:213
Method
displayName
Returns the translated algorithm name, which should be used for any user-visible display of the algorithm name.
china_offset/gcj2bd.py:213
Method
displayName
Returns the translated algorithm name, which should be used for any user-visible display of the algorithm name.
china_offset/bd2gcj.py:213
Method
displayName
Returns the translated algorithm name, which should be used for any user-visible display of the algorithm name.
china_offset/gcj2wgs.py:213
Method
getIcon
(self)
grid/lambert_grid_algorithm.py:77
Method
group
Returns the name of the group this algorithm belongs to. This string should be localised.
china_offset/wgs2bd.py:222
Method
group
Returns the name of the group this algorithm belongs to. This string should be localised.
china_offset/bd2wgs.py:220
Method
group
Returns the name of the group this algorithm belongs to. This string should be localised.
china_offset/wgs2gcj.py:220
Method
group
Returns the name of the group this algorithm belongs to. This string should be localised.
china_offset/gcj2bd.py:220
Method
group
Returns the name of the group this algorithm belongs to. This string should be localised.
china_offset/bd2gcj.py:220
Method
group
Returns the name of the group this algorithm belongs to. This string should be localised.
china_offset/gcj2wgs.py:220
Method
icon
(self)
geohey_toolbox_provider.py:94
Method
id
Returns the unique provider id, used for identifying the provider. This string should be a unique, short, character only string, eg "
geohey_toolbox_provider.py:68
Method
initAlgorithm
Here we define the inputs and output of the algorithm, along with some other properties.
china_offset/wgs2bd.py:64
Method
initAlgorithm
Here we define the inputs and output of the algorithm, along with some other properties.
china_offset/bd2wgs.py:62
Method
initAlgorithm
Here we define the inputs and output of the algorithm, along with some other properties.
china_offset/wgs2gcj.py:62
Method
initAlgorithm
Here we define the inputs and output of the algorithm, along with some other properties.
china_offset/gcj2bd.py:62
Method
initAlgorithm
Here we define the inputs and output of the algorithm, along with some other properties.
china_offset/bd2gcj.py:62
Method
initAlgorithm
Here we define the inputs and output of the algorithm, along with some other properties.
china_offset/gcj2wgs.py:62
Method
initGui
(self)
geohey_toolbox.py:51
Function
lambert2lonlat
(pt)
grid/proj_util.py:20
Method
legendInterface
Get the legend.
test/qgis_interface.py:203
Method
loadAlgorithms
Loads all algorithms belonging to this provider.
geohey_toolbox_provider.py:61
Method
longName
Returns the a longer version of the provider name, which can include extra details such as version numbers. E.g. "Lastools LIDAR tool
geohey_toolbox_provider.py:85
Function
lonlat2lambert
(pt)
grid/proj_util.py:8
Function
lonlat2mercator
(pt)
grid/proj_util.py:29
Function
lonlat2webmercator
(ll)
grid/proj_util.py:49
Method
mainWindow
Return a pointer to the main window. In case of QGIS it returns an instance of QgisApp.
test/qgis_interface.py:185
Method
mapCanvas
Return a pointer to the map canvas.
test/qgis_interface.py:181
Function
mercator2lonlat
(pt)
grid/proj_util.py:41
Method
newProject
Create new project.
test/qgis_interface.py:102
Method
processAlgorithm
Here is where the processing itself takes place.
grid/lambert_grid_algorithm.py:104
Method
processAlgorithm
Here is where the processing itself takes place.
china_offset/wgs2bd.py:90
Method
processAlgorithm
Here is where the processing itself takes place.
china_offset/bd2wgs.py:88
Method
processAlgorithm
Here is where the processing itself takes place.
china_offset/wgs2gcj.py:88
Method
processAlgorithm
Here is where the processing itself takes place.
china_offset/gcj2bd.py:88
Method
processAlgorithm
Here is where the processing itself takes place.
china_offset/bd2gcj.py:88
Method
processAlgorithm
Here is where the processing itself takes place.
china_offset/gcj2wgs.py:88
Method
removeAllLayers
Remove layers from the canvas before they get deleted.
test/qgis_interface.py:98
Method
removeToolBarIcon
Remove an action (icon) from the plugin toolbar. :param action: Action to add to the toolbar. :type action: QAction
test/qgis_interface.py:165
Method
setUp
Runs before each test.
test/test_translations.py:27
Method
tearDown
Runs after each test.
test/test_translations.py:32
Method
test_projection
Test that QGIS properly parses a wkt string.
test/test_qgis_environment.py:38
Method
test_qgis_environment
QGIS environment has the expected providers
test/test_qgis_environment.py:30
Method
test_qgis_translations
Test that translations work.
test/test_translations.py:37
next →
1–100 of 108, ranked by callers