|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LatLonRect | |
---|---|
com.metsci.glimpse.util.geo | Utilities for performing latitude/longitude calculations and projections using spherical or WGS 84 coordinate systems. |
com.metsci.glimpse.util.geo.datum | |
com.metsci.glimpse.util.geo.util |
Uses of LatLonRect in com.metsci.glimpse.util.geo |
---|
Methods in com.metsci.glimpse.util.geo that return LatLonRect | |
---|---|
static LatLonRect |
LatLonRect.fromDeg(double northLat,
double eastLon,
Datum d)
|
static LatLonRect |
LatLonRect.fromDeg(double northLat,
double eastLon,
double altitude,
Datum d)
|
static LatLonRect |
LatLonRect.fromEnu(Vector3d enuPoint,
LatLonGeo refPoint,
Datum datum)
|
static LatLonRect |
LatLonRect.fromRad(double northLat,
double eastLon,
Datum d)
|
static LatLonRect |
LatLonRect.fromRad(double northLat,
double eastLon,
double altitude,
Datum d)
|
static LatLonRect |
LatLonRect.fromXyz(double x,
double y,
double z)
|
LatLonRect |
LatLonRect.scale(double by)
|
LatLonRect |
LatLonGeo.toLatLonRect(Datum datum)
Treats this LatLonGeo as an ECEF-g coordinate in the given
Datum for the purpose of converting it to an ECEF-r coordinate
in the form of a newly constructed LatLonRect . |
LatLonRect |
LatLonRect.withLength(double length)
|
Methods in com.metsci.glimpse.util.geo with parameters of type LatLonRect | |
---|---|
boolean |
LatLonRect.almostEquals(LatLonRect o,
double eps)
|
double |
LatLonRect.chordDistance(LatLonRect r)
|
double |
LatLonRect.chordDistanceSquared(LatLonRect r)
|
Uses of LatLonRect in com.metsci.glimpse.util.geo.datum |
---|
Methods in com.metsci.glimpse.util.geo.datum that return LatLonRect | |
---|---|
LatLonRect |
Datum.fromEnu(Vector3d enuPoint,
LatLonGeo refPoint)
Computes the ECEF-r representation of the given (east,north,up) vector given the underlying projection plane's point of tangency. |
LatLonRect |
DatumSphere.toLatLonRect(double northLatRad,
double eastLonRad,
double altitude)
|
LatLonRect |
Datum.toLatLonRect(double northLatRad,
double eastLonRad,
double altitude)
|
LatLonRect |
DatumSphere.toLatLonRect(LatLonGeo from)
|
LatLonRect |
Datum.toLatLonRect(LatLonGeo from)
|
Methods in com.metsci.glimpse.util.geo.datum with parameters of type LatLonRect | |
---|---|
Vector3d |
Datum.toEnu(LatLonRect point,
LatLonGeo refPoint)
Computes the (east,north,up) representation of an ECEF-r point given the underlying projection plane's point of tangency. |
LatLonGeo |
DatumSphere.toLatLonGeo(LatLonRect from)
|
LatLonGeo |
Datum.toLatLonGeo(LatLonRect from)
|
Uses of LatLonRect in com.metsci.glimpse.util.geo.util |
---|
Methods in com.metsci.glimpse.util.geo.util that return LatLonRect | |
---|---|
static LatLonRect |
SpheroidUtil.toLatLonRect(double northLatRad,
double eastLonRad,
double altitude,
Datum d)
Transformation from ECEF-g to ECEF-r coordinates. |
static LatLonRect |
SphereUtil.toLatLonRect(double northLatRad,
double eastLonRad,
double altitude,
double radius)
Transformation from ECEF-g to ECEF-r coordinates. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |