public class ISubMap extends IMap
| Modifier and Type | Field and Description |
|---|---|
IMap |
map |
double |
u1 |
double |
u2 |
double |
v1 |
double |
v2 |
defaultDensityHeight, defaultDensityWidth, defaultExportHeight, defaultExportWidth, densityMinDelta, uIntegration, vIntegration| Constructor and Description |
|---|
ISubMap(IMap mp,
double ustart,
double uend,
double vstart,
double vend) |
| Modifier and Type | Method and Description |
|---|---|
double |
get(double u,
double v)
A main method to get a value of the map.
|
createImage, createImage, flipU, flipV, get, initDensityMapU, initDensityMapU, initDensityMapV, initDensityMapV, matchUDensityWithMap, matchUDensityWithMap, matchVDensityWithMap, matchVDensityWithMap, project, projectU, projectV, saveAsJPEG, saveAsJPEG, saveAsPNG, saveAsPNG, scaleDensityMapU, scaleDensityMapVpublic IMap map
public double u1
public double u2
public double v1
public double v2
public ISubMap(IMap mp, double ustart, double uend, double vstart, double vend)
public double get(double u,
double v)
IMap