Uses of Class
de.lmu.ifi.dbs.elki.data.spatial.Polygon
Packages that use Polygon
Package
Description
Spatial data types - interfaces and utilities.
Algorithms from computational geometry.
-
Uses of Polygon in de.lmu.ifi.dbs.elki.data.spatial
Methods in de.lmu.ifi.dbs.elki.data.spatial with parameters of type PolygonModifier and TypeMethodDescriptionboolean
Polygon.intersects2DIncomplete
(Polygon other) Simple polygon intersection test. -
Uses of Polygon in de.lmu.ifi.dbs.elki.math.geometry
Methods in de.lmu.ifi.dbs.elki.math.geometry that return PolygonModifier and TypeMethodDescriptionGrahamScanConvexHull2D.getHull()
Compute the convex hull, and return the resulting polygon.SweepHullDelaunay2D.getHull()
Get the convex hull only.Methods in de.lmu.ifi.dbs.elki.math.geometry that return types with arguments of type Polygon