|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Format | |
---|---|
org.geotools.arcsde.raster.gce | |
org.geotools.coverage.grid.io | |
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.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 | GRASS input/output drivers In this package the I/O drivers for reading and writing GRASS raster maps are placed. |
org.geotools.gce.grassraster.format | |
org.geotools.gce.gtopo30 | Data source for reading the GTOPO30 file format. |
org.geotools.gce.image | |
org.geotools.gce.imagemosaic | |
org.geotools.gce.imagemosaic.jdbc | |
org.geotools.gce.imagepyramid | |
org.geotools.geopkg.mosaic | |
org.opengis.coverage.grid | Quadrilateral grid coverages. |
Uses of Format in org.geotools.arcsde.raster.gce |
---|
Classes in org.geotools.arcsde.raster.gce that implement Format | |
---|---|
class |
ArcSDERasterFormat
An implementation of the ArcSDE Raster Format. |
Methods in org.geotools.arcsde.raster.gce that return Format | |
---|---|
Format |
ArcSDEGridCoverage2DReaderJAI.getFormat()
|
Uses of Format in org.geotools.coverage.grid.io |
---|
Classes in org.geotools.coverage.grid.io that implement Format | |
---|---|
class |
AbstractGridFormat
AbstractGridFormat is a convenience class so subclasses only need to populate a Map class and set the read and write parameter fields. |
class |
UnknownFormat
This class can be used when a proper Format cannot be found for some
input sources. |
Methods in org.geotools.coverage.grid.io that return Format | |
---|---|
static Format[] |
GridFormatFinder.getFormatArray()
Returns an array with all available GridFormatFactorySpi
implementations. |
Methods in org.geotools.coverage.grid.io with parameters of type Format | |
---|---|
boolean |
AbstractGridFormat.equals(Format f)
|
Uses of Format in org.geotools.coverageio.gdal |
---|
Classes in org.geotools.coverageio.gdal that implement Format | |
---|---|
class |
BaseGDALGridFormat
A Base abstract class implementing Format , to be extended by Formats
leveraging on GDAL. |
Uses of Format in org.geotools.coverageio.gdal.aig |
---|
Classes in org.geotools.coverageio.gdal.aig that implement Format | |
---|---|
class |
AIGFormat
An implementation of Format for the Arc/Info Binary Grid (AIG) format. |
Methods in org.geotools.coverageio.gdal.aig that return Format | |
---|---|
Format |
AIGReader.getFormat()
|
Uses of Format in org.geotools.coverageio.gdal.dted |
---|
Classes in org.geotools.coverageio.gdal.dted that implement Format | |
---|---|
class |
DTEDFormat
An implementation of Format for the DTED format. |
Methods in org.geotools.coverageio.gdal.dted that return Format | |
---|---|
Format |
DTEDReader.getFormat()
|
Uses of Format in org.geotools.coverageio.gdal.ecw |
---|
Classes in org.geotools.coverageio.gdal.ecw that implement Format | |
---|---|
class |
ECWFormat
An implementation of Format for the ECW format. |
Methods in org.geotools.coverageio.gdal.ecw that return Format | |
---|---|
Format |
ECWReader.getFormat()
|
Uses of Format in org.geotools.coverageio.gdal.ehdr |
---|
Classes in org.geotools.coverageio.gdal.ehdr that implement Format | |
---|---|
class |
EsriHdrFormat
An implementation of Format for the Esri Hdr format. |
Methods in org.geotools.coverageio.gdal.ehdr that return Format | |
---|---|
Format |
EsriHdrReader.getFormat()
|
Uses of Format in org.geotools.coverageio.gdal.envihdr |
---|
Classes in org.geotools.coverageio.gdal.envihdr that implement Format | |
---|---|
class |
EnviHdrFormat
|
Methods in org.geotools.coverageio.gdal.envihdr that return Format | |
---|---|
Format |
EnviHdrReader.getFormat()
|
Uses of Format in org.geotools.coverageio.gdal.erdasimg |
---|
Classes in org.geotools.coverageio.gdal.erdasimg that implement Format | |
---|---|
class |
ErdasImgFormat
An implementation a Format for the Erdas Imagine format. |
Methods in org.geotools.coverageio.gdal.erdasimg that return Format | |
---|---|
Format |
ErdasImgReader.getFormat()
|
Uses of Format in org.geotools.coverageio.gdal.idrisi |
---|
Classes in org.geotools.coverageio.gdal.idrisi that implement Format | |
---|---|
class |
IDRISIFormat
An implementation of Format for the IDRIS (RST) format. |
Methods in org.geotools.coverageio.gdal.idrisi that return Format | |
---|---|
Format |
IDRISIReader.getFormat()
|
Uses of Format in org.geotools.coverageio.gdal.jp2ecw |
---|
Classes in org.geotools.coverageio.gdal.jp2ecw that implement Format | |
---|---|
class |
JP2ECWFormat
An implementation of Format for the JP2K format based on the ECW
driver. |
Methods in org.geotools.coverageio.gdal.jp2ecw that return Format | |
---|---|
Format |
JP2ECWReader.getFormat()
|
Uses of Format in org.geotools.coverageio.gdal.jp2kak |
---|
Classes in org.geotools.coverageio.gdal.jp2kak that implement Format | |
---|---|
class |
JP2KFormat
An implementation of Format for the JP2K format. |
Methods in org.geotools.coverageio.gdal.jp2kak that return Format | |
---|---|
Format |
JP2KReader.getFormat()
|
Uses of Format in org.geotools.coverageio.gdal.jp2mrsid |
---|
Classes in org.geotools.coverageio.gdal.jp2mrsid that implement Format | |
---|---|
class |
JP2MrSIDFormat
An implementation of Format for the JP2K format based on the MrSID
driver. |
Methods in org.geotools.coverageio.gdal.jp2mrsid that return Format | |
---|---|
Format |
JP2MrSIDReader.getFormat()
|
Uses of Format in org.geotools.coverageio.gdal.mrsid |
---|
Classes in org.geotools.coverageio.gdal.mrsid that implement Format | |
---|---|
class |
MrSIDFormat
An implementation of Format for the MrSID format. |
Methods in org.geotools.coverageio.gdal.mrsid that return Format | |
---|---|
Format |
MrSIDReader.getFormat()
|
Uses of Format in org.geotools.coverageio.gdal.nitf |
---|
Classes in org.geotools.coverageio.gdal.nitf that implement Format | |
---|---|
class |
NITFFormat
An implementation of Format for the NITF format. |
Methods in org.geotools.coverageio.gdal.nitf that return Format | |
---|---|
Format |
NITFReader.getFormat()
|
Uses of Format in org.geotools.coverageio.gdal.rpftoc |
---|
Classes in org.geotools.coverageio.gdal.rpftoc that implement Format | |
---|---|
class |
RPFTOCFormat
An implementation of Format for the RPFTOC format. |
Methods in org.geotools.coverageio.gdal.rpftoc that return Format | |
---|---|
Format |
RPFTOCReader.getFormat()
|
Uses of Format in org.geotools.coverageio.jp2k |
---|
Methods in org.geotools.coverageio.jp2k that return Format | |
---|---|
Format |
JP2KReader.getFormat()
|
Uses of Format in org.geotools.gce.arcgrid |
---|
Classes in org.geotools.gce.arcgrid that implement Format | |
---|---|
class |
ArcGridFormat
An implementation a Format for the ASCII grid ESRI and GRASS format. |
Methods in org.geotools.gce.arcgrid that return Format | |
---|---|
Format |
ArcGridReader.getFormat()
|
Format |
ArcGridWriter.getFormat()
Creates a Format object describing the Arc Grid Format |
Uses of Format in org.geotools.gce.geotiff |
---|
Classes in org.geotools.gce.geotiff that implement Format | |
---|---|
class |
GeoTiffFormat
Provides basic information about the GeoTIFF format IO. |
Methods in org.geotools.gce.geotiff that return Format | |
---|---|
Format |
GeoTiffWriter.getFormat()
|
Format |
GeoTiffReader.getFormat()
|
Uses of Format in org.geotools.gce.grassraster |
---|
Methods in org.geotools.gce.grassraster that return Format | |
---|---|
Format |
GrassCoverageReader.getFormat()
|
Format |
GrassCoverageWriter.getFormat()
|
Uses of Format in org.geotools.gce.grassraster.format |
---|
Classes in org.geotools.gce.grassraster.format that implement Format | |
---|---|
class |
GrassCoverageFormat
Provides basic information about the grass raster format IO. |
Uses of Format in org.geotools.gce.gtopo30 |
---|
Classes in org.geotools.gce.gtopo30 that implement Format | |
---|---|
class |
GTopo30Format
Provides basic information about the GTOPO30 format IO. |
Methods in org.geotools.gce.gtopo30 that return Format | |
---|---|
Format |
GTopo30Reader.getFormat()
|
Format |
GTopo30Writer.getFormat()
|
Uses of Format in org.geotools.gce.image |
---|
Classes in org.geotools.gce.image that implement Format | |
---|---|
class |
WorldImageFormat
A Format to allow discovery of Readers/Writers for raster images that support world files containing information about the image. |
Methods in org.geotools.gce.image that return Format | |
---|---|
Format |
WorldImageReader.getFormat()
Returns the format that this Reader accepts. |
Format |
WorldImageWriter.getFormat()
(non-Javadoc) |
Uses of Format in org.geotools.gce.imagemosaic |
---|
Classes in org.geotools.gce.imagemosaic that implement Format | |
---|---|
class |
ImageMosaicFormat
AbstractGridFormat subclass for controlling ImageMosaicReader creation. |
Methods in org.geotools.gce.imagemosaic that return Format | |
---|---|
Format |
ImageMosaicReader.getFormat()
|
Uses of Format in org.geotools.gce.imagemosaic.jdbc |
---|
Classes in org.geotools.gce.imagemosaic.jdbc that implement Format | |
---|---|
class |
ImageMosaicJDBCFormat
AbstractGridFormat sublass for controlling
ImageMosaicJDBCReader creation. |
Methods in org.geotools.gce.imagemosaic.jdbc that return Format | |
---|---|
Format |
ImageMosaicJDBCReader.getFormat()
|
Uses of Format in org.geotools.gce.imagepyramid |
---|
Classes in org.geotools.gce.imagepyramid that implement Format | |
---|---|
class |
ImagePyramidFormat
This class implements the basic format capabilities for a coverage format. |
Methods in org.geotools.gce.imagepyramid that return Format | |
---|---|
Format |
ImagePyramidReader.getFormat()
|
Uses of Format in org.geotools.geopkg.mosaic |
---|
Classes in org.geotools.geopkg.mosaic that implement Format | |
---|---|
class |
GeoPackageFormat
|
Methods in org.geotools.geopkg.mosaic that return Format | |
---|---|
Format |
GeoPackageReader.getFormat()
|
Uses of Format in org.opengis.coverage.grid |
---|
Methods in org.opengis.coverage.grid that return Format | |
---|---|
Format |
GridCoverageReader.getFormat()
Returns the format handled by this GridCoverageReader . |
Format |
GridCoverageWriter.getFormat()
Returns the format handled by this GridCoverageWriter . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |