Packages

c

geotrellis.raster.RasterRegion

GridBoundsRasterRegion

case class GridBoundsRasterRegion(source: RasterSource, bounds: GridBounds[Long]) extends RasterRegion with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GridBoundsRasterRegion
  2. Product
  3. Equals
  4. RasterRegion
  5. ProjectedRasterLike
  6. CellGrid
  7. GridIntegral
  8. Grid
  9. Serializable
  10. Serializable
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GridBoundsRasterRegion(source: RasterSource, bounds: GridBounds[Long])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val bounds: GridBounds[Long]
  6. def cellType: CellType
    Definition Classes
    GridBoundsRasterRegionCellGrid
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. def cols: Int
  9. def crs: CRS
  10. def dimensions: Dimensions[Int]
    Definition Classes
    GridIntegralGrid
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def extent: Extent
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. lazy val raster: Option[Raster[MultibandTile]]
    Definition Classes
    GridBoundsRasterRegionRasterRegion
    Annotations
    @transient()
  20. def rows: Int
  21. def size: Int
    Definition Classes
    GridIntegralGrid
  22. val source: RasterSource
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Product

Inherited from Equals

Inherited from RasterRegion

Inherited from ProjectedRasterLike

Inherited from CellGrid[Int]

Inherited from GridIntegral[Int]

Inherited from Grid[Int]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped