Package

geotrellis.vector

testkit

Permalink

package testkit

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

Type Members

  1. case class ExtentMatcher(extent: Extent, tolerance: Double) extends Matcher[Extent] with Product with Serializable

    Permalink
  2. trait GeometryBuilder[T <: Geometry] extends AnyRef

    Permalink
  3. trait GeometryMatcher[T <: Geometry] extends Matcher[T]

    Permalink

Value Members

  1. object Arc

    Permalink
  2. object ArcPolygon

    Permalink
  3. object Circle

    Permalink
  4. object Ellipse

    Permalink
  5. object GeometryBuilder

    Permalink
  6. object GeometryMatcher

    Permalink
  7. object Rectangle

    Permalink
  8. object SineStar

    Permalink
  9. object Squircle

    Permalink
  10. object SuperCircle

    Permalink
  11. def matchGeom(g: Geometry, tolerance: Double): GeometryMatcher[Geometry]

    Permalink
  12. def matchGeom(g: Geometry): GeometryMatcher[Geometry]

    Permalink
  13. def matchGeom(g: Extent, tolerance: Double): ExtentMatcher

    Permalink
  14. def matchGeom(g: Extent): ExtentMatcher

    Permalink
  15. def matchGeom(g: GeometryCollection, tolerance: Double): GeometryMatcher[GeometryCollection]

    Permalink
  16. def matchGeom(g: GeometryCollection): GeometryMatcher[GeometryCollection]

    Permalink
  17. def matchGeom(g: MultiPolygon, tolerance: Double): GeometryMatcher[MultiPolygon]

    Permalink
  18. def matchGeom(g: MultiPolygon): GeometryMatcher[MultiPolygon]

    Permalink
  19. def matchGeom(g: MultiLine, tolerance: Double): GeometryMatcher[MultiLine]

    Permalink
  20. def matchGeom(g: MultiLine): GeometryMatcher[MultiLine]

    Permalink
  21. def matchGeom(g: MultiPoint, tolerance: Double): GeometryMatcher[MultiPoint]

    Permalink
  22. def matchGeom(g: MultiPoint): GeometryMatcher[MultiPoint]

    Permalink
  23. def matchGeom(g: Polygon, tolerance: Double): GeometryMatcher[Polygon]

    Permalink
  24. def matchGeom(g: Polygon): GeometryMatcher[Polygon]

    Permalink
  25. def matchGeom(g: Line, tolerance: Double): GeometryMatcher[Line]

    Permalink
  26. def matchGeom(g: Line): GeometryMatcher[Line]

    Permalink
  27. def matchGeom(g: Point, tolerance: Double): GeometryMatcher[Point]

    Permalink
  28. def matchGeom(g: Point): GeometryMatcher[Point]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped