org.gcube.contentmanagement.timeseries.geotools.tools
Class PointsMapCreator

java.lang.Object
  extended by org.gcube.contentmanagement.timeseries.geotools.tools.PointsMapCreator

public class PointsMapCreator
extends Object


Constructor Summary
PointsMapCreator(TSGeoToolsConfiguration configuration)
           
 
Method Summary
 String createMap(String originTableName, String destinationTableName, String xDimension, String yDimension, String mapName, GISInformation gisInfo)
           
 String createMapFromPoints(List<OccurrencePointVector2D> xyPoints, String destinationTableName, String mapName, GISInformation gisInfo)
           
 GISInformation duplicateGISInformation(GISInformation gisInfo)
           
 String generatePointGisMap(String destinationTable, String mapName, GISInformation gisInfo)
           
 String generateXYMap(String originTable, String destinationTable, String xDimension, String yDimension, boolean createMap, String mapName, GISInformation gisInfo)
           
 String generateXYMapFromPoints(List<OccurrencePointVector2D> xyPoints, String destinationTable, boolean createMap, String mapName, GISInformation gisInfo)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PointsMapCreator

public PointsMapCreator(TSGeoToolsConfiguration configuration)
                 throws Exception
Throws:
Exception
Method Detail

main

public static void main(String[] args)

duplicateGISInformation

public GISInformation duplicateGISInformation(GISInformation gisInfo)

generateXYMapFromPoints

public String generateXYMapFromPoints(List<OccurrencePointVector2D> xyPoints,
                                      String destinationTable,
                                      boolean createMap,
                                      String mapName,
                                      GISInformation gisInfo)
                               throws Exception
Throws:
Exception

createMapFromPoints

public String createMapFromPoints(List<OccurrencePointVector2D> xyPoints,
                                  String destinationTableName,
                                  String mapName,
                                  GISInformation gisInfo)
                           throws Exception
Throws:
Exception

createMap

public String createMap(String originTableName,
                        String destinationTableName,
                        String xDimension,
                        String yDimension,
                        String mapName,
                        GISInformation gisInfo)
                 throws Exception
Throws:
Exception

generateXYMap

public String generateXYMap(String originTable,
                            String destinationTable,
                            String xDimension,
                            String yDimension,
                            boolean createMap,
                            String mapName,
                            GISInformation gisInfo)
                     throws Exception
Throws:
Exception

generatePointGisMap

public String generatePointGisMap(String destinationTable,
                                  String mapName,
                                  GISInformation gisInfo)
                           throws Exception
Throws:
Exception


Copyright © 2013. All Rights Reserved.