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

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

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

import java.io.IOException;

import org.geojsf.xml.geoserver.Styles;
import org.jdom2.Document;

public interface GeoServerStyleRest
{	
	Styles getStyles(String workspace) throws IOException;
	Document getStyle(String workspace, String style) throws IOException;
	void createStyle(String workspace, Document style) throws IOException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy