|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface GeoArray.Mutable
A Mutable GeoArray is one where the points can be modified.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.bbn.openmap.geo.GeoArray |
|---|
GeoArray.Adapter, GeoArray.Double, GeoArray.Float, GeoArray.Mutable |
| Method Summary | |
|---|---|
void |
set(int i,
double lat,
double lon,
boolean isDegrees)
Set the values for the provided index to the latitude, longitude. |
void |
set(int i,
double x,
double y,
double z)
Set the values for the provided index to the values x, y, z, which are vector Geo values, *not* lat, lon and height. |
void |
set(int i,
Geo g)
Set the values for the provided index to the values represented by g. |
| Methods inherited from interface com.bbn.openmap.geo.GeoArray |
|---|
area, closeArray, distance, equals, get, get, getSize, removeDups, toLLDegrees, toLLRadians, toPointArray |
| Method Detail |
|---|
void set(int i,
Geo g)
i - g -
void set(int i,
double x,
double y,
double z)
i - x - y - z -
void set(int i,
double lat,
double lon,
boolean isDegrees)
i - lat - lon - isDegrees - true if lat/lon in decimal degrees.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||