Packages

c

geotrellis.raster.Implicits

withCellFeaturesMethods

implicit class withCellFeaturesMethods[R] extends Methods[R]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. withCellFeaturesMethods
  2. Methods
  3. MethodExtensions
  4. Serializable
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new withCellFeaturesMethods(self: R)

Value Members

  1. def cellFeaturesAsArea[D](geom: Geometry, partial: Boolean = true)(implicit ev: CellFeatures[R, D]): Iterator[Feature[Polygon, D]]

    Produce cell features under geom as polygons covering the cell

    Produce cell features under geom as polygons covering the cell

    geom

    geometry filter, only cells under this geometry will be returned

    partial

    includes cells that partially intersect the geometry

    Definition Classes
    Methods
  2. def cellFeaturesAsPoint[D](geom: Geometry)(implicit ev: CellFeatures[R, D]): Iterator[Feature[Point, D]]

    Produce cell features under geom as points of cell centers

    Produce cell features under geom as points of cell centers

    geom

    geometry filter, only cells under this geometry will be returned

    Definition Classes
    Methods
  3. val self: R