Does anyone have an example of either using Java or REST to add an ArcSDE RASTER layer to Geoserver?
Using the java code from http://code.google.com/p/gsrcj/ it is pretty simple to add a vector data set (following example) once the data store is in place. However, a raster data set cannot share a store and requires a different Geoserver configuration. Thanks in advance. sample: GsREST myObject = new sREST("http://server:8080/geoserver","admin","geoserver"); try { myObject.sendRESTint("POST", "/workspaces/sde/datastores/alcot/featuretypes","<featureType><name>SDE.LAYERNAME</name></featureType>","text/xml","text/xml"); } catch (IOException e) { e.printStackTrace(); } -- View this message in context: http://old.nabble.com/Using-REST-to-add-an-ArcSDE-raster-tp29527179p29527179.html Sent from the GeoServer - User mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Sell apps to millions through the Intel(R) Atom(Tm) Developer Program Be part of this innovative community and reach millions of netbook users worldwide. Take advantage of special opportunities to increase revenue and speed time-to-market. Join now, and jumpstart your future. http://p.sf.net/sfu/intel-atom-d2d _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
