Package | Description |
---|---|
de.lmu.ifi.dbs.elki.data.spatial |
Spatial data types - interfaces and utilities.
|
de.lmu.ifi.dbs.elki.datasource.parser |
Parsers for different file formats and data types.
|
de.lmu.ifi.dbs.elki.math.geometry |
Algorithms from computational geometry.
|
de.lmu.ifi.dbs.elki.result |
Result types, representation and handling
|
Modifier and Type | Field and Description |
---|---|
private Collection<Polygon> |
PolygonsObject.polygons
The polygons
|
Modifier and Type | Method and Description |
---|---|
Collection<Polygon> |
PolygonsObject.getPolygons()
Access the polygon data.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Polygon.intersects2DIncomplete(Polygon other)
Simple polygon intersection test.
|
Constructor and Description |
---|
PolygonsObject(Collection<Polygon> polygons)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
private List<Polygon> |
SimplePolygonParser.polys
(Reused) storage of polygons.
|
Modifier and Type | Method and Description |
---|---|
Polygon |
GrahamScanConvexHull2D.getHull()
Compute the convex hull, and return the resulting polygon.
|
Polygon |
SweepHullDelaunay2D.getHull()
Get the convex hull only.
|
Modifier and Type | Method and Description |
---|---|
List<Polygon> |
AlphaShape.compute() |
Modifier and Type | Method and Description |
---|---|
private DoubleObjPair<Polygon> |
KMLOutputHandler.buildHullsRecursively(Cluster<Model> clu,
Hierarchy<Cluster<Model>> hier,
Map<Object,DoubleObjPair<Polygon>> hulls,
Relation<? extends NumberVector> coords)
Recursively step through the clusters to build the hulls.
|
Modifier and Type | Method and Description |
---|---|
private DoubleObjPair<Polygon> |
KMLOutputHandler.buildHullsRecursively(Cluster<Model> clu,
Hierarchy<Cluster<Model>> hier,
Map<Object,DoubleObjPair<Polygon>> hulls,
Relation<? extends NumberVector> coords)
Recursively step through the clusters to build the hulls.
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.