Uses of Class
org.apache.sis.internal.storage.esri.AsciiGridStoreProvider
Packages that use AsciiGridStoreProvider
Package
Description
Simple data store implementations for some ESRI grid formats (ASCII and binary).
-
Uses of AsciiGridStoreProvider in org.apache.sis.internal.storage.esri
Constructors in org.apache.sis.internal.storage.esri with parameters of type AsciiGridStoreProviderModifierConstructorDescription(package private)
AsciiGridStore
(AsciiGridStoreProvider provider, StorageConnector connector, boolean readOnly) Creates a new ASCII Grid store from the given file, URL or stream.WritableStore
(AsciiGridStoreProvider provider, StorageConnector connector) Creates a new ASCII Grid store from the given file, URL or stream.