|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectigeo.IMap
igeo.ISubMap
public class ISubMap
A subclass of IMap defined by extracting part of another map.
Field Summary | |
---|---|
IMap |
map
|
double |
u1
|
double |
u2
|
double |
v1
|
double |
v2
|
Fields inherited from class igeo.IMap |
---|
defaultDensityHeight, defaultDensityWidth, densityMinDelta, uIntegration, vIntegration |
Constructor Summary | |
---|---|
ISubMap(IMap mp,
double ustart,
double uend,
double vstart,
double vend)
|
Method Summary | |
---|---|
double |
get(double u,
double v)
A main method to get a value of the map. |
Methods inherited from class igeo.IMap |
---|
createImage, flipU, flipV, get, initDensityMapU, initDensityMapU, initDensityMapV, initDensityMapV, matchUDensityWithMap, matchUDensityWithMap, matchVDensityWithMap, matchVDensityWithMap, project, projectU, projectV, scaleDensityMapU, scaleDensityMapV |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public IMap map
public double u1
public double u2
public double v1
public double v2
Constructor Detail |
---|
public ISubMap(IMap mp, double ustart, double uend, double vstart, double vend)
Method Detail |
---|
public double get(double u, double v)
IMap
get
in class IMap
u
- u coordinates ranges 0.0 - 1.0v
- v coordinates ranges 0.0 - 1.0
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |