org.gcube.dataanalysis.environment.explorer
Class EnvDataExplorer

java.lang.Object
  extended by org.gcube.dataanalysis.environment.explorer.EnvDataExplorer

public class EnvDataExplorer
extends Object


Constructor Summary
EnvDataExplorer()
           
 
Method Summary
static List<HashMap<String,String>> bulkProcessGeoServer(String geoserverUrl, String workspace, String layer, float[][] xy)
           
static String getGeoServer(String workspace, String layer)
           
static String getGeoServer(String geoNetworkUrl, String geoNetworkUsername, String geoNetworkPassword, String workspace, String layer)
           
static org.gcube.common.geoserverinterface.bean.LayerCsw getGeoServerCSW(String geoNetworkUrl, String geoNetworkUsername, String geoNetworkPassword, String geoServerUser, String geoServerPassword, String workspace, String layer)
           
static List<String> getLayerFeaturesGeoNetwork(String workspace, String layer)
           
static List<String> getLayerFeaturesGeoNetwork(String geoNetworkUrl, String geoNetworkUsername, String geoNetworkPassword, String geoserverUsername, String geoserverPassword, String workspace, String layer, float x, float y)
           
static List<String> getLayerFeaturesGeoServer(String geoserverUrl, String workspace, String layer)
           
static void main(String[] args)
           
static List<HashMap<String,String>> retrieveEnvInfoGeoNetwork(String workspace, String layer, float[][] xy)
           
static HashMap<String,String> retrieveEnvInfoGeoNetwork(String workspace, String layer, float x, float y)
           
static List<HashMap<String,String>> retrieveEnvInfoGeoNetwork(String geoNetworkUrl, String geoNetworkUsername, String geoNetworkPassword, String geoserverUsername, String geoserverPassword, String workspace, String layerTitle, float[][] xy)
           
static HashMap<String,String> retrieveEnvInfoGeoNetwork(String geoNetworkUrl, String geoNetworkUsername, String geoNetworkPassword, String geoserverUsername, String geoserverPassword, String workspace, String layerTitle, float x, float y)
           
static HashMap<String,String> retrieveEnvInfoGeoServer(String geoserverUrl, String workspace, String layer, float x, float y)
           
static String retrieveNetcdfWCSGeoNetwork(String workspace, String layerTitle)
           
static String retrieveNetcdfWCSGeoNetwork(String geoNetworkUrl, String geoNetworkUsername, String geoNetworkPassword, String geoserverUsername, String geoserverPassword, String workspace, String layerTitle)
           
static String retrieveNetcdfWMSGeoNetwork(String workspace, String layerTitle)
           
static String retrieveNetcdfWMSGeoNetwork(String geoNetworkUrl, String geoNetworkUsername, String geoNetworkPassword, String geoserverUsername, String geoserverPassword, String workspace, String layerTitle)
           
static org.gcube.common.geoserverinterface.bean.MetadataInfo retrieveStoredDatasetInfo(String geonetworkUrl, String geonetworkUsername, String geonetworkPassword, String geoserverUsername, String geoserverPassword, String layerTitle)
           
static void setLogger(org.apache.log4j.Logger logger)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnvDataExplorer

public EnvDataExplorer()
Method Detail

setLogger

public static void setLogger(org.apache.log4j.Logger logger)

getGeoServer

public static String getGeoServer(String workspace,
                                  String layer)

getGeoServer

public static String getGeoServer(String geoNetworkUrl,
                                  String geoNetworkUsername,
                                  String geoNetworkPassword,
                                  String workspace,
                                  String layer)

getGeoServerCSW

public static org.gcube.common.geoserverinterface.bean.LayerCsw getGeoServerCSW(String geoNetworkUrl,
                                                                                String geoNetworkUsername,
                                                                                String geoNetworkPassword,
                                                                                String geoServerUser,
                                                                                String geoServerPassword,
                                                                                String workspace,
                                                                                String layer)

retrieveEnvInfoGeoServer

public static HashMap<String,String> retrieveEnvInfoGeoServer(String geoserverUrl,
                                                              String workspace,
                                                              String layer,
                                                              float x,
                                                              float y)

retrieveEnvInfoGeoNetwork

public static HashMap<String,String> retrieveEnvInfoGeoNetwork(String geoNetworkUrl,
                                                               String geoNetworkUsername,
                                                               String geoNetworkPassword,
                                                               String geoserverUsername,
                                                               String geoserverPassword,
                                                               String workspace,
                                                               String layerTitle,
                                                               float x,
                                                               float y)

retrieveNetcdfWCSGeoNetwork

public static String retrieveNetcdfWCSGeoNetwork(String workspace,
                                                 String layerTitle)

retrieveNetcdfWCSGeoNetwork

public static String retrieveNetcdfWCSGeoNetwork(String geoNetworkUrl,
                                                 String geoNetworkUsername,
                                                 String geoNetworkPassword,
                                                 String geoserverUsername,
                                                 String geoserverPassword,
                                                 String workspace,
                                                 String layerTitle)

retrieveNetcdfWMSGeoNetwork

public static String retrieveNetcdfWMSGeoNetwork(String workspace,
                                                 String layerTitle)

retrieveNetcdfWMSGeoNetwork

public static String retrieveNetcdfWMSGeoNetwork(String geoNetworkUrl,
                                                 String geoNetworkUsername,
                                                 String geoNetworkPassword,
                                                 String geoserverUsername,
                                                 String geoserverPassword,
                                                 String workspace,
                                                 String layerTitle)

retrieveEnvInfoGeoNetwork

public static List<HashMap<String,String>> retrieveEnvInfoGeoNetwork(String workspace,
                                                                     String layer,
                                                                     float[][] xy)

retrieveEnvInfoGeoNetwork

public static List<HashMap<String,String>> retrieveEnvInfoGeoNetwork(String geoNetworkUrl,
                                                                     String geoNetworkUsername,
                                                                     String geoNetworkPassword,
                                                                     String geoserverUsername,
                                                                     String geoserverPassword,
                                                                     String workspace,
                                                                     String layerTitle,
                                                                     float[][] xy)

bulkProcessGeoServer

public static List<HashMap<String,String>> bulkProcessGeoServer(String geoserverUrl,
                                                                String workspace,
                                                                String layer,
                                                                float[][] xy)

retrieveEnvInfoGeoNetwork

public static HashMap<String,String> retrieveEnvInfoGeoNetwork(String workspace,
                                                               String layer,
                                                               float x,
                                                               float y)

getLayerFeaturesGeoServer

public static List<String> getLayerFeaturesGeoServer(String geoserverUrl,
                                                     String workspace,
                                                     String layer)

getLayerFeaturesGeoNetwork

public static List<String> getLayerFeaturesGeoNetwork(String geoNetworkUrl,
                                                      String geoNetworkUsername,
                                                      String geoNetworkPassword,
                                                      String geoserverUsername,
                                                      String geoserverPassword,
                                                      String workspace,
                                                      String layer,
                                                      float x,
                                                      float y)

getLayerFeaturesGeoNetwork

public static List<String> getLayerFeaturesGeoNetwork(String workspace,
                                                      String layer)

retrieveStoredDatasetInfo

public static org.gcube.common.geoserverinterface.bean.MetadataInfo retrieveStoredDatasetInfo(String geonetworkUrl,
                                                                                              String geonetworkUsername,
                                                                                              String geonetworkPassword,
                                                                                              String geoserverUsername,
                                                                                              String geoserverPassword,
                                                                                              String layerTitle)

main

public static void main(String[] args)


Copyright © 2012. All Rights Reserved.