MCPcopy Create free account

hub / github.com/GeoHey-Team/qgis-geohey-toolbox / functions

Functions108 in github.com/GeoHey-Team/qgis-geohey-toolbox

↓ 11 callersMethodtr
(self, string)
china_offset/wgs2bd.py:239
↓ 10 callersFunctionwgs2gcj
(wgsLon, wgsLat)
china_offset/transform.py:61
↓ 8 callersFunctiongcj2wgs
(gcjLon, gcjLat)
china_offset/transform.py:77
↓ 7 callersFunctionbd2gcj
(bdLon, bdLat)
china_offset/transform.py:103
↓ 7 callersFunctiongcj2bd
(gcjLon, gcjLat)
china_offset/transform.py:95
↓ 6 callersFunctionbd2wgs
(bdLon, bdLat)
china_offset/transform.py:118
↓ 6 callersFunctionwgs2bd
(wgsLon, wgsLat)
china_offset/transform.py:113
↓ 4 callersMethodtr
(self, string)
china_offset/bd2wgs.py:237
↓ 4 callersMethodtr
(self, string)
china_offset/wgs2gcj.py:237
↓ 4 callersMethodtr
(self, string)
china_offset/gcj2bd.py:237
↓ 4 callersMethodtr
(self, string)
china_offset/bd2gcj.py:237
↓ 4 callersMethodtr
(self, string)
china_offset/gcj2wgs.py:237
↓ 2 callersFunctionget_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 callersFunctionhide_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 callersFunctiongeohey_transformLat
(x, y)
china_offset/transform.py:45
↓ 1 callersFunctiongeohey_transformLon
(x, y)
china_offset/transform.py:53
↓ 1 callersMethodgrids
(self)
grid/lambert_grid_core.py:98
↓ 1 callersMethodgroupId
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 callersMethodgroupId
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 callersMethodgroupId
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 callersMethodgroupId
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 callersMethodgroupId
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 callersMethodgroupId
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 callersFunctionmain
Main entry point. :param parameters: Command line parameters. :param arguments: Command line arguments.
plugin_upload.py:21
↓ 1 callersMethodname
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 callersMethodname
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 callersMethodname
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 callersMethodname
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 callersMethodname
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 callersMethodname
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 callersMethodname
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 callersFunctionoutOfChina
(lng, lat)
china_offset/transform.py:41
↓ 1 callersMethodupdate_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
MethodactiveLayer
Get pointer to the active layer (layer selected in the legend).
test/qgis_interface.py:150
MethodaddDockWidget
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
MethodaddLayer
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
MethodaddLayers
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
MethodaddRasterLayer
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
MethodaddToolBar
Add toolbar with specified name. :param name: Name for the toolbar. :type name: str
test/qgis_interface.py:173
MethodaddToolBarIcon
Add an icon to the plugins toolbar. :param action: Action to add to the toolbar. :type action: QAction
test/qgis_interface.py:157
MethodaddVectorLayer
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
FunctionclassFactory
Load GeoHeyToolbox class from file GeoHeyToolbox. :param iface: A QGIS interface instance. :type iface: QgsInterface
__init__.py:31
MethodcreateInstance
(self)
china_offset/wgs2bd.py:242
MethodcreateInstance
(self)
china_offset/bd2wgs.py:240
MethodcreateInstance
(self)
china_offset/wgs2gcj.py:240
MethodcreateInstance
(self)
china_offset/gcj2bd.py:240
MethodcreateInstance
(self)
china_offset/bd2gcj.py:240
MethodcreateInstance
(self)
china_offset/gcj2wgs.py:240
MethoddefineCharacteristics
Here we define the inputs and output of the algorithm, along with some other properties.
grid/lambert_grid_algorithm.py:80
MethoddisplayName
Returns the translated algorithm name, which should be used for any user-visible display of the algorithm name.
china_offset/wgs2bd.py:215
MethoddisplayName
Returns the translated algorithm name, which should be used for any user-visible display of the algorithm name.
china_offset/bd2wgs.py:213
MethoddisplayName
Returns the translated algorithm name, which should be used for any user-visible display of the algorithm name.
china_offset/wgs2gcj.py:213
MethoddisplayName
Returns the translated algorithm name, which should be used for any user-visible display of the algorithm name.
china_offset/gcj2bd.py:213
MethoddisplayName
Returns the translated algorithm name, which should be used for any user-visible display of the algorithm name.
china_offset/bd2gcj.py:213
MethoddisplayName
Returns the translated algorithm name, which should be used for any user-visible display of the algorithm name.
china_offset/gcj2wgs.py:213
MethodgetIcon
(self)
grid/lambert_grid_algorithm.py:77
Methodgroup
Returns the name of the group this algorithm belongs to. This string should be localised.
china_offset/wgs2bd.py:222
Methodgroup
Returns the name of the group this algorithm belongs to. This string should be localised.
china_offset/bd2wgs.py:220
Methodgroup
Returns the name of the group this algorithm belongs to. This string should be localised.
china_offset/wgs2gcj.py:220
Methodgroup
Returns the name of the group this algorithm belongs to. This string should be localised.
china_offset/gcj2bd.py:220
Methodgroup
Returns the name of the group this algorithm belongs to. This string should be localised.
china_offset/bd2gcj.py:220
Methodgroup
Returns the name of the group this algorithm belongs to. This string should be localised.
china_offset/gcj2wgs.py:220
Methodicon
(self)
geohey_toolbox_provider.py:94
Methodid
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
MethodinitAlgorithm
Here we define the inputs and output of the algorithm, along with some other properties.
china_offset/wgs2bd.py:64
MethodinitAlgorithm
Here we define the inputs and output of the algorithm, along with some other properties.
china_offset/bd2wgs.py:62
MethodinitAlgorithm
Here we define the inputs and output of the algorithm, along with some other properties.
china_offset/wgs2gcj.py:62
MethodinitAlgorithm
Here we define the inputs and output of the algorithm, along with some other properties.
china_offset/gcj2bd.py:62
MethodinitAlgorithm
Here we define the inputs and output of the algorithm, along with some other properties.
china_offset/bd2gcj.py:62
MethodinitAlgorithm
Here we define the inputs and output of the algorithm, along with some other properties.
china_offset/gcj2wgs.py:62
MethodinitGui
(self)
geohey_toolbox.py:51
Functionlambert2lonlat
(pt)
grid/proj_util.py:20
MethodlegendInterface
Get the legend.
test/qgis_interface.py:203
MethodloadAlgorithms
Loads all algorithms belonging to this provider.
geohey_toolbox_provider.py:61
MethodlongName
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
Functionlonlat2lambert
(pt)
grid/proj_util.py:8
Functionlonlat2mercator
(pt)
grid/proj_util.py:29
Functionlonlat2webmercator
(ll)
grid/proj_util.py:49
MethodmainWindow
Return a pointer to the main window. In case of QGIS it returns an instance of QgisApp.
test/qgis_interface.py:185
MethodmapCanvas
Return a pointer to the map canvas.
test/qgis_interface.py:181
Functionmercator2lonlat
(pt)
grid/proj_util.py:41
MethodnewProject
Create new project.
test/qgis_interface.py:102
MethodprocessAlgorithm
Here is where the processing itself takes place.
grid/lambert_grid_algorithm.py:104
MethodprocessAlgorithm
Here is where the processing itself takes place.
china_offset/wgs2bd.py:90
MethodprocessAlgorithm
Here is where the processing itself takes place.
china_offset/bd2wgs.py:88
MethodprocessAlgorithm
Here is where the processing itself takes place.
china_offset/wgs2gcj.py:88
MethodprocessAlgorithm
Here is where the processing itself takes place.
china_offset/gcj2bd.py:88
MethodprocessAlgorithm
Here is where the processing itself takes place.
china_offset/bd2gcj.py:88
MethodprocessAlgorithm
Here is where the processing itself takes place.
china_offset/gcj2wgs.py:88
MethodremoveAllLayers
Remove layers from the canvas before they get deleted.
test/qgis_interface.py:98
MethodremoveToolBarIcon
Remove an action (icon) from the plugin toolbar. :param action: Action to add to the toolbar. :type action: QAction
test/qgis_interface.py:165
MethodsetUp
Runs before each test.
test/test_translations.py:27
MethodtearDown
Runs after each test.
test/test_translations.py:32
Methodtest_projection
Test that QGIS properly parses a wkt string.
test/test_qgis_environment.py:38
Methodtest_qgis_environment
QGIS environment has the expected providers
test/test_qgis_environment.py:30
Methodtest_qgis_translations
Test that translations work.
test/test_translations.py:37
next →1–100 of 108, ranked by callers