geotrellis.source

RasterSource

object RasterSource

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RasterSource
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def apply(r: Raster): RasterSource

  7. def apply(raster: Op[Raster])(implicit d: DI, d2: DI): RasterSource

  8. def apply(tiledRaster: Op[TileRaster])(implicit d: DI): RasterSource

  9. def apply(tiledRaster: TileRaster): RasterSource

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

  10. def apply(rasterDef: Op[RasterDefinition], tileOps: Op[Seq[Op[Raster]]]): RasterSource

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

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

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

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

  15. def apply(layerId: LayerId): RasterSource

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

  17. def apply(store: String, name: String): RasterSource

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

  19. def apply(name: String): RasterSource

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

  21. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  22. def clone(): AnyRef

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

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

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

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

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

  28. def fromPath(path: String): RasterSource

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

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

  31. def fromUrl(jsonUrl: String): RasterSource

  32. final def getClass(): Class[_]

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

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

    Definition Classes
    Any
  35. final def ne(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    AnyRef
  39. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped