|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAbstractGridFormat
GrassCoverageFormat
public final class GrassCoverageFormat
Provides basic information about the grass raster format IO.
Field Summary |
---|
Constructor Summary | |
---|---|
GrassCoverageFormat()
Creates an instance and sets the metadata. |
Method Summary | |
---|---|
boolean |
accepts(Object o,
Hints hints)
Tells me if this Format can read the provided input . |
GeoToolsWriteParams |
getDefaultImageIOWriteParameters()
Always returns null since for the moment there are no GeoToolsWriteParams availaible for this format. |
GrassCoverageReader |
getReader(Object o)
Gets a GridCoverageReader for this format able to create
coverages out of the source object. |
GrassCoverageReader |
getReader(Object o,
Hints hints)
Gets a GridCoverageReader for this format able to create
coverages out of the source object using the provided
hints . |
GridCoverageWriter |
getWriter(Object destination)
Retrieves a GridCoverageWriter suitable for writing to the
provided destination with this format. |
GrassCoverageWriter |
getWriter(Object destination,
Hints hints)
Call the accepts() method before asking for a writer to determine if the current object is supported. |
Methods inherited from class AbstractGridFormat |
---|
accepts, 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 GrassCoverageFormat()
Method Detail |
---|
public GrassCoverageReader getReader(Object o)
AbstractGridFormat
GridCoverageReader
for this format able to create
coverages out of the source
object.
In case this Format
cannot reader the provided
source
object null
is returned.
getReader
in class AbstractGridFormat
o
- The source object to parse.
Format
or null.public GrassCoverageWriter getWriter(Object destination, Hints hints)
AbstractGridFormat
getWriter
in class AbstractGridFormat
destination
- the destination object to write a WorldImage tohints
- Hints
to control the internal machinery.
public GridCoverageWriter getWriter(Object destination)
AbstractGridFormat
GridCoverageWriter
suitable for writing to the
provided destination
with this format.
In case no writers are availaible null
is returned.
getWriter
in class AbstractGridFormat
destination
- The destinatin where to write.
GridCoverageWriter
suitable for writing to the provided
destination
with this format.public boolean accepts(Object o, Hints hints)
AbstractGridFormat
Format
can read the provided input
.
accepts
in class AbstractGridFormat
hints
- Hints
to control the accepts internal machinery.
public GrassCoverageReader getReader(Object o, Hints hints)
AbstractGridFormat
GridCoverageReader
for this format able to create
coverages out of the source
object using the provided
hints
.
In case this Format
cannot reader the provided
source
object null
is returned.
getReader
in class AbstractGridFormat
o
- The source object to parse. *hints
- The Hints
to use when trying to instantiate this
reader.
Format
or null.public GeoToolsWriteParams getDefaultImageIOWriteParameters()
GeoToolsWriteParams
availaible for this format.
getDefaultImageIOWriteParameters
in class AbstractGridFormat
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |