LandSurveyCodesImport package#
- /***********************************************************************
A QGIS plugin
This plugin allows you to easily import data from a land survey (GPS or total station) to draw automatically in a database using a codification (aka Field Codes).
begin : 2018-04-05 git sha : $Format:%H$ copyright : (C) 2018 by Loïc Bartoletti (Oslandia) email : loic.bartoletti@oslandia.com
***********************************************************************/
- /***********************************************************************
This program is free software; you can redistribute it and/or modify *
it under the terms of the GNU General Public License as published by *
the Free Software Foundation; either version 2 of the License, or *
(at your option) any later version. *
***********************************************************************/
- LandSurveyCodesImport.classFactory(iface)[source]#
Load LandSurveyFieldCodes class from file LandSurveyFieldCodes.
- Parameters
iface (QgsInterface) – A QGIS interface instance.