Package | Description |
---|---|
org.osm2world.core | |
org.osm2world.core.map_elevation.creation | |
org.osm2world.core.world.data | |
org.osm2world.core.world.modules | |
org.osm2world.core.world.modules.common | |
org.osm2world.core.world.network |
functionality used by groups of features that aren't isolated, but form a "network" of nodes, ways and areas
|
org.osm2world.viewer.control.actions | |
org.osm2world.viewer.model | |
org.osm2world.viewer.view.debug |
Class and Description |
---|
EleConstraintEnforcer |
TerrainElevationData
a source of terrain elevation data.
|
TerrainInterpolator
strategy for elevation interpolation from a set of known points
|
Class and Description |
---|
DelaunayTriangulation.DelaunayTriangle
a triangle which is the dual of a site in the Voronoi Diagram.
|
DelaunayTriangulation.NaturalNeighbors |
EleConstraintEnforcer |
EleConstraintEnforcer.ConstraintType
whether a constraint requires a minimum, maximum or exact value
|
ElevationCalculator
calculates elevations using information from
MapData
and terrain elevation data
TODO new documentation |
LeastSquaresInterpolator.Polynomial |
LeastSquaresInterpolator.SiteWithPolynomial |
TagElevationCalculator
relies on tags that explicitly set elevation.
|
TerrainElevationData
a source of terrain elevation data.
|
TerrainInterpolator
strategy for elevation interpolation from a set of known points
|
Class and Description |
---|
EleConstraintEnforcer |
Class and Description |
---|
EleConstraintEnforcer |
Class and Description |
---|
EleConstraintEnforcer |
Class and Description |
---|
EleConstraintEnforcer |
Class and Description |
---|
EleConstraintEnforcer |
TerrainInterpolator
strategy for elevation interpolation from a set of known points
|
Class and Description |
---|
EleConstraintEnforcer |
TerrainInterpolator
strategy for elevation interpolation from a set of known points
|
Class and Description |
---|
InverseDistanceWeightingInterpolator |
LeastSquaresInterpolator
uses least squares method to approximate a polynomial at each site,
and calculates elevations based on the polynomials at the nearest sites.
|
LinearInterpolator
triangulates the point set of elevation sites,
then interpolates linearly within each triangle
(i.e.
|
NaturalNeighborInterpolator
uses natural neighbor interpolation of heights
|
TerrainElevationData
a source of terrain elevation data.
|
TerrainInterpolator
strategy for elevation interpolation from a set of known points
|