Class

geotrellis.raster.crop

RasterTileFeatureCropMethods

Related Doc: package crop

Permalink

class RasterTileFeatureCropMethods[T <: CellGrid, D] extends TileCropMethods[TileFeature[Raster[T], D]]

Linear Supertypes
TileCropMethods[TileFeature[Raster[T], D]], CropMethods[TileFeature[Raster[T], D]], MethodExtensions[TileFeature[Raster[T], D]], Serializable, Serializable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RasterTileFeatureCropMethods
  2. TileCropMethods
  3. CropMethods
  4. MethodExtensions
  5. Serializable
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RasterTileFeatureCropMethods(self: TileFeature[Raster[T], D])(implicit arg0: (T) ⇒ TileCropMethods[T])

    Permalink

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def crop(gb: GridBounds, options: Options): TileFeature[Raster[T], D]

    Permalink

    Given a GridBounds and some cropping options, produce a new Raster.

    Given a GridBounds and some cropping options, produce a new Raster.

    Definition Classes
    RasterTileFeatureCropMethodsCropMethods
  7. def crop(extent: Extent): TileFeature[Raster[T], D]

    Permalink

    Given an Extent, produce a cropped Raster.

  8. def crop(srcExtent: Extent, extent: Extent, options: Options): TileFeature[Raster[T], D]

    Permalink

    Given a source Extent, a destination extent, and some cropping options, produce a cropped Tile.

    Given a source Extent, a destination extent, and some cropping options, produce a cropped Tile.

    Definition Classes
    RasterTileFeatureCropMethodsTileCropMethods
  9. def crop(extent: Extent, options: Options): TileFeature[Raster[T], D]

    Permalink
  10. def crop(srcExtent: Extent, extent: Extent): TileFeature[Raster[T], D]

    Permalink

    Given a source Extent and a destination extent produce a cropped Tile.

    Given a source Extent and a destination extent produce a cropped Tile.

    Definition Classes
    TileCropMethods
  11. def crop(colMin: Int, rowMin: Int, colMax: Int, rowMax: Int): TileFeature[Raster[T], D]

    Permalink

    Given the starting and stopping columns and rows, crop.

    Given the starting and stopping columns and rows, crop.

    Definition Classes
    CropMethods
  12. def crop(colMin: Int, rowMin: Int, colMax: Int, rowMax: Int, options: Options): TileFeature[Raster[T], D]

    Permalink

    Given the starting and stopping columns and rows and some cropping options, crop.

    Given the starting and stopping columns and rows and some cropping options, crop.

    Definition Classes
    CropMethods
  13. def crop(cols: Int, rows: Int): TileFeature[Raster[T], D]

    Permalink

    Given a number of columns and rows for the desired output, crop.

    Given a number of columns and rows for the desired output, crop.

    Definition Classes
    CropMethods
  14. def crop(cols: Int, rows: Int, options: Options): TileFeature[Raster[T], D]

    Permalink

    Given a number of columns and rows for the desired output and some cropping options, crop.

    Given a number of columns and rows for the desired output and some cropping options, crop.

    Definition Classes
    CropMethods
  15. def crop(windows: Seq[GridBounds]): Iterator[(GridBounds, TileFeature[Raster[T], D])]

    Permalink

    Crop out multiple GridBounds windows.

    Crop out multiple GridBounds windows.

    Definition Classes
    CropMethods
  16. def crop(gb: GridBounds): TileFeature[Raster[T], D]

    Permalink

    Given a GridBounds, crop.

    Given a GridBounds, crop.

    Definition Classes
    CropMethods
  17. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  26. val self: TileFeature[Raster[T], D]

    Permalink
  27. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from TileCropMethods[TileFeature[Raster[T], D]]

Inherited from CropMethods[TileFeature[Raster[T], D]]

Inherited from MethodExtensions[TileFeature[Raster[T], D]]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped