Packages

package file

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class FileAttributeStore extends BlobLayerAttributeStore

    Stores and retrieves layer attributes from the file system.

  2. class FileCollectionLayerProvider extends AttributeStoreProvider with ValueReaderProvider with CollectionLayerReaderProvider

    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]

    Handles reading raster RDDs and their metadata from a filesystem.

  4. class FileLayerDeleter extends LayerDeleter[LayerId]
  5. case class FileLayerHeader(keyClass: String, valueClass: String, path: String, layerType: LayerType = AvroLayerType) extends LayerHeader with Product with Serializable
  6. class FileValueReader extends OverzoomingValueReader

Ungrouped