Packages

object GeometryMatcher

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

Value Members

  1. def apply[T <: Geometry](geom: T, t: Double, matchFunc: (T, T, Double) ⇒ Boolean): GeometryMatcher[T]
  2. def matchGeometry(g1: Geometry, g2: Geometry, tolerance: Double): Boolean
  3. def matchGeometryCollection(gc1: GeometryCollection, gc2: GeometryCollection, tolerance: Double): Boolean
  4. def matchLine(l1: LineString, l2: LineString, tolerance: Double): Boolean
  5. def matchMultiLine(ml1: MultiLineString, ml2: MultiLineString, tolerance: Double): Boolean
  6. def matchMultiPoint(mp1: MultiPoint, mp2: MultiPoint, tolerance: Double): Boolean
  7. def matchMultiPolygon(mp1: MultiPolygon, mp2: MultiPolygon, tolerance: Double): Boolean
  8. def matchPoint(p1: Point, p2: Point, tolerance: Double): Boolean
  9. def matchPolygon(p1: Polygon, p2: Polygon, tolerance: Double): Boolean