Package

astraea.spark.rasterframes

encoders

Permalink

package encoders

Module utilities

Since

9/25/17

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. encoders
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait StandardEncoders extends AnyRef

    Permalink

    Implicit encoder definitions for RasterFrame types.

Value Members

  1. object CRSEncoder

    Permalink

    Custom encoder for GT CRS.

    Custom encoder for GT CRS.

    Since

    7/21/17

  2. object CellTypeEncoder

    Permalink

    Custom encoder for GT CellType.

    Custom encoder for GT CellType. It's necessary since CellType is a type alias of a type intersection.

    Since

    7/21/17

  3. object DelegatingSubfieldEncoder

    Permalink

    Encoder builder for types composed of other fields with {{ExpressionEncoder}}s.

    Encoder builder for types composed of other fields with {{ExpressionEncoder}}s.

    Since

    8/2/17

  4. object EnvelopeEncoder

    Permalink

    Spark DataSet codec for JTS Envelope.

    Spark DataSet codec for JTS Envelope.

    Since

    2/22/18

  5. object ProjectedExtentEncoder

    Permalink

    Custom encoder for ProjectedExtent.

    Custom encoder for ProjectedExtent. Necessary because CRS isn't a case class.

    Since

    8/2/17

  6. object StandardEncoders extends StandardEncoders

    Permalink
  7. object StringBackedEncoder

    Permalink

    Generalized operations for creating an encoder when the type can be represented as a Catalyst string.

    Generalized operations for creating an encoder when the type can be represented as a Catalyst string.

    Since

    1/16/18

  8. object TemporalProjectedExtentEncoder

    Permalink

    Custom encoder for ProjectedExtent.

    Custom encoder for ProjectedExtent. Necessary because geotrellis.proj4.CRS within ProjectedExtent isn't a case class, and ZonedDateTime doesn't have a natural encoder.

    Since

    8/2/17

  9. object TileLayerMetadataEncoder

    Permalink

    Specialized encoder for TileLayerMetadata, necessary to be able to delegate to the speciallized cell type and crs encoders.

    Specialized encoder for TileLayerMetadata, necessary to be able to delegate to the speciallized cell type and crs encoders.

    Since

    7/21/17

  10. object URIEncoder

    Permalink

    Custom Encoder for allowing friction-free use of URIs in DataFrames.

    Custom Encoder for allowing friction-free use of URIs in DataFrames.

    Since

    1/16/18

Inherited from AnyRef

Inherited from Any

Ungrouped