geotrellis.spark.tiling

LayoutDefinition

case class LayoutDefinition(extent: Extent, tileLayout: TileLayout) extends Product with GridDefinition with Serializable

Defines tiled raster layout

extent

extent covered by the layout tiles, could be greater than extent of data in the layer

tileLayout

tile layout (tile cols, tile rows, tile pixel size)

Linear Supertypes
Serializable, Serializable, GridDefinition, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. LayoutDefinition
  2. Serializable
  3. Serializable
  4. GridDefinition
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LayoutDefinition(extent: Extent, tileLayout: TileLayout)

    extent

    extent covered by the layout tiles, could be greater than extent of data in the layer

    tileLayout

    tile layout (tile cols, tile rows, tile pixel size)

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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def cellSize: CellSize

    Definition Classes
    GridDefinition
  8. val cellheight: Double

    Definition Classes
    LayoutDefinition → GridDefinition
  9. val cellwidth: Double

    Definition Classes
    LayoutDefinition → GridDefinition
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def createAlignedGridExtent(targetExtent: Extent): GridExtent

    Definition Classes
    GridDefinition
  12. def createAlignedRasterExtent(targetExtent: Extent): RasterExtent

    Definition Classes
    GridDefinition
  13. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  14. val extent: Extent

    extent covered by the layout tiles, could be greater than extent of data in the layer

    extent covered by the layout tiles, could be greater than extent of data in the layer

    Definition Classes
    LayoutDefinition → GridDefinition
  15. def extentFor(gridBounds: GridBounds, clamp: Boolean): Extent

    Definition Classes
    GridDefinition
  16. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

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

    Definition Classes
    Any
  19. def layoutCols: Int

  20. def layoutRows: Int

  21. lazy val mapTransform: MapKeyTransform

  22. final def ne(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    AnyRef
  26. def tileCols: Int

  27. val tileLayout: TileLayout

    tile layout (tile cols, tile rows, tile pixel size)

  28. def tileRows: Int

  29. def toGridExtent: GridExtent

    Definition Classes
    GridDefinition
  30. def toRasterExtent(): RasterExtent

    Definition Classes
    GridDefinition
  31. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from GridDefinition

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped