public static interface GeoArray.Mutable extends GeoArray
GeoArray.Adapter, GeoArray.Double, GeoArray.Float, GeoArray.Mutable
Modifier and Type | Method and Description |
---|---|
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.
|
area, closeArray, distance, equals, get, get, getSize, removeDups, toLLDegrees, toLLRadians, toPointArray
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.Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details