Uses of Enum Class
org.apache.sis.storage.RasterLoadingStrategy
Packages that use RasterLoadingStrategy
Package
Description
Data store base types for retrieving and saving geospatial data
in various storage formats.
-
Uses of RasterLoadingStrategy in org.apache.sis.storage
Methods in org.apache.sis.storage that return RasterLoadingStrategyModifier and TypeMethodDescriptiondefault RasterLoadingStrategy
GridCoverageResource.getLoadingStrategy()
Returns an indication about when the "physical" loading of raster data will happen.static RasterLoadingStrategy
Returns the enum constant of this class with the specified name.static RasterLoadingStrategy[]
RasterLoadingStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.sis.storage with parameters of type RasterLoadingStrategyModifier and TypeMethodDescriptiondefault boolean
GridCoverageResource.setLoadingStrategy
(RasterLoadingStrategy strategy) Sets the preferred strategy about when to do the "physical" loading of raster data.