public class DncTangentPlanes extends Object
Modifier and Type | Class and Description |
---|---|
static class |
DncTangentPlanes.DncTangentPlane |
Constructor and Description |
---|
DncTangentPlanes() |
Modifier and Type | Method and Description |
---|---|
static double |
azimuthToTangentPlane_MATHRAD(DncTangentPlanes.DncTangentPlane plane,
double x_PLANE,
double y_PLANE,
double azimuth_MATHRAD)
Converts from local azimuth at (x,y) to projected azimuth
|
static double |
dot3(double[] a,
double b0,
double b1,
double b2) |
static double |
norm3(double a0,
double a1,
double a2) |
static void |
posToTangentPlane(DncTangentPlanes.DncTangentPlane plane,
double lat_DEG,
double lon_DEG,
float[] result,
int resultOffset)
Converts from (lat,lon) to (x,y) on a tangent plane
|
public static double dot3(double[] a, double b0, double b1, double b2)
public static double norm3(double a0, double a1, double a2)
public static void posToTangentPlane(DncTangentPlanes.DncTangentPlane plane, double lat_DEG, double lon_DEG, float[] result, int resultOffset)
public static double azimuthToTangentPlane_MATHRAD(DncTangentPlanes.DncTangentPlane plane, double x_PLANE, double y_PLANE, double azimuth_MATHRAD)
Copyright © 2016 Metron, Inc.. All rights reserved.