org.geotools.arcsde
Class ArcSDERasterFormatFactory

Object
  extended by ArcSDERasterFormatFactory
All Implemented Interfaces:
GridFormatFactorySpi, Factory, OptionalFactory

public class ArcSDERasterFormatFactory
extends 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 Logger LOGGER
          package's logger
 
Constructor Summary
ArcSDERasterFormatFactory()
           
 
Method Summary
 ArcSDERasterFormat createFormat()
          Construct a live grid format.
 Map<RenderingHints.Key,?> 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

LOGGER

protected static final 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 Map<RenderingHints.Key,?> 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-2014 Geotools. All Rights Reserved.