public class LandVertex extends Object
Constructor and Description |
---|
LandVertex(double lat_DEG,
double lon_DEG) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
double |
getDistanceX_SU(double longitude)
Returns signed east-west distance from this vertex to the given
longitude.
|
double |
getDistanceX_SU(LandVertex vertex) |
double |
getDistanceY_SU(double latitude)
Returns signed north-south distance from this vertex to the given
latitude.
|
double |
getDistanceY_SU(LandVertex vertex) |
int |
hashCode() |
public double getDistanceX_SU(double longitude)
public double getDistanceX_SU(LandVertex vertex)
public double getDistanceY_SU(double latitude)
public double getDistanceY_SU(LandVertex vertex)
Copyright © 2016 Metron, Inc.. All rights reserved.