org.geotools.coverageio.gdal.rpftoc
Class RPFTOCFormatFactory

Object
  extended by BaseGridFormatFactorySPI
      extended by RPFTOCFormatFactory
All Implemented Interfaces:
GridFormatFactorySpi, Factory, OptionalFactory

public final class RPFTOCFormatFactory
extends BaseGridFormatFactorySPI
implements GridFormatFactorySpi

Implementation of the Format service provider interface for RPFTOC files.

Since:
2.5.x
Author:
Daniele Romagnoli, GeoSolutions, Simone Giannecchini (simboss), GeoSolutions

Constructor Summary
RPFTOCFormatFactory()
           
 
Method Summary
 RPFTOCFormat createFormat()
          Creating a RPFTOCFormat
 boolean isAvailable()
          Tells me if the coverage plugin to access Erdas imagine is available or not.
 
Methods inherited from class BaseGridFormatFactorySPI
getImplementationHints
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface Factory
getImplementationHints
 

Constructor Detail

RPFTOCFormatFactory

public RPFTOCFormatFactory()
Method Detail

isAvailable

public boolean isAvailable()
Tells me if the coverage plugin to access Erdas imagine is available or not.

Specified by:
isAvailable in interface OptionalFactory
Overrides:
isAvailable in class BaseGridFormatFactorySPI
Returns:
true if the plugin is available, false otherwise.

createFormat

public RPFTOCFormat createFormat()
Creating a RPFTOCFormat

Specified by:
createFormat in interface GridFormatFactorySpi
Overrides:
createFormat in class BaseGridFormatFactorySPI
Returns:
A RPFTOCFormat


Copyright © 1996-2014 Geotools. All Rights Reserved.