|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAbstractGridFormat
ImageMosaicJDBCFormat
public class ImageMosaicJDBCFormat
AbstractGridFormat
sublass for controlling
ImageMosaicJDBCReader
creation.
As the name says, it handles mosaicing georeferenced images and image
pyramids, based on tiles stored in a JDBC database.
The stored tiles in the database could have any format jai can decode.
Field Summary | |
---|---|
static ParameterDescriptor<Color> |
OUTPUT_TRANSPARENT_COLOR
Control the transparency of the output coverage. |
Constructor Summary | |
---|---|
ImageMosaicJDBCFormat()
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. |
ImageMosaicJDBCReader |
getReader(Object source)
Gets a GridCoverageReader for this format able to create
coverages out of the source object. |
ImageMosaicJDBCReader |
getReader(Object source,
Hints hints)
Gets a GridCoverageReader for this format able to create
coverages out of the source object using the provided
hints . |
static URL |
getURLFromSource(Object source)
|
GridCoverageWriter |
getWriter(Object destination)
Retrieves a GridCoverageWriter suitable for writing to the
provided destination with this format. |
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 |
Field Detail |
---|
public static final ParameterDescriptor<Color> OUTPUT_TRANSPARENT_COLOR
Constructor Detail |
---|
public ImageMosaicJDBCFormat()
Method Detail |
---|
public static URL getURLFromSource(Object source)
public ImageMosaicJDBCReader getReader(Object source)
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
source
- The source object to parse.
Format
or null.org.geotools.data.coverage.grid.AbstractGridFormat#getReader(Object)
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 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 ImageMosaicJDBCReader getReader(Object source, 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
source
- The source object to parse. *hints
- The Hints
to use when trying to instantiate this
reader.
Format
or null.AbstractGridFormat.getReader(Object, Hints)
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 |