Package

geotrellis.store

file

Permalink

package file

Visibility
  1. Public
  2. All

Type Members

  1. class FileAttributeStore extends BlobLayerAttributeStore

    Permalink

    Stores and retrieves layer attributes from the file system.

  2. class FileCollectionLayerProvider extends AttributeStoreProvider with ValueReaderProvider with CollectionLayerReaderProvider

    Permalink

    Provides FileLayerReader instance for URI with file scheme.

    Provides FileLayerReader instance for URI with file scheme. The uri represents local path to catalog root. ex: file:/tmp/catalog

  3. class FileCollectionLayerReader extends CollectionLayerReader[LayerId]

    Permalink

    Handles reading raster RDDs and their metadata from a filesystem.

  4. class FileLayerDeleter extends LayerDeleter[LayerId]

    Permalink
  5. case class FileLayerHeader(keyClass: String, valueClass: String, path: String, layerType: LayerType = AvroLayerType) extends LayerHeader with Product with Serializable

    Permalink
  6. class FileValueReader extends OverzoomingValueReader

    Permalink

Ungrouped