Package

geotrellis.vector

prepared

Permalink

package prepared

Visibility
  1. Public
  2. All

Type Members

  1. case class PreparedGeometry[G <: Geometry](geom: Geometry) extends Product with Serializable

    Permalink

    This case class provides functionality corresponding to JTS' prepared geometries.

    This case class provides functionality corresponding to JTS' prepared geometries. Prepared geometries carry out some computations which, in certain cases, provide significant performance enhancements to operations over those geometries. See Chris Bennight's writeup and benchmarks for more.

  2. trait PreparedGeometryMethods[G <: Geometry] extends MethodExtensions[G]

    Permalink

    Extension methods for PreparedGeometry instances

Value Members

  1. object PreparedGeometry extends Serializable

    Permalink

    Companion object to PreparedGeometry

Ungrouped