Skip to content
Snippets Groups Projects
Commit e066e240 authored by Guylaine Prat's avatar Guylaine Prat
Browse files

Add javadoc for "zipper tile" to deal with non overlapping DEM (WIP)

Algorithm to be defined for DEM tiles without the same resolution.
Some tests around anti-meridian need to be added.
Some tests with more real data to be added.
parent 00b26aa5
No related branches found
No related tags found
1 merge request!5Add a new setDigitalElevationModel method to deal with non overlapping DEM
Pipeline #2457 passed
......@@ -7,6 +7,7 @@ package org.orekit.rugged.raster;
* <p>
* For Longitude: WESTEXTREME / WEST / EAST / EASTEXTREME
* @author Guylaine Prat
* @since X.x
*/
public enum EarthHemisphere {
......
......@@ -289,6 +289,8 @@ public interface Tile extends UpdatableTile {
*/
Location getLocation(double latitude, double longitude);
// TODO GP check if useful ...
/** Get tile neighborhood (in case the DEM tiles are not overlapping).
* <p>
* TBN: used to create zipper tiles in case of DEM with tiles not overlapping.
......
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment