Class | Description |
---|---|
BufferedImageMapper |
Mapper which reads height information from the grayscale
values of a BufferedImage, normalized to range [0..1].
|
CustomGrid |
CustomGrid allows using a specific projection mapping.
|
OldRingTesselator | Deprecated |
OrthonormalGrid | |
OrthonormalTessellator |
The
OrthonormalTessellator checks that coordinates are lying on an orthormal grid,
and is able to provide a AbstractComposite made of Polygon s built according to this grid
On this model, one input coordinate is represented by one Polygon , for which each point is
a mean point between two grid ticks:
^ ^
| |
- + + + - + + +
| | *---*
- + o + >> - + | o | +
| | *---*
- + + + - + + +
| |
|---|---|---|--> |---|---|---|-->
In this figure, the representation of a coordinate ("o" on the left) is a polygon
made of mean points ("*" on the right) that require the existence of four surrounding
points (the "o" and the three "+") |
OrthonormalTessellatorLog | |
RingExtrapolator | |
RingGrid | |
RingTessellator | |
SphereScatterGenerator |
Copyright © 2016. All rights reserved.