|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAbstractGridFormat
ArcSDERasterFormat
public final class ArcSDERasterFormat
An implementation of the ArcSDE Raster Format. Based on the ArcGrid module.
Field Summary | |
---|---|
protected static Logger |
LOGGER
|
Fields inherited from class AbstractGridFormat |
---|
GEOTOOLS_WRITE_PARAMS, mInfo, OVERVIEW_POLICY, READ_GRIDGEOMETRY2D, readParameters, USE_JAI_IMAGEREAD, writeParameters |
Method Summary | |
---|---|
boolean |
accepts(Object input)
Tells me if this Format can read the provided input . |
GeoToolsWriteParams |
getDefaultImageIOWriteParameters()
Retrieves the default instance for the ArcSDERasterFormat of the
GeoToolsWriteParams to control the writing process. |
String |
getDescription()
|
String |
getDocURL()
|
static ArcSDERasterFormat |
getInstance()
|
String |
getName()
|
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()
|
String |
getVersion()
|
GridCoverageWriter |
getWriter(Object destination)
Retrieves a GridCoverageWriter suitable for writing to the
provided destination with this format. |
static ArcSDEDataStoreConfig |
sdeURLToConnectionConfig(StringBuffer sdeUrl)
|
Methods inherited from class AbstractGridFormat |
---|
equals, getDefaultCRS, getReadParameters, getWriteParameters |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface Format |
---|
getReadParameters, getWriteParameters |
Field Detail |
---|
protected static final Logger LOGGER
Method Detail |
---|
public static ArcSDERasterFormat getInstance()
public AbstractGridCoverage2DReader 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
- either a String
or File
instance representing the connection URL
Format
or null.AbstractGridFormat.getReader(Object source)
public AbstractGridCoverage2DReader 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
- 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)
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(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 String getName()
getName
in interface Format
getName
in class AbstractGridFormat
Format.getName()
public String getDescription()
getDescription
in interface Format
getDescription
in class AbstractGridFormat
Format.getDescription()
public String getVendor()
getVendor
in interface Format
getVendor
in class AbstractGridFormat
Format.getVendor()
public String getDocURL()
getDocURL
in interface Format
getDocURL
in class AbstractGridFormat
Format.getDocURL()
public String getVersion()
getVersion
in interface 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 ArcSDEDataStoreConfig sdeURLToConnectionConfig(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 |