Uses of Class
org.geotools.coverage.grid.io.AbstractGridFormat
-
Packages that use AbstractGridFormat Package Description org.geotools.coverage.grid.io org.geotools.coverage.io.grib org.geotools.coverage.io.netcdf org.geotools.coverageio Base coverage I/O classes defining coverage reader, coverage request and coverage response.org.geotools.coverageio.gdal Base implementation for Coverage I/O based on GDAL bindings available via the ImageI/O-Ext project.org.geotools.coverageio.gdal.aig Implementation for Aig (ESRI binary grid) format Coverage I/O leveraging on GDAL.org.geotools.coverageio.gdal.dted Implementation for DTED format Coverage I/O leveraging on GDAL.org.geotools.coverageio.gdal.ecw Implementation for ECW format Coverage I/O leveraging on GDAL.org.geotools.coverageio.gdal.ehdr Implementation for EHdr (ESRI hdr labelled) format Coverage I/O leveraging on GDAL.org.geotools.coverageio.gdal.envihdr Implementation for ENVIHdr (ENVI hdr labelled) format Coverage I/O leveraging on GDAL.org.geotools.coverageio.gdal.erdasimg Implementation for ERDAS Imagine format Coverage I/O leveraging on GDAL.org.geotools.coverageio.gdal.idrisi Implementation for IDRISI format Coverage I/O leveraging on GDAL.org.geotools.coverageio.gdal.jp2ecw Implementation for JPEG2000 format Coverage I/O leveraging on the GDAL JP2 ECW driver.org.geotools.coverageio.gdal.jp2kak Implementation for JPEG2000 format Coverage I/O leveraging on the GDAL JP2 Kakadu driver.org.geotools.coverageio.gdal.jp2mrsid Implementation for JPEG2000 format Coverage I/O leveraging on the GDAL JP2 MrSID driver.org.geotools.coverageio.gdal.mrsid Implementation for MrSID format Coverage I/O leveraging on GDAL.org.geotools.coverageio.gdal.nitf Implementation for National Imagery Transmission Format (NITF) Coverage I/O leveraging on GDAL.org.geotools.coverageio.gdal.rpftoc RPFTOC Coverage I/O leveraging on GDAL.org.geotools.coverageio.gdal.srp org.geotools.coverageio.gdal.vrt org.geotools.coverageio.jp2k Implementation for JPEG2000 format Coverage I/O leveraging on the JP2K plugins.org.geotools.gce.arcgrid A datasource to manage the ARCGrid ASCII format.org.geotools.gce.geotiff A grid coverage exchange to manage the GeoTIFF Revision 1.0 format.org.geotools.gce.grassraster.format org.geotools.gce.image org.geotools.gce.imagemosaic org.geotools.gce.imagemosaic.catalog org.geotools.gce.imagepyramid org.geotools.gce.pgraster org.geotools.geopkg.mosaic org.geotools.mbtiles.mosaic org.geotools.tpk org.geotools.vsi -
-
Uses of AbstractGridFormat in org.geotools.coverage.grid.io
Subclasses of AbstractGridFormat in org.geotools.coverage.grid.io Modifier and Type Class Description class
UnknownFormat
This class can be used when a properFormat
cannot be found for some input sources.Methods in org.geotools.coverage.grid.io that return AbstractGridFormat Modifier and Type Method Description AbstractGridFormat
GridFormatFactorySpi. createFormat()
Construct a live grid format.static AbstractGridFormat
GridFormatFinder. findFormat(Object o)
Returns aFormat
that is able to read a certain object.static AbstractGridFormat
GridFormatFinder. findFormat(Object o, Hints hints)
Returns aFormat
that is able to read a certain object.Methods in org.geotools.coverage.grid.io that return types with arguments of type AbstractGridFormat Modifier and Type Method Description static Set<AbstractGridFormat>
GridFormatFinder. findFormats(Object o)
static Set<AbstractGridFormat>
GridFormatFinder. findFormats(Object o, Hints hints)
-
Uses of AbstractGridFormat in org.geotools.coverage.io.grib
Subclasses of AbstractGridFormat in org.geotools.coverage.io.grib Modifier and Type Class Description class
GRIBFormat
Methods in org.geotools.coverage.io.grib that return AbstractGridFormat Modifier and Type Method Description AbstractGridFormat
GRIBFormatFactorySPI. createFormat()
-
Uses of AbstractGridFormat in org.geotools.coverage.io.netcdf
Subclasses of AbstractGridFormat in org.geotools.coverage.io.netcdf Modifier and Type Class Description class
NetCDFFormat
Methods in org.geotools.coverage.io.netcdf that return AbstractGridFormat Modifier and Type Method Description AbstractGridFormat
NetCDFFormatFactorySPI. createFormat()
-
Uses of AbstractGridFormat in org.geotools.coverageio
Methods in org.geotools.coverageio that return AbstractGridFormat Modifier and Type Method Description AbstractGridFormat
BaseGridFormatFactorySPI. createFormat()
-
Uses of AbstractGridFormat in org.geotools.coverageio.gdal
Subclasses of AbstractGridFormat in org.geotools.coverageio.gdal Modifier and Type Class Description class
BaseGDALGridFormat
A Base abstract class implementingFormat
, to be extended by Formats leveraging on GDAL. -
Uses of AbstractGridFormat in org.geotools.coverageio.gdal.aig
Subclasses of AbstractGridFormat in org.geotools.coverageio.gdal.aig Modifier and Type Class Description class
AIGFormat
An implementation ofFormat
for the Arc/Info Binary Grid (AIG) format. -
Uses of AbstractGridFormat in org.geotools.coverageio.gdal.dted
Subclasses of AbstractGridFormat in org.geotools.coverageio.gdal.dted Modifier and Type Class Description class
DTEDFormat
An implementation ofFormat
for the DTED format. -
Uses of AbstractGridFormat in org.geotools.coverageio.gdal.ecw
Subclasses of AbstractGridFormat in org.geotools.coverageio.gdal.ecw Modifier and Type Class Description class
ECWFormat
An implementation ofFormat
for the ECW format. -
Uses of AbstractGridFormat in org.geotools.coverageio.gdal.ehdr
Subclasses of AbstractGridFormat in org.geotools.coverageio.gdal.ehdr Modifier and Type Class Description class
EsriHdrFormat
An implementation ofFormat
for the Esri Hdr format. -
Uses of AbstractGridFormat in org.geotools.coverageio.gdal.envihdr
Subclasses of AbstractGridFormat in org.geotools.coverageio.gdal.envihdr Modifier and Type Class Description class
EnviHdrFormat
-
Uses of AbstractGridFormat in org.geotools.coverageio.gdal.erdasimg
Subclasses of AbstractGridFormat in org.geotools.coverageio.gdal.erdasimg Modifier and Type Class Description class
ErdasImgFormat
An implementation aFormat
for the Erdas Imagine format. -
Uses of AbstractGridFormat in org.geotools.coverageio.gdal.idrisi
Subclasses of AbstractGridFormat in org.geotools.coverageio.gdal.idrisi Modifier and Type Class Description class
IDRISIFormat
An implementation ofFormat
for the IDRIS (RST) format. -
Uses of AbstractGridFormat in org.geotools.coverageio.gdal.jp2ecw
Subclasses of AbstractGridFormat in org.geotools.coverageio.gdal.jp2ecw Modifier and Type Class Description class
JP2ECWFormat
An implementation ofFormat
for the JP2K format based on the ECW driver. -
Uses of AbstractGridFormat in org.geotools.coverageio.gdal.jp2kak
Subclasses of AbstractGridFormat in org.geotools.coverageio.gdal.jp2kak Modifier and Type Class Description class
JP2KFormat
An implementation ofFormat
for the JP2K format. -
Uses of AbstractGridFormat in org.geotools.coverageio.gdal.jp2mrsid
Subclasses of AbstractGridFormat in org.geotools.coverageio.gdal.jp2mrsid Modifier and Type Class Description class
JP2MrSIDFormat
An implementation ofFormat
for the JP2K format based on the MrSID driver. -
Uses of AbstractGridFormat in org.geotools.coverageio.gdal.mrsid
Subclasses of AbstractGridFormat in org.geotools.coverageio.gdal.mrsid Modifier and Type Class Description class
MrSIDFormat
An implementation ofFormat
for the MrSID format. -
Uses of AbstractGridFormat in org.geotools.coverageio.gdal.nitf
Subclasses of AbstractGridFormat in org.geotools.coverageio.gdal.nitf Modifier and Type Class Description class
NITFFormat
An implementation ofFormat
for the NITF format. -
Uses of AbstractGridFormat in org.geotools.coverageio.gdal.rpftoc
Subclasses of AbstractGridFormat in org.geotools.coverageio.gdal.rpftoc Modifier and Type Class Description class
RPFTOCFormat
An implementation ofFormat
for the RPFTOC format. -
Uses of AbstractGridFormat in org.geotools.coverageio.gdal.srp
Subclasses of AbstractGridFormat in org.geotools.coverageio.gdal.srp Modifier and Type Class Description class
SRPFormat
An implementation ofFormat
for the SRP format. -
Uses of AbstractGridFormat in org.geotools.coverageio.gdal.vrt
Subclasses of AbstractGridFormat in org.geotools.coverageio.gdal.vrt Modifier and Type Class Description class
VRTFormat
An implementation ofFormat
for the VRT format -
Uses of AbstractGridFormat in org.geotools.coverageio.jp2k
Subclasses of AbstractGridFormat in org.geotools.coverageio.jp2k Modifier and Type Class Description class
JP2KFormat
An implementation ofFormat
for the JP2K format. -
Uses of AbstractGridFormat in org.geotools.gce.arcgrid
Subclasses of AbstractGridFormat in org.geotools.gce.arcgrid Modifier and Type Class Description class
ArcGridFormat
An implementation aFormat
for the ASCII grid ESRI and GRASS format. -
Uses of AbstractGridFormat in org.geotools.gce.geotiff
Subclasses of AbstractGridFormat in org.geotools.gce.geotiff Modifier and Type Class Description class
GeoTiffFormat
Provides basic information about the GeoTIFF format IO.Methods in org.geotools.gce.geotiff that return AbstractGridFormat Modifier and Type Method Description AbstractGridFormat
GeoTiffFormatFactorySpi. createFormat()
Creates and returns a new instance of theGeoTiffFormat
class if the required libraries are present. -
Uses of AbstractGridFormat in org.geotools.gce.grassraster.format
Subclasses of AbstractGridFormat in org.geotools.gce.grassraster.format Modifier and Type Class Description class
GrassCoverageFormat
Provides basic information about the grass raster format IO. -
Uses of AbstractGridFormat in org.geotools.gce.image
Subclasses of AbstractGridFormat in org.geotools.gce.image Modifier and Type Class Description class
WorldImageFormat
A Format to allow discovery of Readers/Writers for raster images that support world files containing information about the image. -
Uses of AbstractGridFormat in org.geotools.gce.imagemosaic
Subclasses of AbstractGridFormat in org.geotools.gce.imagemosaic Modifier and Type Class Description class
ImageMosaicFormat
AbstractGridFormat
subclass for controllingImageMosaicReader
creation.Fields in org.geotools.gce.imagemosaic declared as AbstractGridFormat Modifier and Type Field Description protected AbstractGridFormat
DefaultGranuleAccessProvider. format
protected AbstractGridFormat
DefaultGranuleAccessProvider. suggestedFormat
Methods in org.geotools.gce.imagemosaic that return AbstractGridFormat Modifier and Type Method Description AbstractGridFormat
ImageMosaicFormatFactory. createFormat()
AbstractGridFormat
ImageMosaicConfigHandler. getCachedFormat()
AbstractGridFormat
GranuleAccessProvider. getFormat()
Return the AbstractGridFormat supporting the type of the input granuleMethods in org.geotools.gce.imagemosaic with parameters of type AbstractGridFormat Modifier and Type Method Description protected void
GranuleDescriptor. init(BoundingBox granuleBBOX, URL granuleUrl, AbstractGridFormat suggestedFormat, ImageReaderSpi suggestedSPI, ImageInputStreamSpi suggestedIsSPI, MultiLevelROI roiProvider, boolean heterogeneousGranules, boolean handleArtifactsFiltering, Hints hints)
void
ImageMosaicConfigHandler. setCachedFormat(AbstractGridFormat cachedFormat)
Constructors in org.geotools.gce.imagemosaic with parameters of type AbstractGridFormat Constructor Description GranuleDescriptor(String granuleLocation, BoundingBox granuleBBox, AbstractGridFormat suggestedFormat, ImageReaderSpi suggestedSPI, ImageInputStreamSpi suggestedIsSPI, MultiLevelROI roiProvider)
GranuleDescriptor(String granuleLocation, BoundingBox granuleBBox, AbstractGridFormat suggestedFormat, ImageReaderSpi suggestedSPI, ImageInputStreamSpi suggestedIsSPI, MultiLevelROI roiProvider, boolean heterogeneousGranules)
GranuleDescriptor(String granuleLocation, BoundingBox granuleBBox, AbstractGridFormat suggestedFormat, ImageReaderSpi suggestedSPI, ImageInputStreamSpi suggestedIsSPI, MultiLevelROI roiProvider, int maxDecimationFactor)
GranuleDescriptor(String granuleLocation, BoundingBox granuleBBox, AbstractGridFormat suggestedFormat, ImageReaderSpi suggestedSPI, ImageInputStreamSpi suggestedIsSPI, MultiLevelROI roiProvider, int maxDecimationFactor, boolean heterogeneousGranules)
GranuleDescriptor(String granuleLocation, BoundingBox granuleBBox, AbstractGridFormat suggestedFormat, ImageReaderSpi suggestedSPI, ImageInputStreamSpi suggestedIsSPI, MultiLevelROI roiProvider, int maxDecimationFactor, boolean heterogeneousGranules, boolean handleArtifactsFiltering)
GranuleDescriptor(String granuleLocation, BoundingBox granuleBBox, AbstractGridFormat suggestedFormat, ImageReaderSpi suggestedSPI, ImageInputStreamSpi suggestedIsSPI, MultiLevelROI roiProvider, int maxDecimationFactor, boolean heterogeneousGranules, boolean handleArtifactsFiltering, Hints hints)
GranuleDescriptor(SimpleFeature feature, ImageReaderSpi suggestedSPI, AbstractGridFormat suggestedFormat, ImageInputStreamSpi suggestedIsSPI, PathType pathType, String locationAttribute, String parentLocation)
GranuleDescriptor(SimpleFeature feature, ImageReaderSpi suggestedSPI, PathType pathType, AbstractGridFormat suggestedFormat, ImageInputStreamSpi suggestedIsSPI, String locationAttribute, String parentLocation, MultiLevelROI roiProvider)
Constructor for theGranuleDescriptor
assuming it doesn't belong to an heterogeneous granules set.GranuleDescriptor(SimpleFeature feature, AbstractGridFormat suggestedFormat, ImageReaderSpi suggestedSPI, ImageInputStreamSpi suggestedIsSPI, PathType pathType, String locationAttribute, String parentLocation, boolean heterogeneousGranules)
GranuleDescriptor(SimpleFeature feature, AbstractGridFormat suggestedFormat, ImageReaderSpi suggestedSPI, ImageInputStreamSpi suggestedIsSPI, PathType pathType, String locationAttribute, String parentLocation, boolean heterogeneousGranules, Hints hints)
GranuleDescriptor(SimpleFeature feature, AbstractGridFormat suggestedFormat, ImageReaderSpi suggestedSPI, ImageInputStreamSpi suggestedIsSPI, PathType pathType, String locationAttribute, String parentLocation, MultiLevelROI roiProvider, boolean heterogeneousGranules, Hints hints)
Constructor for theGranuleDescriptor
-
Uses of AbstractGridFormat in org.geotools.gce.imagemosaic.catalog
Methods in org.geotools.gce.imagemosaic.catalog that return AbstractGridFormat Modifier and Type Method Description AbstractGridFormat
CatalogConfigurationBean. suggestedFormat()
-
Uses of AbstractGridFormat in org.geotools.gce.imagepyramid
Subclasses of AbstractGridFormat in org.geotools.gce.imagepyramid Modifier and Type Class Description class
ImagePyramidFormat
This class implements the basic format capabilities for a coverage format. -
Uses of AbstractGridFormat in org.geotools.gce.pgraster
Subclasses of AbstractGridFormat in org.geotools.gce.pgraster Modifier and Type Class Description class
PGRasterFormat
Coverage format for rasters stored in a PostGIS database as described by the PostGIS Raster Reference. -
Uses of AbstractGridFormat in org.geotools.geopkg.mosaic
Subclasses of AbstractGridFormat in org.geotools.geopkg.mosaic Modifier and Type Class Description class
GeoPackageFormat
GeoPackage Grid Format (supports the GP mosaic datastore).Methods in org.geotools.geopkg.mosaic that return AbstractGridFormat Modifier and Type Method Description AbstractGridFormat
GeoPackageFormatFactorySpi. createFormat()
-
Uses of AbstractGridFormat in org.geotools.mbtiles.mosaic
Subclasses of AbstractGridFormat in org.geotools.mbtiles.mosaic Modifier and Type Class Description class
MBTilesFormat
Methods in org.geotools.mbtiles.mosaic that return AbstractGridFormat Modifier and Type Method Description AbstractGridFormat
MBTilesFormatFactorySpi. createFormat()
-
Uses of AbstractGridFormat in org.geotools.tpk
Subclasses of AbstractGridFormat in org.geotools.tpk Modifier and Type Class Description class
TPKFormat
Methods in org.geotools.tpk that return AbstractGridFormat Modifier and Type Method Description AbstractGridFormat
TPKFormatFactorySpi. createFormat()
-
Uses of AbstractGridFormat in org.geotools.vsi
Subclasses of AbstractGridFormat in org.geotools.vsi Modifier and Type Class Description class
VSIFormat
-