public class GeoserverGetMethods extends Object
| Constructor and Description |
|---|
GeoserverGetMethods(HttpMethodCall hMC) |
public GeoserverGetMethods(HttpMethodCall hMC)
public WorkspaceRest getWorkspace(String wokspaceName) throws Exception
Exceptionpublic List<String> listDataStores(String wokspaceName) throws Exception
Exceptionpublic List<String> listCoverageStores(String wokspaceName) throws Exception
Exceptionpublic CoverageStoreRest getCoverageStore(String wokspaceName, String coverageStore) throws Exception
Exceptionpublic DataStoreRest getDataStore(String wokspaceName, String dataStore) throws Exception
Exceptionpublic ArrayList<String> listFeaturetypes(String wokspaceName, String dataStore) throws Exception
Exceptionpublic ArrayList<String> listCoverages(String wokspaceName, String coverageStore) throws Exception
Exceptionpublic FeatureTypeRest getFeatureType(String wokspaceName, String dataStore, String featureType) throws Exception
Exceptionpublic InputStream getStyle(String styleName) throws Exception
Exceptionpublic CoverageTypeRest getCoverageType(String wokspaceName, String coveragestore, String coverageType) throws Exception
Exceptionpublic List<String> getLayerTitleByWms(List<String> workspaces, List<String> layerNames) throws Exception
Exceptionpublic String getLayerTitleByWms(String workspace, String layerName) throws Exception
ExceptionCopyright © 2018. All Rights Reserved.