Packages

trait Methods[R] extends MethodExtensions[R]

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

Abstract Value Members

  1. abstract def self: R
    Definition Classes
    MethodExtensions

Concrete 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

  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