public class HighResolutionTerrainTest extends Object
Constructor and Description |
---|
HighResolutionTerrainTest() |
Modifier and Type | Method and Description |
---|---|
protected static ArrayList<Position> |
computeElevations(ArrayList<Position> locations) |
protected static ArrayList<Position> |
generateReferenceLocations(Sector sector,
int numLats,
int numLons) |
protected static void |
generateReferenceValues(String filePath,
Sector sector) |
static void |
main(String[] args) |
protected static ArrayList<Position> |
readReferencePositions(String filePath) |
protected static void |
testPositions(String name,
ArrayList<Position> referencePositions,
ArrayList<Position> testPositions) |
protected static void |
writeReferencePositions(String filePath,
ArrayList<Position> positions) |
protected static ArrayList<Position> computeElevations(ArrayList<Position> locations)
protected static ArrayList<Position> generateReferenceLocations(Sector sector, int numLats, int numLons)
protected static void generateReferenceValues(String filePath, Sector sector) throws FileNotFoundException
FileNotFoundException
public static void main(String[] args)
protected static ArrayList<Position> readReferencePositions(String filePath) throws FileNotFoundException
FileNotFoundException
protected static void testPositions(String name, ArrayList<Position> referencePositions, ArrayList<Position> testPositions)
protected static void writeReferencePositions(String filePath, ArrayList<Position> positions) throws FileNotFoundException
FileNotFoundException