|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAbstractGridFormat
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.
trunk/gt/plugin
(gt-plugin.jar
) (Maven report) (SVN head)Field Summary |
---|
Fields inherited from class 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(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. |
GridCoverageReader |
getReader(Object source)
If source is a file, this will return a reader object. |
GridCoverageReader |
getReader(Object source,
Hints hints)
If source is a file, this will return a reader object. |
GridCoverageWriter |
getWriter(Object destination)
Retrieves a GeoTiffWriter or null if the provided
destination is suitable. |
GridCoverageWriter |
getWriter(Object destination,
Hints hints)
Retrieves a GeoTiffWriter or null if the provided
destination is suitable. |
Methods inherited from class AbstractGridFormat |
---|
equals, getDefaultCRS, getDescription, getDocURL, getName, getReadParameters, getVendor, getVersion, getWriteParameters |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface Format |
---|
getDescription, getDocURL, getName, getReadParameters, getVendor, getVersion, getWriteParameters |
Constructor Detail |
---|
public GeoTiffFormat()
Method Detail |
---|
public boolean accepts(Object o)
accepts
in class AbstractGridFormat
o
- the source object to test for compatibility with this format.
public GridCoverageReader getReader(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 GridCoverageReader getReader(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 GridCoverageWriter getWriter(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 GridCoverageWriter getWriter(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 |