| java.lang.Object org.geotools.gce.gtopo30.GTopo30FormatFactory
GTopo30FormatFactory | public class GTopo30FormatFactory implements GridFormatFactorySpi(Code) | | The GTopo30FormatFactory will be discovered by the GridFormatFinder. Use the
standard Geotools method of discovering a factory in order to create a
format.
author: Simone Giannecchini author: mkraemer |
createFormat | public Format createFormat()(Code) | | Creates a new instance of GTopo30Format
an instance of GTopo30Format |
getImplementationHints | public Map getImplementationHints()(Code) | | Returns the implementation hints
the implementation hints (an empty map, actually) |
isAvailable | public boolean isAvailable()(Code) | | Checks for the JAI library which is needed by the GTopo30DataSource
true if all libraries are available |
|
|