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. Serializable
  6. Serializable
  7. Implicits
  8. KeyCodecs
  9. TemporalProjectedExtentCodec
  10. ProjectedExtentCodec
  11. ExtentCodec
  12. CRSCodec
  13. TileFeatureCodec
  14. ConstantTileCodecs
  15. TileCodecs
  16. AnyRef
  17. 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 AttributeStoreProvider extends AnyRef

    Permalink
  5. trait BlobLayerAttributeStore extends AttributeStore

    Permalink
  6. 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.

  7. abstract class CollectionLayerReader[ID] extends AnyRef

    Permalink
  8. trait DiscreteLayerAttributeStore extends AttributeStore

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

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

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

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

    Permalink
  13. implicit class GeoTiffInfoMethods extends AnyRef

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

    Permalink
  15. class InvalidLayerIdError extends LayerIOError

    Permalink
  16. trait LayerAttributeStore extends AnyRef

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

    Permalink
  18. trait LayerCopier[ID] extends AnyRef

    Permalink
  19. class LayerCopyError extends LayerIOError

    Permalink
  20. class LayerDeleteError extends LayerIOError

    Permalink
  21. trait LayerDeleter[ID] extends AnyRef

    Permalink
  22. class LayerEmptyBoundsError extends LayerIOError

    Permalink
  23. class LayerExistsError extends LayerIOError

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

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

    Permalink

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

  26. class LayerIOError extends Exception

    Permalink
  27. trait LayerManager[ID] extends AnyRef

    Permalink
  28. class LayerMoveError extends LayerIOError

    Permalink
  29. trait LayerMover[ID] extends AnyRef

    Permalink
  30. class LayerNotFoundError extends LayerIOError

    Permalink
  31. class LayerOutOfKeyBoundsError extends LayerIOError

    Permalink
  32. 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

  33. class LayerReadError extends LayerIOError

    Permalink
  34. trait LayerReader[ID] extends AnyRef

    Permalink
  35. trait LayerReaderProvider extends AnyRef

    Permalink
  36. class LayerReindexError extends LayerIOError

    Permalink
  37. trait LayerReindexer[ID] extends AnyRef

    Permalink
  38. class LayerUpdateError extends LayerIOError

    Permalink
  39. abstract class LayerUpdater[ID] extends AnyRef

    Permalink
  40. class LayerWriteError extends LayerIOError

    Permalink
  41. trait LayerWriter[ID] extends AnyRef

    Permalink
  42. trait LayerWriterProvider extends AnyRef

    Permalink
  43. trait OverzoomingValueReader extends ValueReader[LayerId]

    Permalink
  44. 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

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

    Permalink
  46. implicit class ThreadConfig extends AnyRef

    Permalink
  47. implicit class TryOption[T] extends AnyRef

    Permalink
  48. class ValueNotFoundError extends LayerIOError

    Permalink
  49. 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.

  50. trait ValueReaderProvider extends AnyRef

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

    Permalink

Abstract Value Members

  1. abstract def getClass(): Class[_]

    Permalink
    Definition Classes
    Any

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  4. object At

    Permalink
  5. object AttributeCaching

    Permalink
  6. object AttributeStore

    Permalink
  7. object Between

    Permalink
  8. implicit object CRSFormat extends RootJsonFormat[CRS]

    Permalink
    Definition Classes
    Implicits
  9. object Contains

    Permalink
  10. object GenericLayerMover

    Permalink
  11. object GenericLayerReindexer

    Permalink
  12. implicit object HilbertSpaceTimeKeyIndexFormat extends RootJsonFormat[HilbertSpaceTimeKeyIndex]

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

    Permalink
    Definition Classes
    KeyIndexFormats
  14. object Intersects

    Permalink
  15. object KeyIndexJsonFormatFactory

    Permalink
    Definition Classes
    KeyIndexFormats
  16. object LayerFilter

    Permalink
  17. object LayerHeader

    Permalink
  18. implicit object LayerIdFormat extends RootJsonFormat[LayerId]

    Permalink
    Definition Classes
    Implicits
  19. object LayerReader

    Permalink
  20. object LayerWriter extends LazyLogging

    Permalink
  21. implicit object LayoutDefinitionFormat extends RootJsonFormat[LayoutDefinition]

    Permalink
    Definition Classes
    Implicits
  22. object RasterReader extends Serializable

    Permalink
  23. implicit object RootDateTimeFormat extends RootJsonFormat[ZonedDateTime]

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

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

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

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

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

    Permalink
    Definition Classes
    KeyFormats
  29. object ValueReader

    Permalink
  30. implicit object ZSpaceTimeKeyIndexFormat extends RootJsonFormat[ZSpaceTimeKeyIndex]

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

    Permalink
    Definition Classes
    KeyIndexFormats
  32. package accumulo

    Permalink
  33. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  34. package avro

    Permalink
  35. implicit def bitArrayTileCodec: AvroRecordCodec[BitArrayTile]

    Permalink
    Definition Classes
    TileCodecs
  36. implicit def bitConstantTileCodec: AvroRecordCodec[BitConstantTile]

    Permalink
    Definition Classes
    ConstantTileCodecs
  37. implicit def byteArrayTileCodec: AvroRecordCodec[ByteArrayTile]

    Permalink
    Definition Classes
    TileCodecs
  38. implicit def byteConstantTileCodec: AvroRecordCodec[ByteConstantTile]

    Permalink
    Definition Classes
    ConstantTileCodecs
  39. package cassandra

    Permalink
  40. implicit def constantTileUnionCodec: AvroUnionCodec[ConstantTile]

    Permalink
    Definition Classes
    Implicits
  41. implicit def crsCodec: AvroRecordCodec[CRS]

    Permalink
    Definition Classes
    CRSCodec
  42. 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
  43. implicit def doubleConstantTileCodec: AvroRecordCodec[DoubleConstantTile]

    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
    ConstantTileCodecs
  44. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  45. implicit def extentCodec: AvroRecordCodec[Extent]

    Permalink
    Definition Classes
    ExtentCodec
  46. package file

    Permalink
  47. 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
  48. implicit def floatConstantTileCodec: AvroRecordCodec[FloatConstantTile]

    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
    ConstantTileCodecs
  49. package geomesa

    Permalink

  50. package hadoop

    Permalink
  51. def hashCode(): Int

    Permalink
    Definition Classes
    Any
  52. package hbase

    Permalink
  53. package http

    Permalink
  54. package index

    Permalink
  55. implicit def intArrayTileCodec: AvroRecordCodec[IntArrayTile]

    Permalink
    Definition Classes
    TileCodecs
  56. implicit def intConstantTileCodec: AvroRecordCodec[IntConstantTile]

    Permalink
    Definition Classes
    ConstantTileCodecs
  57. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  58. package json

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

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

    Permalink
    Definition Classes
    KeyIndexFormats
  61. package kryo

    Permalink
  62. implicit def multibandTileCodec: AvroRecordCodec[MultibandTile]

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

    Permalink
    Definition Classes
    TileFeatureCodec
  64. implicit def projectedExtentCodec: AvroRecordCodec[ProjectedExtent]

    Permalink
    Definition Classes
    ProjectedExtentCodec
  65. package s3

    Permalink
  66. implicit def shortArrayTileCodec: AvroRecordCodec[ShortArrayTile]

    Permalink
    Definition Classes
    TileCodecs
  67. implicit def shortConstantTileCodec: AvroRecordCodec[ShortConstantTile]

    Permalink
    Definition Classes
    ConstantTileCodecs
  68. package slippy

    Permalink
  69. implicit def spaceTimeKeyAvroFormat: AvroRecordCodec[SpaceTimeKey]

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

    Permalink
    Definition Classes
    KeyCodecs
  71. implicit def temporalProjectedExtentCodec: AvroRecordCodec[TemporalProjectedExtent]

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

    Permalink
    Definition Classes
    TileFeatureCodec
  73. 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
  74. implicit def tileUnionCodec: AvroUnionCodec[Tile]

    Permalink
    Definition Classes
    Implicits
  75. def toString(): String

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

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

    Permalink
    Definition Classes
    TileCodecs
  78. implicit def uByteConstantTileCodec: AvroRecordCodec[UByteConstantTile]

    Permalink
    Definition Classes
    ConstantTileCodecs
  79. implicit def uShortArrayTileCodec: AvroRecordCodec[UShortArrayTile]

    Permalink
    Definition Classes
    TileCodecs
  80. implicit def uShortConstantTileCodec: AvroRecordCodec[UShortConstantTile]

    Permalink
    Definition Classes
    ConstantTileCodecs

Inherited from io.json.Implicits

Inherited from KeyIndexFormats

Inherited from KeyFormats

Inherited from Serializable

Inherited from Serializable

Inherited from io.avro.codecs.Implicits

Inherited from KeyCodecs

Inherited from ProjectedExtentCodec

Inherited from ExtentCodec

Inherited from CRSCodec

Inherited from TileFeatureCodec

Inherited from ConstantTileCodecs

Inherited from TileCodecs

Inherited from AnyRef

Inherited from Any

Ungrouped