|
||||||||||
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.arcsde.raster.gce.ArcSDERasterFormat
public final class ArcSDERasterFormat
An implementation of the ArcSDE Raster Format. Based on the ArcGrid module.
Field Summary | |
---|---|
protected static java.util.logging.Logger |
LOGGER
|
Fields inherited from class org.geotools.coverage.grid.io.AbstractGridFormat |
---|
GEOTOOLS_WRITE_PARAMS, mInfo, OVERVIEW_POLICY, READ_GRIDGEOMETRY2D, readParameters, USE_JAI_IMAGEREAD, writeParameters |
Method Summary | |
---|---|
boolean |
accepts(java.lang.Object input)
Tells me if this Format can read the provided input . |
static java.lang.String |
createRasterURL(ArcSDEConnectionConfig config,
java.lang.String rasterName)
|
GeoToolsWriteParams |
getDefaultImageIOWriteParameters()
Retrieves the default instance for the ArcSDERasterFormat of the
GeoToolsWriteParams to control the writing process. |
java.lang.String |
getDescription()
|
java.lang.String |
getDocURL()
|
static ArcSDERasterFormat |
getInstance()
|
java.lang.String |
getName()
|
AbstractGridCoverage2DReader |
getReader(java.lang.Object source)
Gets a GridCoverageReader for this format able to create
coverages out of the source object. |
AbstractGridCoverage2DReader |
getReader(java.lang.Object source,
Hints hints)
Gets a GridCoverageReader for this format able to create
coverages out of the source object using the provided
hints . |
java.lang.String |
getVendor()
|
java.lang.String |
getVersion()
|
org.opengis.coverage.grid.GridCoverageWriter |
getWriter(java.lang.Object destination)
Retrieves a GridCoverageWriter suitable for writing to the
provided destination with this format. |
static ArcSDEConnectionConfig |
sdeURLToConnectionConfig(java.lang.StringBuffer sdeUrl)
|
Methods inherited from class org.geotools.coverage.grid.io.AbstractGridFormat |
---|
equals, getDefaultCRS, getReadParameters, 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 |
---|
getReadParameters, getWriteParameters |
Field Detail |
---|
protected static final java.util.logging.Logger LOGGER
Method Detail |
---|
public static ArcSDERasterFormat getInstance()
public AbstractGridCoverage2DReader getReader(java.lang.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
- either a String
or File
instance representing the connection
URL
Format
or null.AbstractGridFormat.getReader(Object source)
public AbstractGridCoverage2DReader getReader(java.lang.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
- either a String
or File
instance representing the connection
URLhints
- The Hints
to use when trying to instantiate this
reader.
Format
or null.AbstractGridFormat.getReader(Object, Hints)
public org.opengis.coverage.grid.GridCoverageWriter getWriter(java.lang.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.AbstractGridFormat.getWriter(Object)
public boolean accepts(java.lang.Object input)
AbstractGridFormat
Format
can read the provided input
.
accepts
in class AbstractGridFormat
source
- either a String
or File
instance representing the connection
URL
AbstractGridFormat.accepts(Object input)
public java.lang.String getName()
getName
in interface org.opengis.coverage.grid.Format
getName
in class AbstractGridFormat
Format.getName()
public java.lang.String getDescription()
getDescription
in interface org.opengis.coverage.grid.Format
getDescription
in class AbstractGridFormat
Format.getDescription()
public java.lang.String getVendor()
getVendor
in interface org.opengis.coverage.grid.Format
getVendor
in class AbstractGridFormat
Format.getVendor()
public java.lang.String getDocURL()
getDocURL
in interface org.opengis.coverage.grid.Format
getDocURL
in class AbstractGridFormat
Format.getDocURL()
public java.lang.String getVersion()
getVersion
in interface org.opengis.coverage.grid.Format
getVersion
in class AbstractGridFormat
Format.getVersion()
public GeoToolsWriteParams getDefaultImageIOWriteParameters()
ArcSDERasterFormat
of the
GeoToolsWriteParams
to control the writing process.
getDefaultImageIOWriteParameters
in class AbstractGridFormat
ArcSDERasterFormat
of the
GeoToolsWriteParams
to control the writing process.AbstractGridFormat.getDefaultImageIOWriteParameters()
public static java.lang.String createRasterURL(ArcSDEConnectionConfig config, java.lang.String rasterName)
public static ArcSDEConnectionConfig sdeURLToConnectionConfig(java.lang.StringBuffer sdeUrl)
sdeUrl
- - A StringBuffer containing a string of form
'sde://user:pass@sdehost:[port]/[dbname]
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |