|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.arcsde.ArcSDERasterFormatFactory
public class ArcSDERasterFormatFactory
Implementation of the GridCoverageFormat service provider interface for ArcSDE Databases. Based on the Arc Grid implementation.
Field Summary | |
---|---|
protected static java.util.logging.Logger |
LOGGER
package's logger |
Constructor Summary | |
---|---|
ArcSDERasterFormatFactory()
|
Method Summary | |
---|---|
ArcSDERasterFormat |
createFormat()
Construct a live grid format. |
java.util.Map |
getImplementationHints()
Returns the implementation hints. |
boolean |
isAvailable()
Returns true if this factory is ready for use. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final java.util.logging.Logger LOGGER
Constructor Detail |
---|
public ArcSDERasterFormatFactory()
Method Detail |
---|
public boolean isAvailable()
OptionalFactory
true
if this factory is ready for use.
An optional factory may returns false
for now but returns true
later.
However, the converse is not recommended.
isAvailable
in interface OptionalFactory
OptionalFactory.isAvailable()
public ArcSDERasterFormat createFormat()
GridFormatFactorySpi
createFormat
in interface GridFormatFactorySpi
GridFormatFactorySpi.createFormat()
public java.util.Map getImplementationHints()
getImplementationHints
in interface Factory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |