|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAbstractGridFormat
ImagePyramidFormat
public final class ImagePyramidFormat
This class implements the basic format capabilities for a coverage format.
Field Summary |
---|
Constructor Summary | |
---|---|
ImagePyramidFormat()
Creates an instance and sets the metadata. |
Method Summary | |
---|---|
boolean |
accepts(Object source,
Hints hints)
Tells me if this Format can read the provided input . |
GeoToolsWriteParams |
getDefaultImageIOWriteParameters()
Throw an exception since this plugin is readonly. |
ImagePyramidReader |
getReader(Object source)
Retrieves a reader for this source object in case the provided source can be read using this plugin. |
ImagePyramidReader |
getReader(Object source,
Hints hints)
Retrieves a reader for this source object in case the provided source can be read using this plugin. |
GridCoverageWriter |
getWriter(Object destination)
This methods throw an UnsupportedOperationException because this
plugiin si read only. |
GridCoverageWriter |
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 ImagePyramidFormat()
Method Detail |
---|
public ImagePyramidReader getReader(Object source)
getReader
in class AbstractGridFormat
source
- Object
ImagePyramidReader
if the provided object can be read
using this plugin or null.public GridCoverageWriter getWriter(Object destination)
UnsupportedOperationException
because this
plugiin si read only.
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 source, Hints hints)
AbstractGridFormat
Format
can read the provided input
.
accepts
in class AbstractGridFormat
hints
- Hints
to control the accepts internal machinery.
org.geotools.data.coverage.grid.AbstractGridFormat#accepts(Object
input)
public ImagePyramidReader getReader(Object source, Hints hints)
getReader
in class AbstractGridFormat
source
- Objecthints
- Hints
to control the reader behaviour.
ImagePyramidReader
if the provided object can be read
using this plugin or null.public GeoToolsWriteParams getDefaultImageIOWriteParameters()
getDefaultImageIOWriteParameters
in class AbstractGridFormat
public GridCoverageWriter 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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |