public interface GeoServerFeatureTypeRest
| Modifier and Type | Method and Description |
|---|---|
void |
createFeatureType(String workSpace,
String dataStore,
org.jdom2.Document featureType) |
org.jdom2.Document |
exportFeatureType(String workSpace,
String dataStore,
String featureType) |
org.geojsf.xml.geoserver.FeatureType |
getFeatureType(String ws,
String ds,
String ft) |
org.geojsf.xml.geoserver.FeatureTypes |
getFeatureTypes(String ws,
String ds) |
org.geojsf.xml.geoserver.FeatureTypes getFeatureTypes(String ws, String ds) throws IOException
IOExceptionorg.geojsf.xml.geoserver.FeatureType getFeatureType(String ws, String ds, String ft) throws IOException
IOExceptionorg.jdom2.Document exportFeatureType(String workSpace, String dataStore, String featureType) throws IOException
IOExceptionvoid createFeatureType(String workSpace, String dataStore, org.jdom2.Document featureType) throws IOException
IOExceptionCopyright © 2016. All rights reserved.