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 classUnknownFormatThis class can be used when a properFormatcannot be found for some input sources.Methods in org.geotools.coverage.grid.io that return AbstractGridFormat Modifier and Type Method Description AbstractGridFormatGridFormatFactorySpi. createFormat()Construct a live grid format.static AbstractGridFormatGridFormatFinder. findFormat(Object o)Returns aFormatthat is able to read a certain object.static AbstractGridFormatGridFormatFinder. findFormat(Object o, Hints hints)Returns aFormatthat 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 classGRIBFormatMethods in org.geotools.coverage.io.grib that return AbstractGridFormat Modifier and Type Method Description AbstractGridFormatGRIBFormatFactorySPI. createFormat() -
Uses of AbstractGridFormat in org.geotools.coverage.io.netcdf
Subclasses of AbstractGridFormat in org.geotools.coverage.io.netcdf Modifier and Type Class Description classNetCDFFormatMethods in org.geotools.coverage.io.netcdf that return AbstractGridFormat Modifier and Type Method Description AbstractGridFormatNetCDFFormatFactorySPI. createFormat() -
Uses of AbstractGridFormat in org.geotools.coverageio
Methods in org.geotools.coverageio that return AbstractGridFormat Modifier and Type Method Description AbstractGridFormatBaseGridFormatFactorySPI. createFormat() -
Uses of AbstractGridFormat in org.geotools.coverageio.gdal
Subclasses of AbstractGridFormat in org.geotools.coverageio.gdal Modifier and Type Class Description classBaseGDALGridFormatA 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 classAIGFormatAn implementation ofFormatfor 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 classDTEDFormatAn implementation ofFormatfor 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 classECWFormatAn implementation ofFormatfor 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 classEsriHdrFormatAn implementation ofFormatfor 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 classEnviHdrFormat -
Uses of AbstractGridFormat in org.geotools.coverageio.gdal.erdasimg
Subclasses of AbstractGridFormat in org.geotools.coverageio.gdal.erdasimg Modifier and Type Class Description classErdasImgFormatAn implementation aFormatfor 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 classIDRISIFormatAn implementation ofFormatfor 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 classJP2ECWFormatAn implementation ofFormatfor 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 classJP2KFormatAn implementation ofFormatfor 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 classJP2MrSIDFormatAn implementation ofFormatfor 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 classMrSIDFormatAn implementation ofFormatfor 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 classNITFFormatAn implementation ofFormatfor 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 classRPFTOCFormatAn implementation ofFormatfor 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 classSRPFormatAn implementation ofFormatfor 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 classVRTFormatAn implementation ofFormatfor the VRT format -
Uses of AbstractGridFormat in org.geotools.coverageio.jp2k
Subclasses of AbstractGridFormat in org.geotools.coverageio.jp2k Modifier and Type Class Description classJP2KFormatAn implementation ofFormatfor the JP2K format. -
Uses of AbstractGridFormat in org.geotools.gce.arcgrid
Subclasses of AbstractGridFormat in org.geotools.gce.arcgrid Modifier and Type Class Description classArcGridFormatAn implementation aFormatfor 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 classGeoTiffFormatProvides basic information about the GeoTIFF format IO.Methods in org.geotools.gce.geotiff that return AbstractGridFormat Modifier and Type Method Description AbstractGridFormatGeoTiffFormatFactorySpi. createFormat()Creates and returns a new instance of theGeoTiffFormatclass 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 classGrassCoverageFormatProvides 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 classWorldImageFormatA 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 classImageMosaicFormatAbstractGridFormatsubclass for controllingImageMosaicReadercreation.Fields in org.geotools.gce.imagemosaic declared as AbstractGridFormat Modifier and Type Field Description protected AbstractGridFormatDefaultGranuleAccessProvider. formatprotected AbstractGridFormatDefaultGranuleAccessProvider. suggestedFormatMethods in org.geotools.gce.imagemosaic that return AbstractGridFormat Modifier and Type Method Description AbstractGridFormatImageMosaicFormatFactory. createFormat()static AbstractGridFormatDefaultGranuleAccessProvider. createFormatInstance(String formatClass)AbstractGridFormatImageMosaicConfigHandler. getCachedFormat()AbstractGridFormatDefaultGranuleAccessProvider. getFormat()AbstractGridFormatGranuleAccessProvider. 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 voidGranuleDescriptor. init(BoundingBox granuleBBOX, URL granuleUrl, AbstractGridFormat suggestedFormat, ImageReaderSpi suggestedSPI, ImageInputStreamSpi suggestedIsSPI, MultiLevelROI roiProvider, boolean heterogeneousGranules, boolean handleArtifactsFiltering, Hints hints)voidImageMosaicConfigHandler. 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 theGranuleDescriptorassuming 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 AbstractGridFormatCatalogConfigurationBean. suggestedFormat() -
Uses of AbstractGridFormat in org.geotools.gce.imagepyramid
Subclasses of AbstractGridFormat in org.geotools.gce.imagepyramid Modifier and Type Class Description classImagePyramidFormatThis 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 classPGRasterFormatCoverage 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 classGeoPackageFormatGeoPackage Grid Format (supports the GP mosaic datastore).Methods in org.geotools.geopkg.mosaic that return AbstractGridFormat Modifier and Type Method Description AbstractGridFormatGeoPackageFormatFactorySpi. createFormat() -
Uses of AbstractGridFormat in org.geotools.mbtiles.mosaic
Subclasses of AbstractGridFormat in org.geotools.mbtiles.mosaic Modifier and Type Class Description classMBTilesFormatMethods in org.geotools.mbtiles.mosaic that return AbstractGridFormat Modifier and Type Method Description AbstractGridFormatMBTilesFormatFactorySpi. createFormat() -
Uses of AbstractGridFormat in org.geotools.tpk
Subclasses of AbstractGridFormat in org.geotools.tpk Modifier and Type Class Description classTPKFormatMethods in org.geotools.tpk that return AbstractGridFormat Modifier and Type Method Description AbstractGridFormatTPKFormatFactorySpi. createFormat() -
Uses of AbstractGridFormat in org.geotools.vsi
Subclasses of AbstractGridFormat in org.geotools.vsi Modifier and Type Class Description classVSIFormat
-