Uses of Class
org.orekit.rugged.raster.EarthHemisphere
-
Packages that use EarthHemisphere 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 EarthHemisphere in org.orekit.rugged.raster
Methods in org.orekit.rugged.raster that return EarthHemisphere Modifier and Type Method Description static EarthHemisphere
EarthHemisphere. valueOf(String name)
Returns the enum constant of this type with the specified name.static EarthHemisphere[]
EarthHemisphere. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-