Packages

c

geotrellis.raster.crop.Implicits

withMultibandRasterTileFeatureCropMethods

implicit class withMultibandRasterTileFeatureCropMethods[D] extends RasterTileFeatureCropMethods[MultibandTile, D]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. withMultibandRasterTileFeatureCropMethods
  2. RasterTileFeatureCropMethods
  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 withMultibandRasterTileFeatureCropMethods(self: TileFeature[Raster[MultibandTile], D])

Value Members

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

    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
  2. def crop(srcExtent: Extent, extent: Extent, options: Options): TileFeature[Raster[MultibandTile], D]
    Definition Classes
    RasterTileFeatureCropMethods
  3. def crop(extent: Extent, options: Options): TileFeature[Raster[MultibandTile], D]
    Definition Classes
    RasterTileFeatureCropMethods
  4. def crop(colMin: Int, rowMin: Int, colMax: Int, rowMax: Int): TileFeature[Raster[MultibandTile], 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[Raster[MultibandTile], 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[Raster[MultibandTile], 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[Raster[MultibandTile], 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[Raster[MultibandTile], D])]

    Crop out multiple GridBounds windows.

    Crop out multiple GridBounds windows.

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

    Given a GridBounds, crop.

    Given a GridBounds, crop.

    Definition Classes
    CropMethods
  10. implicit val ev: (Raster[MultibandTile]) ⇒ RasterCropMethods[MultibandTile]
    Definition Classes
    RasterTileFeatureCropMethods
  11. val self: TileFeature[Raster[MultibandTile], D]