Uses of Class
org.orekit.rugged.raster.Tile.Location
-
Packages that use Tile.Location Package Description org.orekit.rugged.raster This package provides the interface used to update Digital Elevation Model tiles to be implemented by the user, the interface representing a raster tile, as well as a simple model. -
-
Uses of Tile.Location in org.orekit.rugged.raster
Methods in org.orekit.rugged.raster that return Tile.Location Modifier and Type Method Description Tile.LocationSimpleTile. getLocation(double latitude, double longitude)Check if a tile covers a ground point.Tile.LocationTile. getLocation(double latitude, double longitude)Check if a tile covers a ground point.static Tile.LocationTile.Location. valueOf(String name)Returns the enum constant of this type with the specified name.static Tile.Location[]Tile.Location. values()Returns an array containing the constants of this enum type, in the order they are declared.
-