Packages

c

geotrellis.raster.crop.Implicits

withSinglebandTileFeatureCropMethods

implicit class withSinglebandTileFeatureCropMethods[D] extends TileFeatureCropMethods[Tile, D]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. withSinglebandTileFeatureCropMethods
  2. TileFeatureCropMethods
  3. TileCropMethods
  4. CropMethods
  5. MethodExtensions
  6. Serializable
  7. Serializable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new withSinglebandTileFeatureCropMethods(self: TileFeature[Tile, D])

Value Members

  1. def crop(gb: GridBounds[Int], options: Options): TileFeature[Tile, D]

    Given a GridBounds and some cropping options, crop.

    Given a GridBounds and some cropping options, crop.

    Definition Classes
    TileFeatureCropMethodsCropMethods
  2. def crop(srcExtent: Extent, extent: Extent, options: Options): TileFeature[Tile, D]

    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
    TileFeatureCropMethodsTileCropMethods
  3. def crop(srcExtent: Extent, extent: Extent): TileFeature[Tile, D]

    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
  4. def crop(colMin: Int, rowMin: Int, colMax: Int, rowMax: Int): TileFeature[Tile, D]

    Given the starting and stopping columns and rows, crop.

    Given the starting and stopping columns and rows, crop.

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

    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
  6. def crop(cols: Int, rows: Int): TileFeature[Tile, D]

    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
  7. def crop(cols: Int, rows: Int, options: Options): TileFeature[Tile, D]

    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
  8. def crop(windows: Seq[GridBounds[Int]]): Iterator[(GridBounds[Int], TileFeature[Tile, D])]

    Crop out multiple GridBounds windows.

    Crop out multiple GridBounds windows.

    Definition Classes
    CropMethods
  9. def crop(gridBounds: GridBounds[Int]): TileFeature[Tile, D]

    Given a GridBounds, crop.

    Given a GridBounds, crop.

    Definition Classes
    CropMethods
  10. val self: TileFeature[Tile, D]