org.gcube.dataanalysis.environment.thredds
Class ThreddsDataExplorer
java.lang.Object
org.gcube.dataanalysis.environment.thredds.ThreddsDataExplorer
public class ThreddsDataExplorer
- extends Object
|
Method Summary |
static List<String> |
getFiles(String catalogURL)
|
static boolean |
isDataset(String filename)
|
static boolean |
isGridDataset(String filename)
|
static void |
main(String[] args)
|
static void |
main1(String[] args)
|
HashMap<String,String> |
manageGridDataset(String layerTitle,
String filename,
double x,
double y)
|
HashMap<String,String> |
managePointsDataset(String layerTitle,
String filename,
double x,
double y)
|
HashMap<String,String> |
managePointsDataset2(String layerTitle,
String filename,
double x,
double y)
|
HashMap<String,String> |
mapFeatures(String layerTitle,
String filename,
double x,
double y)
|
List<HashMap<String,String>> |
mapFeaturesForSet(String layerTitle,
String filename,
float[][] xy)
|
static Double |
takeFirstDouble(ucar.ma2.Array data)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
timePrefix
public static String timePrefix
ThreddsDataExplorer
public ThreddsDataExplorer()
getFiles
public static List<String> getFiles(String catalogURL)
throws Exception
- Throws:
Exception
manageGridDataset
public HashMap<String,String> manageGridDataset(String layerTitle,
String filename,
double x,
double y)
throws Exception
- Throws:
Exception
takeFirstDouble
public static Double takeFirstDouble(ucar.ma2.Array data)
managePointsDataset2
public HashMap<String,String> managePointsDataset2(String layerTitle,
String filename,
double x,
double y)
throws Exception
- Throws:
Exception
managePointsDataset
public HashMap<String,String> managePointsDataset(String layerTitle,
String filename,
double x,
double y)
throws Exception
- Throws:
Exception
isGridDataset
public static boolean isGridDataset(String filename)
isDataset
public static boolean isDataset(String filename)
throws Exception
- Throws:
Exception
mapFeaturesForSet
public List<HashMap<String,String>> mapFeaturesForSet(String layerTitle,
String filename,
float[][] xy)
mapFeatures
public HashMap<String,String> mapFeatures(String layerTitle,
String filename,
double x,
double y)
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
main1
public static void main1(String[] args)
throws Exception
- Throws:
Exception
Copyright © 2012. All Rights Reserved.