Exemple #1
0
 /**
  * Sets the interface for creating raster store connections. You
  * can call this to replace the default implementation with a
  * custom one.
  *
  * @param factory
  *      New raster store factory implementation.
  */
 public void setRasterStoreFactory(RasterStoreFactory factory)
 {
     raster_store_factory = factory;
 }
Exemple #2
0
 /**
  * Sets the interface for creating raster store connections. You
  * can call this to replace the default implementation with a
  * custom one.
  *
  * @param factory
  *      New raster store factory implementation.
  */
 public void setRasterStoreFactory(RasterStoreFactory factory)
 {
     raster_store_factory = factory;
 }