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
Subclasses with type arguments of type RasterLoadingStrategy in org.apache.sis.storageModifier and TypeClassDescriptionenumTime when the "physical" loading of raster data should happen.Methods in org.apache.sis.storage that return RasterLoadingStrategyModifier and TypeMethodDescriptiondefault RasterLoadingStrategyGridCoverageResource.getLoadingStrategy()Returns an indication about when the "physical" loading of raster data will happen.static RasterLoadingStrategyReturns 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 booleanGridCoverageResource.setLoadingStrategy(RasterLoadingStrategy strategy) Sets the preferred strategy about when to do the "physical" loading of raster data.