|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GridFormatFactorySpi
Constructs a live GridCoverageFormat.
In addition to implementing this interface datastores should have a services file:
META-INF/services/org.geotools.data.GridCoverageFormatFactorySpi
The file should contain a single line which gives the full name of the implementing class.
example:e.g.
org.geotools.data.arcgrid.ArcGridFormatFactory
The factories are never called directly by users, instead the GridFormatFinder class is used.
| Method Summary | |
|---|---|
AbstractGridFormat |
createFormat()
Construct a live grid format. |
| Methods inherited from interface OptionalFactory |
|---|
isAvailable |
| Methods inherited from interface Factory |
|---|
getImplementationHints |
| Method Detail |
|---|
AbstractGridFormat createFormat()
IOException - (Warning: the rest of the javadoc comment was wrong)
if there were any problems creating or connecting
the datasource.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||