Class MultiLevelROIProviderMosaicFactory
- Object
-
- MultiLevelROIProviderFactory
-
- MultiLevelROIProviderMosaicFactory
-
public class MultiLevelROIProviderMosaicFactory extends MultiLevelROIProviderFactory
Factory class used for returning aMultiLevelROIProvider
based on the input footprint properties and files for mosaics- Author:
- Andrea Aime GeoSolutions, Nicola Lagomarsini GeoSolutions
-
-
Field Summary
Fields Modifier and Type Field Description static String
FILTER_PROPERTY
-
Fields inherited from class MultiLevelROIProviderFactory
SOURCE_PROPERTY, TYPE_MULTIPLE_SIDECAR, TYPE_RASTER, TYPE_SIDECAR
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MultiLevelROIProvider
createFootprintProvider(File mosaicFolder)
static MultiLevelROIProvider
createFootprintProvider(File mosaicFolder, Hints hints)
Builds a footprint provider from mosaic location-
Methods inherited from class MultiLevelROIProviderFactory
createFootprintProvider, createProvider, initProperties
-
-
-
-
Field Detail
-
FILTER_PROPERTY
public static final String FILTER_PROPERTY
- See Also:
- Constant Field Values
-
-
Method Detail
-
createFootprintProvider
public static MultiLevelROIProvider createFootprintProvider(File mosaicFolder)
-
createFootprintProvider
public static MultiLevelROIProvider createFootprintProvider(File mosaicFolder, Hints hints)
Builds a footprint provider from mosaic location- Parameters:
mosaicFolder
- The folder that contains the mosaic config files
-
-