|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.coverage.grid.io.AbstractGridFormat
org.geotools.gce.geotiff.GeoTiffFormat
public final class GeoTiffFormat
Provides basic information about the GeoTIFF format IO. This is currently an extension of the Geotools AbstractGridFormat because the stream and file GCEs will pick it up if it extends AbstractGridFormat.
Field Summary |
---|
Fields inherited from class org.geotools.coverage.grid.io.AbstractGridFormat |
---|
GEOTOOLS_WRITE_PARAMS, mInfo, OVERVIEW_POLICY, READ_GRIDGEOMETRY2D, readParameters, USE_JAI_IMAGEREAD, writeParameters |
Constructor Summary | |
---|---|
GeoTiffFormat()
Creates a new instance of GeoTiffFormat |
Method Summary | |
---|---|
boolean |
accepts(java.lang.Object o)
Currently, we only accept files, and we open the file to verify that it has a GeoKeyDirectory tag. |
GeoToolsWriteParams |
getDefaultImageIOWriteParameters()
Returns an instance of GeoTiffWriteParams for controlling an
hypothetic writing process. |
GeoTiffReader |
getReader(java.lang.Object source)
If source is a file, this will return a reader object. |
GeoTiffReader |
getReader(java.lang.Object source,
Hints hints)
If source is a file, this will return a reader object. |
org.opengis.coverage.grid.GridCoverageWriter |
getWriter(java.lang.Object destination)
Retrieves a GeoTiffWriter or null if the provided
destination is suitable. |
org.opengis.coverage.grid.GridCoverageWriter |
getWriter(java.lang.Object destination,
Hints hints)
Retrieves a GeoTiffWriter or null if the provided
destination is suitable. |
Methods inherited from class org.geotools.coverage.grid.io.AbstractGridFormat |
---|
equals, getDefaultCRS, getDescription, getDocURL, getName, getReadParameters, getVendor, getVersion, getWriteParameters |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.opengis.coverage.grid.Format |
---|
getDescription, getDocURL, getName, getReadParameters, getVendor, getVersion, getWriteParameters |
Constructor Detail |
---|
public GeoTiffFormat()
Method Detail |
---|
public boolean accepts(java.lang.Object o)
accepts
in class AbstractGridFormat
o
- the source object to test for compatibility with this format.
public GeoTiffReader getReader(java.lang.Object source)
source
is a file, this will return a reader object.
This file does not use hints in the construction of the geotiff reader.
getReader
in class AbstractGridFormat
source
- must be a GeoTiff File
public GeoTiffReader getReader(java.lang.Object source, Hints hints)
source
is a file, this will return a reader object.
This file does not use hints in the construction of the geotiff reader.
getReader
in class AbstractGridFormat
source
- must be a GeoTiff Filehints
- Hints to pass the hypothetic GridCoverageReader
to
control its behaviour.
public org.opengis.coverage.grid.GridCoverageWriter getWriter(java.lang.Object destination, Hints hints)
GeoTiffWriter
or null
if the provided
destination
is suitable.
This file does not use hints in the construction of the geotiff reader.
destination
- must be a GeoTiff Filehints
- Hints to pass the hypothetic GridCoverageReader
to
control its behaviour.
public org.opengis.coverage.grid.GridCoverageWriter getWriter(java.lang.Object destination)
GeoTiffWriter
or null
if the provided
destination
is suitable.
This file does not use hints in the construction of the geotiff reader.
getWriter
in class AbstractGridFormat
destination
- must be a GeoTiff File
public GeoToolsWriteParams getDefaultImageIOWriteParameters()
GeoTiffWriteParams
for controlling an
hypothetic writing process.
getDefaultImageIOWriteParameters
in class AbstractGridFormat
GeoTiffWriteParams
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |