org.gcube.application.aquamaps.aquamapsservice.impl.publishing.gis
Class GISUtils

java.lang.Object
  extended by org.gcube.application.aquamaps.aquamapsservice.impl.publishing.gis.GISUtils

public class GISUtils
extends Object


Field Summary
static char delimiter
           
static boolean hasHeader
           
 
Constructor Summary
GISUtils()
           
 
Method Summary
static void deleteLayer(org.gcube.common.gis.datamodel.enhanced.LayerInfo toDelete)
           
static void deleteWMSContext(org.gcube.common.gis.datamodel.enhanced.WMSContextInfo toDelete)
           
static org.gcube.common.gis.datamodel.enhanced.LayerInfo generateLayer(LayerGenerationRequest request)
           
static DataSourceDescriptor getGeoNetwork()
           
static GeoServerDescriptor getGeoServer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

delimiter

public static char delimiter

hasHeader

public static boolean hasHeader
Constructor Detail

GISUtils

public GISUtils()
Method Detail

generateLayer

public static org.gcube.common.gis.datamodel.enhanced.LayerInfo generateLayer(LayerGenerationRequest request)
                                                                       throws Exception
Throws:
Exception

deleteLayer

public static void deleteLayer(org.gcube.common.gis.datamodel.enhanced.LayerInfo toDelete)
                        throws Exception
Throws:
Exception

deleteWMSContext

public static void deleteWMSContext(org.gcube.common.gis.datamodel.enhanced.WMSContextInfo toDelete)
                             throws Exception
Throws:
Exception

getGeoServer

public static GeoServerDescriptor getGeoServer()
                                        throws Exception
Throws:
Exception

getGeoNetwork

public static DataSourceDescriptor getGeoNetwork()
                                          throws Exception
Throws:
Exception


Copyright © 2013. All Rights Reserved.