public class ElevationMask extends Object implements Serializable
Instances of this class can be considered to be immutable
Constructor and Description |
---|
ElevationMask(double[][] mask)
Creates an instance of an Elevation mask based on the passed in parameter.
|
Modifier and Type | Method and Description |
---|---|
double |
getElevation(double azimuth)
Get the interpolated elevation for a given azimuth according to the mask.
|
public ElevationMask(double[][] mask)
mask
- azimuth-elevation mask (rad). First column (i.e. mask[i][0])
should contain azimuth values and the second column (i.e. mask[i][1])
should contain corresponding elevationsCopyright © 2002-2022 CS GROUP. All rights reserved.