Package | Description |
---|---|
org.opentripplanner.common.geometry |
Modifier and Type | Class and Description |
---|---|
class |
SparseMatrixZSampleGrid<TZ>
A generic indexed grid of Z samples.
|
Modifier and Type | Method and Description |
---|---|
DelaunayTriangulation<TZ> |
ZSampleGrid.delaunayTriangulate()
TODO The mapping between a ZSampleGrid and a DelaunayTriangulation should not be part of an
interface but extracted to a converter.
|
DelaunayTriangulation<TZ> |
SparseMatrixZSampleGrid.delaunayTriangulate() |
Constructor and Description |
---|
DelaunayIsolineBuilder(DelaunayTriangulation<TZ> triangulation,
IsolineBuilder.ZMetric<TZ> zMetric)
Create an object to compute isolines.
|
Copyright © 2019. All rights reserved.