Object/Class

geotrellis.engine

RasterSource

Related Docs: class RasterSource | package engine

Permalink

object RasterSource

Annotations
@deprecated
Deprecated

(Since version Geotrellis Version 0.10) geotrellis-engine has been deprecated

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

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def apply(r: Tile, extent: Extent): RasterSource

    Permalink
  5. def apply(raster: Op[Tile], extent: Op[Extent])(implicit d: DI, d2: DI): RasterSource

    Permalink
  6. def apply(compositeTile: Op[CompositeTile], extent: Op[Extent])(implicit d: DI): RasterSource

    Permalink
  7. def apply(compositeTile: CompositeTile, extent: Extent): RasterSource

    Permalink

    Create a RasterSource who's tile ops are the tiles of a CompositeTile.

  8. def apply(rasterDef: Op[RasterDefinition], tileOps: Op[Seq[Op[Tile]]]): RasterSource

    Permalink
  9. def apply(rasterDef: Op[RasterDefinition], targetExtent: Option[RasterExtent]): RasterSource

    Permalink
  10. def apply(rasterDef: Op[RasterDefinition], targetExtent: RasterExtent): RasterSource

    Permalink
  11. def apply(rasterDef: Op[RasterDefinition]): RasterSource

    Permalink
  12. def apply(layerId: LayerId, rasterExtent: RasterExtent): RasterSource

    Permalink
  13. def apply(layerId: LayerId): RasterSource

    Permalink
  14. def apply(store: String, name: String, rasterExtent: RasterExtent): RasterSource

    Permalink
  15. def apply(store: String, name: String): RasterSource

    Permalink
  16. def apply(name: String, rasterExtent: RasterExtent): RasterSource

    Permalink
  17. def apply(name: String): RasterSource

    Permalink
  18. def apply(rasterLayer: Op[RasterLayer], targetExtent: Option[RasterExtent])(implicit d: DI): RasterSource

    Permalink
  19. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  20. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  23. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. def fromPath(path: String, targetExtent: Option[RasterExtent]): RasterSource

    Permalink
  25. def fromPath(path: String, rasterExtent: RasterExtent): RasterSource

    Permalink
  26. def fromPath(path: String): RasterSource

    Permalink
  27. def fromUrl(jsonUrl: String, targetExtent: Option[RasterExtent]): RasterSource

    Permalink
  28. def fromUrl(jsonUrl: String, targetExtent: RasterExtent): RasterSource

    Permalink
  29. def fromUrl(jsonUrl: String): RasterSource

    Permalink
  30. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  31. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  32. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  33. def layerExists(layerName: String): Boolean

    Permalink
  34. def layerExists(layerId: LayerId): Boolean

    Permalink
  35. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  36. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  37. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  39. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  40. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped