trait Methods[R] extends MethodExtensions[R]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- Methods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
def
self: R
- Definition Classes
- MethodExtensions
Concrete Value Members
-
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
-
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