Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
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.fromUnitVectorAndLength(double xUnit,
double yUnit,
double zUnit,
double length) |
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) |
Modifier and Type | Method and Description |
---|---|
boolean |
LatLonRect.almostEquals(LatLonRect o,
double eps) |
double |
LatLonRect.chordDistance(LatLonRect r) |
double |
LatLonRect.chordDistanceSquared(LatLonRect r) |
Modifier and Type | Method and Description |
---|---|
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 |
Datum.toLatLonRect(double northLatRad,
double eastLonRad,
double altitude) |
LatLonRect |
DatumSphere.toLatLonRect(double northLatRad,
double eastLonRad,
double altitude) |
LatLonRect |
Datum.toLatLonRect(LatLonGeo from) |
LatLonRect |
DatumSphere.toLatLonRect(LatLonGeo from) |
Modifier and Type | Method and Description |
---|---|
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 |
Datum.toLatLonGeo(LatLonRect from) |
LatLonGeo |
DatumSphere.toLatLonGeo(LatLonRect from) |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2013 Metron, Inc.. All rights reserved.