org.gcube.dataanalysis.geo.insertion
Class ThreddsFetcher

java.lang.Object
  extended by org.gcube.dataanalysis.geo.insertion.ThreddsFetcher

public class ThreddsFetcher
extends Object


Field Summary
static String HumanDateFormat
           
static String NetCDFDateFormat
           
 
Constructor Summary
ThreddsFetcher(String scope)
           
 
Method Summary
 void fetch(String threddsCatalogURL)
           
static String generateAbstractField(String layername, String filename, String description, String unit, String startDate, String endDate, String duration, String timeInstants, int numberOfDimensions, String netcdftitle, String netcdfdescription)
           
static String generateTitle(String filename, String description, String startDate, String endDate, int numberOfDimensions)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NetCDFDateFormat

public static String NetCDFDateFormat

HumanDateFormat

public static String HumanDateFormat
Constructor Detail

ThreddsFetcher

public ThreddsFetcher(String scope)
Method Detail

fetch

public void fetch(String threddsCatalogURL)
           throws Exception
Throws:
Exception

generateTitle

public static String generateTitle(String filename,
                                   String description,
                                   String startDate,
                                   String endDate,
                                   int numberOfDimensions)

generateAbstractField

public static String generateAbstractField(String layername,
                                           String filename,
                                           String description,
                                           String unit,
                                           String startDate,
                                           String endDate,
                                           String duration,
                                           String timeInstants,
                                           int numberOfDimensions,
                                           String netcdftitle,
                                           String netcdfdescription)

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception


Copyright © 2013. All Rights Reserved.