public final class ArcSDERasterFormat extends AbstractGridFormat implements Format
| Modifier and Type | Field and Description |
|---|---|
protected static Logger |
LOGGER |
BACKGROUND_COLOR, BANDS, DECIMATION_POLICY, ELEVATION, FOOTPRINT_BEHAVIOR, GEOTOOLS_WRITE_PARAMS, INPUT_TRANSPARENT_COLOR, INTERPOLATION, mInfo, OVERVIEW_POLICY, PROGRESS_LISTENER, READ_GRIDGEOMETRY2D, readParameters, SUGGESTED_TILE_SIZE, TILE_SIZE_SEPARATOR, TIME, USE_JAI_IMAGEREAD, writeParameters| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(Object input,
Hints hints)
Tells me if this
Format can read the provided input. |
static String |
createRasterURL(ArcSDEConnectionConfig config,
String rasterName) |
GeoToolsWriteParams |
getDefaultImageIOWriteParameters()
Retrieves the default instance for the
ArcSDERasterFormat of the GeoToolsWriteParams to control the writing process. |
String |
getDescription()
Description of the file format.
|
String |
getDocURL()
Documentation URL for the format.
|
static ArcSDERasterFormat |
getInstance() |
String |
getName()
Name of the file format.
|
AbstractGridCoverage2DReader |
getReader(Object source)
Gets a
GridCoverageReader for this format able to create coverages out of the
source object. |
AbstractGridCoverage2DReader |
getReader(Object source,
Hints hints)
Gets a
GridCoverageReader for this format able to create coverages out of the
source object using the provided hints. |
String |
getVendor()
Vendor or agency for the format.
|
String |
getVersion()
Version number of the format.
|
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.
|
static ArcSDEConnectionConfig |
sdeURLToConnectionConfig(StringBuffer sdeUrl) |
accepts, equals, getDefaultCRS, getReadParameters, getWriteParametersclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetReadParameters, getWriteParametersprotected static final Logger LOGGER
public static ArcSDERasterFormat getInstance()
public AbstractGridCoverage2DReader getReader(Object source)
AbstractGridFormatGridCoverageReader 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 AbstractGridFormatsource - either a String or File instance representing the connection
URLFormat or null.AbstractGridFormat.getReader(Object source)public AbstractGridCoverage2DReader getReader(Object source, Hints hints)
AbstractGridFormatGridCoverageReader 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 AbstractGridFormatsource - 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 GridCoverageWriter getWriter(Object destination)
AbstractGridFormatGridCoverageWriter suitable for writing to the provided destination
with this format.
In case no writers are available null is returned.
getWriter in class AbstractGridFormatdestination - The destinatin where to write.GridCoverageWriter suitable for writing to the provided destination
with this format.AbstractGridFormat.getWriter(Object)public boolean accepts(Object input, Hints hints)
AbstractGridFormatFormat can read the provided input.accepts in class AbstractGridFormatsource - either a String or File instance representing the connection
URLAbstractGridFormat.accepts(Object input)public String getName()
FormatgetName in interface FormatgetName in class AbstractGridFormatFormat.getName()public String getDescription()
Formatnull.getDescription in interface FormatgetDescription in class AbstractGridFormatFormat.getDescription()public String getVendor()
FormatgetVendor in interface FormatgetVendor in class AbstractGridFormatFormat.getVendor()public String getDocURL()
FormatgetDocURL in interface FormatgetDocURL in class AbstractGridFormatFormat.getDocURL()public String getVersion()
FormatgetVersion in interface FormatgetVersion in class AbstractGridFormatFormat.getVersion()public GeoToolsWriteParams getDefaultImageIOWriteParameters()
ArcSDERasterFormat of the GeoToolsWriteParams to control the writing process.getDefaultImageIOWriteParameters in class AbstractGridFormatArcSDERasterFormat of the GeoToolsWriteParams to control the writing process.AbstractGridFormat.getDefaultImageIOWriteParameters()public static String createRasterURL(ArcSDEConnectionConfig config, String rasterName)
public static ArcSDEConnectionConfig sdeURLToConnectionConfig(StringBuffer sdeUrl)
sdeUrl - - A StringBuffer containing a string of form
'sde://user:pass@sdehost:[port]/[dbname]public GridCoverageWriter getWriter(Object destination, Hints hints)
AbstractGridFormatgetWriter in class AbstractGridFormatdestination - the destination object to write a WorldImage tohints - Hints to control the internal machinery.Copyright © 1996–2019 Geotools. All rights reserved.