|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectArcSDERasterFormatFactory
public class ArcSDERasterFormatFactory
Implementation of the GridCoverageFormat service provider interface for ArcSDE Databases. Based on the Arc Grid implementation.
Field Summary | |
---|---|
protected static Logger |
LOGGER
package's logger |
Constructor Summary | |
---|---|
ArcSDERasterFormatFactory()
|
Method Summary | |
---|---|
ArcSDERasterFormat |
createFormat()
Construct a live grid format. |
Map |
getImplementationHints()
Returns the implementation hints. |
boolean |
isAvailable()
Returns true if this factory is ready for use. |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final 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 Map getImplementationHints()
getImplementationHints
in interface Factory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |