org.gcube.common.geoserverinterface.engine
Class GeoserverGetMethods

java.lang.Object
  extended by org.gcube.common.geoserverinterface.engine.GeoserverGetMethods

public class GeoserverGetMethods
extends Object


Constructor Summary
GeoserverGetMethods(HttpMethodCall hMC)
           
 
Method Summary
 CoverageStoreRest getCoverageStore(String wokspaceName, String coverageStore)
           
 CoverageTypeRest getCoverageType(String wokspaceName, String coveragestore, String coverageType)
           
 DataStoreRest getDataStore(String wokspaceName, String dataStore)
           
 FeatureTypeRest getFeatureType(String wokspaceName, String dataStore, String featureType)
           
 LayerRest getLayer(String nameLayer)
           
 GroupRest getLayerGroup(String nameGroup)
           
 List<String> getLayerTitleByWms(List<String> workspaces, List<String> layerNames)
           
 String getLayerTitleByWms(String workspace, String layerName)
           
 String getLayerTitleByWms(String workspace, String layerName, String capabilitiesXML)
           
 InputStream getStyle(String styleName)
           
 WorkspaceRest getWorkspace(String wokspaceName)
           
 ArrayList<String> listCoverages(String wokspaceName, String coverageStore)
           
 List<String> listCoverageStores(String wokspaceName)
           
 List<String> listDataStores(String wokspaceName)
           
 ArrayList<String> listFeaturetypes(String wokspaceName, String dataStore)
           
 ArrayList<String> listLayerGroups()
           
 ArrayList<String> listLayers()
           
 ArrayList<String> listStyles()
           
 ArrayList<String> listStyles(String layerName)
           
 ArrayList<String> listWorkspaces()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeoserverGetMethods

public GeoserverGetMethods(HttpMethodCall hMC)
Method Detail

listWorkspaces

public ArrayList<String> listWorkspaces()
                                 throws Exception
Throws:
Exception

getWorkspace

public WorkspaceRest getWorkspace(String wokspaceName)
                           throws Exception
Throws:
Exception

listDataStores

public List<String> listDataStores(String wokspaceName)
                            throws Exception
Throws:
Exception

listCoverageStores

public List<String> listCoverageStores(String wokspaceName)
                                throws Exception
Throws:
Exception

getCoverageStore

public CoverageStoreRest getCoverageStore(String wokspaceName,
                                          String coverageStore)
                                   throws Exception
Throws:
Exception

getDataStore

public DataStoreRest getDataStore(String wokspaceName,
                                  String dataStore)
                           throws Exception
Throws:
Exception

listFeaturetypes

public ArrayList<String> listFeaturetypes(String wokspaceName,
                                          String dataStore)
                                   throws Exception
Throws:
Exception

listCoverages

public ArrayList<String> listCoverages(String wokspaceName,
                                       String coverageStore)
                                throws Exception
Throws:
Exception

getFeatureType

public FeatureTypeRest getFeatureType(String wokspaceName,
                                      String dataStore,
                                      String featureType)
                               throws Exception
Throws:
Exception

listLayers

public ArrayList<String> listLayers()
                             throws Exception
Throws:
Exception

getLayer

public LayerRest getLayer(String nameLayer)
                   throws Exception
Throws:
Exception

listLayerGroups

public ArrayList<String> listLayerGroups()
                                  throws Exception
Throws:
Exception

getLayerGroup

public GroupRest getLayerGroup(String nameGroup)
                        throws Exception
Throws:
Exception

listStyles

public ArrayList<String> listStyles()
                             throws Exception
Throws:
Exception

listStyles

public ArrayList<String> listStyles(String layerName)
                             throws Exception
Throws:
Exception

getStyle

public InputStream getStyle(String styleName)
                     throws Exception
Throws:
Exception

getCoverageType

public CoverageTypeRest getCoverageType(String wokspaceName,
                                        String coveragestore,
                                        String coverageType)
                                 throws Exception
Throws:
Exception

getLayerTitleByWms

public List<String> getLayerTitleByWms(List<String> workspaces,
                                       List<String> layerNames)
                                throws Exception
Throws:
Exception

getLayerTitleByWms

public String getLayerTitleByWms(String workspace,
                                 String layerName)
                          throws Exception
Throws:
Exception

getLayerTitleByWms

public String getLayerTitleByWms(String workspace,
                                 String layerName,
                                 String capabilitiesXML)
                          throws Exception
Throws:
Exception


Copyright © 2012. All Rights Reserved.