Package

geotrellis.spark

io

Permalink

package io

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. io
  2. Implicits
  3. KeyIndexFormats
  4. KeyFormats
  5. Implicits
  6. KeyCodecs
  7. ExtentCodec
  8. VectorTileCodec
  9. TileFeatureCodec
  10. TileCodecs
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait AttributeCaching extends AnyRef

    Permalink
  2. class AttributeNotFoundError extends LayerIOError

    Permalink
  3. trait AttributeStore extends AttributeCaching with LayerAttributeStore

    Permalink
  4. trait BlobLayerAttributeStore extends AttributeStore

    Permalink
  5. class BoundLayerQuery[K, M, ReturnType] extends AnyRef

    Permalink

    Wrapper for LayerQuery that binds it to some function that is able to produce a resulting value.

  6. abstract class CollectionLayerReader[ID] extends AnyRef

    Permalink
  7. trait DiscreteLayerAttributeStore extends AttributeStore

    Permalink
  8. abstract class FilteringLayerReader[ID] extends LayerReader[ID]

    Permalink
  9. class GenericLayerCopier[Header] extends LayerCopier[LayerId]

    Permalink
  10. class GenericLayerMover[ID] extends LayerMover[ID]

    Permalink
  11. abstract class GenericLayerReindexer[Header] extends LayerReindexer[LayerId]

    Permalink
  12. class HeaderMatchError[T <: Product] extends LayerIOError

    Permalink
  13. class InvalidLayerIdError extends LayerIOError

    Permalink
  14. trait LayerAttributeStore extends AnyRef

    Permalink
  15. case class LayerAttributes[H, M, K](header: H, metadata: M, keyIndex: KeyIndex[K], schema: Schema) extends Product with Serializable

    Permalink
  16. trait LayerCopier[ID] extends AnyRef

    Permalink
  17. class LayerCopyError extends LayerIOError

    Permalink
  18. class LayerDeleteError extends LayerIOError

    Permalink
  19. trait LayerDeleter[ID] extends AnyRef

    Permalink
  20. class LayerEmptyBoundsError extends LayerIOError

    Permalink
  21. class LayerExistsError extends LayerIOError

    Permalink
  22. trait LayerFilter[K, F, T, M] extends AnyRef

    Permalink
    Annotations
    @implicitNotFound( ... )
  23. trait LayerHeader extends AnyRef

    Permalink

    Base trait for layer headers that store location information for a saved layer

  24. class LayerIOError extends Exception

    Permalink
  25. trait LayerManager[ID] extends AnyRef

    Permalink
  26. class LayerMoveError extends LayerIOError

    Permalink
  27. trait LayerMover[ID] extends AnyRef

    Permalink
  28. class LayerNotFoundError extends LayerIOError

    Permalink
  29. class LayerOutOfKeyBoundsError extends LayerIOError

    Permalink
  30. class LayerQuery[K, M] extends AnyRef

    Permalink

    Accumulation of LayerFilters that will be asked to filter layer KeyBounds

    Accumulation of LayerFilters that will be asked to filter layer KeyBounds

    K

    Type of key for the RDD being filtered

    M

    Type of metadata used for filtering

  31. class LayerReadError extends LayerIOError

    Permalink
  32. trait LayerReader[ID] extends AnyRef

    Permalink
  33. class LayerReindexError extends LayerIOError

    Permalink
  34. trait LayerReindexer[ID] extends AnyRef

    Permalink
  35. class LayerUpdateError extends LayerIOError

    Permalink
  36. abstract class LayerUpdater[ID] extends AnyRef

    Permalink
  37. class LayerWriteError extends LayerIOError

    Permalink
  38. trait LayerWriter[ID] extends AnyRef

    Permalink
  39. trait RasterReader[-O, R] extends Serializable

    Permalink

    Type class to read a raster either fully or partially from a ByteReader.

    Type class to read a raster either fully or partially from a ByteReader. This abstracts over the different ways to represent a GeoTiff values and different ways to key it.

    Option object is a type parameter such that novel ways of GeoTiff parsing can be provided by the user.

    O

    Options type that is used to configure the raster reading

    R

    Result of reading the raster bytes either fully or as a pixel window

  40. trait Reader[K, V] extends (K) ⇒ V

    Permalink
  41. implicit class ThreadConfig extends AnyRef

    Permalink
  42. implicit class TryOption[T] extends AnyRef

    Permalink
  43. class ValueNotFoundError extends LayerIOError

    Permalink
  44. trait ValueReader[ID] extends AnyRef

    Permalink

    A key-value reader producer to read a layer one value at a time.

    A key-value reader producer to read a layer one value at a time. This interface abstracts over various construction requirements for constructing a storage back-end specific reader.

  45. trait Writer[K, V] extends (K, V) ⇒ Unit

    Permalink

Value Members

  1. object At

    Permalink
  2. object AttributeStore

    Permalink
  3. object Between

    Permalink
  4. implicit object CRSFormat extends RootJsonFormat[CRS]

    Permalink
    Definition Classes
    Implicits
  5. object Contains

    Permalink
  6. object GenericLayerMover

    Permalink
  7. object GenericLayerReindexer

    Permalink
  8. implicit object HilbertSpaceTimeKeyIndexFormat extends RootJsonFormat[HilbertSpaceTimeKeyIndex]

    Permalink
    Definition Classes
    KeyIndexFormats
  9. implicit object HilbertSpatialKeyIndexFormat extends RootJsonFormat[HilbertSpatialKeyIndex]

    Permalink
    Definition Classes
    KeyIndexFormats
  10. object Intersects

    Permalink
  11. object KeyIndexJsonFormatFactory

    Permalink
    Definition Classes
    KeyIndexFormats
  12. object LayerFilter

    Permalink
  13. object LayerHeader

    Permalink
  14. implicit object LayerIdFormat extends RootJsonFormat[LayerId]

    Permalink
    Definition Classes
    Implicits
  15. object LayerReader

    Permalink
  16. implicit object LayoutDefinitionFormat extends RootJsonFormat[LayoutDefinition]

    Permalink
    Definition Classes
    Implicits
  17. object RasterReader extends Serializable

    Permalink
  18. implicit object RootDateTimeFormat extends RootJsonFormat[ZonedDateTime]

    Permalink
    Definition Classes
    Implicits
  19. implicit object RowMajorSpatialKeyIndexFormat extends RootJsonFormat[RowMajorSpatialKeyIndex]

    Permalink
    Definition Classes
    KeyIndexFormats
  20. implicit object SchemaFormat extends RootJsonFormat[Schema]

    Permalink
    Definition Classes
    Implicits
  21. implicit object SpaceTimeKeyFormat extends RootJsonFormat[SpaceTimeKey]

    Permalink
    Definition Classes
    KeyFormats
  22. implicit object SpatialKeyFormat extends RootJsonFormat[SpatialKey]

    Permalink
    Definition Classes
    KeyFormats
  23. implicit object TemporalKeyFormat extends RootJsonFormat[TemporalKey]

    Permalink
    Definition Classes
    KeyFormats
  24. implicit object ZSpaceTimeKeyIndexFormat extends RootJsonFormat[ZSpaceTimeKeyIndex]

    Permalink
    Definition Classes
    KeyIndexFormats
  25. implicit object ZSpatialKeyIndexFormat extends RootJsonFormat[ZSpatialKeyIndex]

    Permalink
    Definition Classes
    KeyIndexFormats
  26. package accumulo

    Permalink
  27. package avro

    Permalink
  28. implicit def bitArrayTileCodec: AvroRecordCodec[BitArrayTile]

    Permalink
    Definition Classes
    TileCodecs
  29. implicit def byteArrayTileCodec: AvroRecordCodec[ByteArrayTile]

    Permalink
    Definition Classes
    TileCodecs
  30. package cassandra

    Permalink
  31. implicit def doubleArrayTileCodec: AvroRecordCodec[DoubleArrayTile]

    Permalink

    Avro serialization doesn't support Float.NaN or Double.NaN.

    Avro serialization doesn't support Float.NaN or Double.NaN. Whereas a union of number and null is sufficient in cases where the nodata value for some domain is can be serialized (Int.MinValue is just another integer and, therefore, serializable without difficulty), we are in need of an alternative strategy for floating point serialization.

    To this end, we've serialized with a union of boolean and floating point values. noDataValue can either be: 1. true (and, therefore, ConstantNoData) 2. false (NoNoData) - OR - 3. a floating point value (which is a UserDefinedNoDataValue's value)

    Definition Classes
    TileCodecs
  32. implicit def extentCodec: AvroRecordCodec[Extent]

    Permalink
    Definition Classes
    ExtentCodec
  33. package file

    Permalink
  34. implicit def floatArrayTileCodec: AvroRecordCodec[FloatArrayTile]

    Permalink

    Avro serialization doesn't support Float.NaN or Double.NaN.

    Avro serialization doesn't support Float.NaN or Double.NaN. Whereas a union of number and null is sufficient in cases where the nodata value for some domain is can be serialized (Int.MinValue is just another integer and, therefore, serializable without difficulty), we are in need of an alternative strategy for floating point serialization.

    To this end, we've serialized with a union of boolean and floating point values. noDataValue can either be: 1. true (and, therefore, ConstantNoData) 2. false (NoNoData) - OR - 3. a floating point value (which is a UserDefinedNoDataValue's value)

    Definition Classes
    TileCodecs
  35. package geomesa

    Permalink

  36. package hadoop

    Permalink
  37. package hbase

    Permalink
  38. package index

    Permalink
  39. implicit def intArrayTileCodec: AvroRecordCodec[IntArrayTile]

    Permalink
    Definition Classes
    TileCodecs
  40. package json

    Permalink
  41. implicit def keyBoundsFormat[K](implicit arg0: JsonFormat[K]): RootJsonFormat[KeyBounds[K]]

    Permalink
    Definition Classes
    KeyFormats
  42. implicit def keyIndexJsonFormat[K](implicit arg0: ClassTag[K]): RootJsonFormat[KeyIndex[K]]

    Permalink
    Definition Classes
    KeyIndexFormats
  43. package kryo

    Permalink
  44. implicit def multibandTileCodec: AvroRecordCodec[MultibandTile]

    Permalink
    Definition Classes
    TileCodecs
  45. implicit def multibandTileFeatureCodec[T <: MultibandTile, D](implicit arg0: AvroRecordCodec[T], arg1: AvroRecordCodec[D]): AvroRecordCodec[TileFeature[T, D]]

    Permalink
    Definition Classes
    TileFeatureCodec
  46. package s3

    Permalink
  47. implicit def shortArrayTileCodec: AvroRecordCodec[ShortArrayTile]

    Permalink
    Definition Classes
    TileCodecs
  48. package slippy

    Permalink
  49. implicit def spaceTimeKeyAvroFormat: AvroRecordCodec[SpaceTimeKey]

    Permalink
    Definition Classes
    KeyCodecs
  50. implicit def spatialKeyAvroFormat: AvroRecordCodec[SpatialKey]

    Permalink
    Definition Classes
    KeyCodecs
  51. implicit def tileFeatureCodec[T <: Tile, D](implicit arg0: AvroRecordCodec[T], arg1: AvroRecordCodec[D]): AvroRecordCodec[TileFeature[T, D]]

    Permalink
    Definition Classes
    TileFeatureCodec
  52. implicit def tileLayerMetadataFormat[K](implicit arg0: SpatialComponent[K], arg1: JsonFormat[K]): RootJsonFormat[TileLayerMetadata[K]] { def write(metadata: geotrellis.spark.TileLayerMetadata[K]): spray.json.JsObject }

    Permalink
    Definition Classes
    Implicits
  53. implicit def tileUnionCodec: AvroUnionCodec[Tile]

    Permalink
    Definition Classes
    Implicits
  54. implicit def tupleCodec[A, B](implicit arg0: AvroRecordCodec[A], arg1: AvroRecordCodec[B]): TupleCodec[A, B]

    Permalink
    Definition Classes
    Implicits
  55. implicit def uByteArrayTileCodec: AvroRecordCodec[UByteArrayTile]

    Permalink
    Definition Classes
    TileCodecs
  56. implicit def uShortArrayTileCodec: AvroRecordCodec[UShortArrayTile]

    Permalink
    Definition Classes
    TileCodecs
  57. implicit def vectorTileCodec: AvroRecordCodec[VectorTile]

    Permalink

    Encode a VectorTile via Avro.

    Encode a VectorTile via Avro. This is the glue for Layer IO. At the moment, it assumes a Protobuf backend.

    Definition Classes
    VectorTileCodec

Inherited from Implicits

Inherited from KeyIndexFormats

Inherited from KeyFormats

Inherited from Implicits

Inherited from KeyCodecs

Inherited from ExtentCodec

Inherited from VectorTileCodec

Inherited from TileFeatureCodec

Inherited from TileCodecs

Inherited from AnyRef

Inherited from Any

Ungrouped