org.geotools.arcsde
Class ArcSDERasterFormatFactory

java.lang.Object
  extended by org.geotools.arcsde.ArcSDERasterFormatFactory
All Implemented Interfaces:
GridFormatFactorySpi, Factory, OptionalFactory

public class ArcSDERasterFormatFactory
extends java.lang.Object
implements GridFormatFactorySpi

Implementation of the GridCoverageFormat service provider interface for ArcSDE Databases. Based on the Arc Grid implementation.

Author:
Saul Farber (saul.farber), aaime, Simone Giannecchini (simboss)

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

LOGGER

protected static final java.util.logging.Logger LOGGER
package's logger

Constructor Detail

ArcSDERasterFormatFactory

public ArcSDERasterFormatFactory()
Method Detail

isAvailable

public boolean isAvailable()
Description copied from interface: OptionalFactory
Returns 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.

Specified by:
isAvailable in interface OptionalFactory
See Also:
OptionalFactory.isAvailable()

createFormat

public ArcSDERasterFormat createFormat()
Description copied from interface: GridFormatFactorySpi
Construct a live grid format.

Specified by:
createFormat in interface GridFormatFactorySpi
See Also:
GridFormatFactorySpi.createFormat()

getImplementationHints

public java.util.Map getImplementationHints()
Returns the implementation hints. The default implementation returns en empty map.

Specified by:
getImplementationHints in interface Factory
Returns:
the empty map, this factory make no use of any implementation hint so far


Copyright © 1996-2010 Geotools. All Rights Reserved.