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 RasterLoadingStrategyTiledGridResource.loadingStrategyWhether 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 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.internal.storage.image
Methods in org.apache.sis.internal.storage.image that return RasterLoadingStrategyModifier and TypeMethodDescriptionfinal RasterLoadingStrategySingleImageStore.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 booleanSingleImageStore.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
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 TypeMethodDescriptionCoverageSubset.getLoadingStrategy()Returns an indication about when the "physical" loading of raster data will happen.default 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 TypeMethodDescriptionbooleanCoverageSubset.setLoadingStrategy(RasterLoadingStrategy strategy) Sets the preferred strategy about when to do the "physical" loading of raster data.default booleanGridCoverageResource.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 TypeMethodDescriptionbooleanConcatenatedGridResource.setLoadingStrategy(RasterLoadingStrategy strategy) Sets the preferred strategy about when to do the "physical" loading of raster data.