Uses of Enum
org.apache.sis.storage.RasterLoadingStrategy
Packages that use RasterLoadingStrategy
Package
Description
Utility classes for the implementation of SIS storage classes.
Bridges between Apache SIS data stores and Java Image I/O.
Data store base types for retrieving and saving geospatial data
in various storage formats.
Resources which are aggregations or concatenations of other resources.
-
Uses of RasterLoadingStrategy in org.apache.sis.internal.storage
Fields in org.apache.sis.internal.storage declared as RasterLoadingStrategyModifier and TypeFieldDescriptionprivate RasterLoadingStrategy
TiledGridResource.loadingStrategy
Whether all tiles should be loaded atread(…)
method call or deferred to a later time.Methods in org.apache.sis.internal.storage that return RasterLoadingStrategyModifier and TypeMethodDescriptionGridResourceWrapper.getLoadingStrategy()
Returns an indication about when the "physical" loading of raster data will happen.final RasterLoadingStrategy
TiledGridResource.getLoadingStrategy()
Returns an indication about when the "physical" loading of raster data will happen.Methods in org.apache.sis.internal.storage with parameters of type RasterLoadingStrategyModifier and TypeMethodDescriptionboolean
GridResourceWrapper.setLoadingStrategy
(RasterLoadingStrategy strategy) Sets the preferred strategy about when to do the "physical" loading of raster data.final boolean
TiledGridResource.setLoadingStrategy
(RasterLoadingStrategy strategy) Sets the preferred strategy about when to do the "physical" loading of raster data. -
Uses of RasterLoadingStrategy in org.apache.sis.internal.storage.image
Methods in org.apache.sis.internal.storage.image that return RasterLoadingStrategyModifier and TypeMethodDescriptionfinal RasterLoadingStrategy
SingleImageStore.getLoadingStrategy()
Returns an indication about when the "physical" loading of raster data will happen.Methods in org.apache.sis.internal.storage.image with parameters of type RasterLoadingStrategyModifier and TypeMethodDescriptionfinal boolean
SingleImageStore.setLoadingStrategy
(RasterLoadingStrategy strategy) Sets the preferred strategy about when to do the "physical" loading of raster data. -
Uses of RasterLoadingStrategy in org.apache.sis.storage
Methods in org.apache.sis.storage that return RasterLoadingStrategyModifier and TypeMethodDescriptionCoverageSubset.getLoadingStrategy()
Returns an indication about when the "physical" loading of raster data will happen.default RasterLoadingStrategy
GridCoverageResource.getLoadingStrategy()
Returns an indication about when the "physical" loading of raster data will happen.static RasterLoadingStrategy
Returns the enum constant of this type with the specified name.static RasterLoadingStrategy[]
RasterLoadingStrategy.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.sis.storage with parameters of type RasterLoadingStrategyModifier and TypeMethodDescriptionboolean
CoverageSubset.setLoadingStrategy
(RasterLoadingStrategy strategy) Sets the preferred strategy about when to do the "physical" loading of raster data.default boolean
GridCoverageResource.setLoadingStrategy
(RasterLoadingStrategy strategy) Sets the preferred strategy about when to do the "physical" loading of raster data. -
Uses of RasterLoadingStrategy in org.apache.sis.storage.aggregate
Methods in org.apache.sis.storage.aggregate that return RasterLoadingStrategyModifier and TypeMethodDescriptionConcatenatedGridResource.getLoadingStrategy()
Returns an indication about when the "physical" loading of raster data will happen.Methods in org.apache.sis.storage.aggregate with parameters of type RasterLoadingStrategyModifier and TypeMethodDescriptionboolean
ConcatenatedGridResource.setLoadingStrategy
(RasterLoadingStrategy strategy) Sets the preferred strategy about when to do the "physical" loading of raster data.