class InputDataLoading extends groovy.lang.Script
| Constructor and description |
|---|
InputDataLoading() |
InputDataLoading(groovy.lang.Binding context) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
java.lang.Object |
loadV2(JdbcDataSource datasource, java.util.Map layers, float distance)This script prepares the BDTopo V2.0 data already imported in H2GIS database for a specific ZONE |
|
java.util.Map |
loadV3(JdbcDataSource datasource, java.util.Map layers, float distance)This script prepares the BDTopo V3 data already imported in H2GIS database for a specific ZONE |
|
static void |
main(java.lang.String[] args) |
|
java.lang.Object |
run() |
| Methods inherited from class | Name |
|---|---|
class groovy.lang.Script |
groovy.lang.Script#println(java.lang.Object), groovy.lang.Script#println(), groovy.lang.Script#run(java.io.File, [Ljava.lang.String;), groovy.lang.Script#run(), groovy.lang.Script#getProperty(java.lang.String), groovy.lang.Script#printf(java.lang.String, java.lang.Object), groovy.lang.Script#printf(java.lang.String, [Ljava.lang.Object;), groovy.lang.Script#setProperty(java.lang.String, java.lang.Object), groovy.lang.Script#print(java.lang.Object), groovy.lang.Script#evaluate(java.lang.String), groovy.lang.Script#evaluate(java.io.File), groovy.lang.Script#getBinding(), groovy.lang.Script#setBinding(groovy.lang.Binding), groovy.lang.Script#invokeMethod(java.lang.String, java.lang.Object), groovy.lang.Script#getMetaClass(), groovy.lang.Script#setMetaClass(groovy.lang.MetaClass), groovy.lang.Script#wait(long, int), groovy.lang.Script#wait(), groovy.lang.Script#wait(long), groovy.lang.Script#equals(java.lang.Object), groovy.lang.Script#toString(), groovy.lang.Script#hashCode(), groovy.lang.Script#getClass(), groovy.lang.Script#notify(), groovy.lang.Script#notifyAll() |
This script prepares the BDTopo V2.0 data already imported in H2GIS database for a specific ZONE
datasource - A connexion to a database (H2GIS), in which the data to process will be storedcommune - The table name that represents the commune to processbati_indifferencie - The table name in which the undifferentiated ("Indifférencié" in french) buildings are storedbati_industriel - The table name in which the industrial buildings are storedbati_remarquable - The table name in which the remarkable ("Remarquable" in french) buildings are storedroute - The table name in which the roads are storedtroncon_voie_ferree - The table name in which the rail ways are storedsurface_eau - The table name in which the hydrographic areas are storedzone_vegetation - The table name in which the vegetation areas are storedterrain_sport - The table name in which the impervious sport areas are storedconstruction_surfacique - The table name in which the building impervious surfaces are storedsurface_route - The table name in which the impervious road areas are storedsurface_activite - The table name in which the impervious activities areas are storeddistance - The distance (expressed in meter) used to compute the extended area around the ZONEinputSRID - to force the SRID of the input dataThis script prepares the BDTopo V3 data already imported in H2GIS database for a specific ZONE
datasource - A connexion to a database (H2GIS), in which the data to process will be storedcommune - The table name that represents the commune to processbatiment - The table name in which the buildings are storedtableRoadName - The table name in which the roads are storedtableRailName - The table name in which the rail ways are storedtableHydroName - The table name in which the hydrographic areas are storedtableVegetName - The table name in which the vegetation areas are storedtableImperviousSportName - The table name in which the impervious sport areas are storedtableImperviousBuildSurfName - The table name in which the building impervious surfaces are storedtableImperviousRoadSurfName - The table name in which the impervious road areas are storedtableImperviousActivSurfName - The table name in which the impervious activities areas are storeddistance - The distance (expressed in meter) used to compute the extended area around the ZONEinputSRID - to force the SRID of the input data