Uses of Class
it.geosolutions.geoserver.rest.encoder.GSAbstractStoreEncoder

Packages that use GSAbstractStoreEncoder
it.geosolutions.geoserver.rest.encoder.coverage   
it.geosolutions.geoserver.rest.encoder.datastore   
it.geosolutions.geoserver.rest.manager   
 

Uses of GSAbstractStoreEncoder in it.geosolutions.geoserver.rest.encoder.coverage
 

Subclasses of GSAbstractStoreEncoder in it.geosolutions.geoserver.rest.encoder.coverage
 class GSAbstractCoveragestoreEncoder
          Deprecated. TODO complete specialization
 

Uses of GSAbstractStoreEncoder in it.geosolutions.geoserver.rest.encoder.datastore
 

Subclasses of GSAbstractStoreEncoder in it.geosolutions.geoserver.rest.encoder.datastore
 class GSAbstractDatastoreEncoder
          Generic Datastore encoder.
 class GSArcSDEDatastoreEncoder
          Encoder for an datastore.
 class GSDirectoryOfShapefilesDatastoreEncoder
          Encoder for a datastore.
 class GSOracleNGDatastoreEncoder
          Encoder for an datastore.
 class GSPostGISDatastoreEncoder
          Encoder for a datastore.
 class GSShapefileDatastoreEncoder
          Encoder for a datastore.
 

Uses of GSAbstractStoreEncoder in it.geosolutions.geoserver.rest.manager
 

Methods in it.geosolutions.geoserver.rest.manager with parameters of type GSAbstractStoreEncoder
 boolean GeoServerRESTStoreManager.create(String workspace, GSAbstractStoreEncoder store)
          Create a store.
 boolean GeoServerRESTStoreManager.remove(String workspace, GSAbstractStoreEncoder store, boolean recurse)
          Remove a given CoverageStore in a given Workspace.
 boolean GeoServerRESTStoreManager.update(String workspace, GSAbstractStoreEncoder store)
          Update a store.
 



Copyright © 2007-2013 GeoSolutions. All Rights Reserved.