|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.data.coverage.grid.GridFormatFinder
Enable programs to find all available grid format implementations.
In order to be located by this finder datasources must provide an
implementation of the GridFormatFactorySpi
interface.
In addition to implementing this interface datasouces should have a services
file:META-INF/services/org.geotools.data.GridFormatFactorySpi
The file should contain a single line which gives the full name of the implementing class.
Example:org.geotools.data.mytype.MyTypeDataStoreFacotry
Method Summary | |
static org.opengis.coverage.grid.Format |
findFormat(java.lang.Object o)
|
static java.util.Iterator |
getAvailableFormats()
Finds all implemtaions of DataStoreFactory which have registered using the services mechanism, and that have the appropriate libraries on the classpath. |
static org.opengis.coverage.grid.Format[] |
getFormatArray()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static java.util.Iterator getAvailableFormats()
public static org.opengis.coverage.grid.Format[] getFormatArray()
public static org.opengis.coverage.grid.Format findFormat(java.lang.Object o)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |