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.SubsetModifierConstructorDescriptionprotectedCreates 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 booleanDataCube.canReadDirect(TiledGridResource.Subset subset) Returnstrueif the image can be read with theDataSubsetbase class, orfalseif the more sophisticatedCompressedSubsetsub-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.