Uses of Class
org.apache.sis.internal.storage.TiledGridResource.Subset
Packages that use TiledGridResource.Subset
Package
Description
Utility classes for the implementation of SIS storage classes.
Maps GeoTIFF tags to ISO metadata and read raster data as coverages.
-
Uses of TiledGridResource.Subset in org.apache.sis.internal.storage
Constructors in org.apache.sis.internal.storage with parameters of type TiledGridResource.SubsetModifierConstructorDescriptionprotected
Creates a new tiled grid coverage. -
Uses of TiledGridResource.Subset in org.apache.sis.storage.geotiff
Methods in org.apache.sis.storage.geotiff with parameters of type TiledGridResource.SubsetModifier and TypeMethodDescriptionprivate boolean
DataCube.canReadDirect
(TiledGridResource.Subset subset) Returnstrue
if the image can be read with theDataSubset
base class, orfalse
if the more sophisticatedCompressedSubset
sub-class is needed.Constructors in org.apache.sis.storage.geotiff with parameters of type TiledGridResource.SubsetModifierConstructorDescription(package private)
CompressedSubset
(DataCube source, TiledGridResource.Subset subset) Creates a new data subset.(package private)
DataSubset
(DataCube source, TiledGridResource.Subset subset) Creates a new data subset.