Package

org.locationtech.rasterframes

util

Permalink

package util

Internal utilities.

Since

12/18/17

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. util
  2. DataFrameRenderers
  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.layer.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 ConditionalApply[T] extends AnyVal

    Permalink
  4. implicit class Conditionalize[T] extends AnyRef

    Permalink
  5. implicit class DFWithPrettyPrint extends AnyRef

    Permalink
    Definition Classes
    DataFrameRenderers
  6. trait DataBiasedOp extends LocalTileBinaryOp

    Permalink
  7. trait DataFrameRenderers extends AnyRef

    Permalink

    DataFrame extension for rendering sample content in a number of ways

  8. implicit final class ExpressionWithName extends AnyVal

    Permalink
  9. trait GeoTiffInfoSupport extends AnyRef

    Permalink

    Utility mix-in for generating a tlm from GeoTiff headers.

    Utility mix-in for generating a tlm from GeoTiff headers.

    Since

    5/4/18

  10. implicit class GridHasGridBounds[N] extends AnyRef

    Permalink
  11. trait JsonCodecs extends AnyRef

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

    Permalink
  13. implicit final class NamedColumn extends AnyVal

    Permalink
  14. class RFKryoRegistrator extends KryoRegistrator

    Permalink

    Kryo registrator.

    Kryo registrator.

    Since

    10/29/18

  15. trait SubdivideSupport extends AnyRef

    Permalink

    Since

    4/5/18

  16. implicit final class TypeTagCanBeClassTag[T] extends AnyVal

    Permalink
  17. implicit class WithCombine[T] extends AnyRef

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

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

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

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

    Permalink

Value Members

  1. object ColorRampNames

    Permalink
  2. object DataBiasedOp extends Serializable

    Permalink

    Variations of the GeoTrellis local algebra operations, except that NoData combined with a value results in the value being returned.

    Variations of the GeoTrellis local algebra operations, except that NoData combined with a value results in the value being returned.

    Since

    10/5/17

  3. object JsonCodecs extends JsonCodecs

    Permalink
  4. object KryoSupport

    Permalink

    Support for serialization via pooled kryo instances.

    Support for serialization via pooled kryo instances.

    Since

    10/29/18

  5. 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

  6. object ResampleMethod

    Permalink
  7. object SubdivideSupport extends SubdivideSupport

    Permalink
  8. package debug

    Permalink

    Additional debugging routines.

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

    Since

    4/6/18

  9. def logger: Logger

    Permalink
    Attributes
    protected
  10. def registerResolution(sqlContext: SQLContext, rule: Rule[LogicalPlan]): Unit

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

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

    Permalink

    Applies the given thunk to the closable resource.

Inherited from DataFrameRenderers

Inherited from AnyRef

Inherited from Any

Ungrouped