class EqualPartitioning extends Serializable

The Class EqualPartitioning.

Linear Supertypes
Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EqualPartitioning
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new EqualPartitioning(boundary: Envelope, partitions: Int)

    Instantiates a new equal partitioning.

    Instantiates a new equal partitioning.

    boundary

    the boundary

    partitions

    the partitions

  2. new EqualPartitioning(grids: List[Envelope])

Value Members

  1. def getGrids(): List[Envelope]

    Gets the grids.

    Gets the grids.

    returns

    the grids

  2. def getKeys(geometry: Geometry): Set[Integer]
  3. def placeObject(geometry: Geometry): Iterator[(Integer, Geometry)]