Uses of Enum
org.apache.sis.storage.RasterLoadingStrategy
Packages that use RasterLoadingStrategy
Package
Description
Utility classes for the implementation of SIS storage classes.
Data store base types for retrieving and saving geospatial data
in various storage formats.
-
Uses of RasterLoadingStrategy in org.apache.sis.internal.storage
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 RasterLoadingStrategyTiledGridResource.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 TypeMethodDescriptionbooleanGridResourceWrapper.setLoadingStrategy(RasterLoadingStrategy strategy) Sets the preferred strategy about when to do the "physical" loading of raster data.final booleanTiledGridResource.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 TypeMethodDescriptiondefault RasterLoadingStrategyGridCoverageResource.getLoadingStrategy()Returns an indication about when the "physical" loading of raster data will happen.static RasterLoadingStrategyReturns 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 TypeMethodDescriptiondefault booleanGridCoverageResource.setLoadingStrategy(RasterLoadingStrategy strategy) Sets the preferred strategy about when to do the "physical" loading of raster data.