geotrellis.vector.op

geometry

package geometry

Visibility
  1. Public
  2. All

Type Members

  1. case class Intersect(p: Op[Polygon], e: Op[Extent]) extends Op2[Polygon, Extent, List[Polygon]] with Product with Serializable

    Return the intersection of two geometries.

  2. case class SimplePolygon(pts: Op[Array[(Double, Double)]], v: Op[Int]) extends Op2[Array[(Double, Double)], Int, Polygon] with Product with Serializable

    Create a Polygon from an array of coordinates represented as a tuple (x,y).