All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.geojsf.interfaces.rest.geoserver.GeoServerDataStoreRest Maven / Gradle / Ivy

The newest version!
package org.geojsf.interfaces.rest.geoserver;

import java.io.IOException;

import org.geojsf.xml.geoserver.DataStore;
import org.geojsf.xml.geoserver.DataStores;
import org.geojsf.xml.geoserver.Workspace;

public interface GeoServerDataStoreRest
{	
	DataStores getDataStores(String workspace) throws IOException;
	DataStore dataStore(String workspace, String dataStore) throws IOException;
	void createDataStore(DataStore datastore, Workspace workspace) throws IOException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy