Package

astraea.spark.rasterframes

util

Permalink

package util

Internal utilities.

Since

12/18/17

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

Type Members

  1. type BoundsComponentOf[K] = AnyRef { type Get[M] = geotrellis.util.GetComponent[M,geotrellis.spark.Bounds[K]] }

    Permalink

    Type lambda alias for components that have bounds with parameterized key.

  2. type CloseLike = AnyRef { def close(): Unit }

    Permalink

    Anything that structurally has a close method.

  3. implicit final class ConditionalMap[T] extends AnyVal

    Permalink
  4. implicit class Conditionalize[T] extends AnyRef

    Permalink
  5. type KeyMethodsProvider[K1, K2] = (K1) ⇒ TilerKeyMethods[K1, K2]

    Permalink
  6. implicit class NamedColumn extends AnyRef

    Permalink
  7. trait SubdivideSupport extends AnyRef

    Permalink

    Since

    4/5/18

  8. implicit final class TypeTagCanBeClassTag[T] extends AnyVal

    Permalink
  9. implicit class WithCombine[T] extends AnyRef

    Permalink
  10. type WithCropMethods[V <: CellGrid] = (V) ⇒ TileCropMethods[V]

    Permalink
  11. type WithMaskMethods[V] = (V) ⇒ TileMaskMethods[V]

    Permalink
  12. type WithMergeMethods[V] = (V) ⇒ TileMergeMethods[V]

    Permalink
  13. type WithPrototypeMethods[V <: CellGrid] = (V) ⇒ TilePrototypeMethods[V]

    Permalink
  14. implicit class WithWiden[A, B] extends AnyRef

    Permalink

Value Members

  1. object MultibandRender

    Permalink

    Rework of process courtesy of @lossyrob for creating natural color RGB images in GeoTrellis.

    Rework of process courtesy of @lossyrob for creating natural color RGB images in GeoTrellis.

    Source: https://goo.gl/9ewJCG

    Since

    3/27/18

  2. object SubdivideSupport extends SubdivideSupport

    Permalink
  3. package debug

    Permalink

    Additional debugging routines.

    Additional debugging routines. No guarantees these are or will remain stable.

    Since

    4/6/18

  4. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  5. def registerResolution(sqlContext: SQLContext, rule: Rule[LogicalPlan]): Unit

    Permalink
  6. def time[R](tag: String)(block: ⇒ R): R

    Permalink

    Report the time via slf4j it takes to execute a code block.

    Report the time via slf4j it takes to execute a code block. Annotated with given tag.

  7. def withResource[T <: CloseLike, R](t: T)(thunk: (T) ⇒ R): R

    Permalink

    Applies the given thunk to the closable resource.

Inherited from LazyLogging

Inherited from AnyRef

Inherited from Any

Ungrouped