Uses of Interface
org.orekit.models.earth.tessellation.TileAiming
-
Packages that use TileAiming Package Description org.orekit.models.earth.tessellation This package provides ways to do tessellation and sampling of zones of interest over an ellipsoid surface. -
-
Uses of TileAiming in org.orekit.models.earth.tessellation
Classes in org.orekit.models.earth.tessellation that implement TileAiming Modifier and Type Class Description class
AlongTrackAiming
Class used to orient tiles along an orbit track.class
ConstantAzimuthAiming
Class used to orient tiles with respect to a geographic azimuth.class
DivertedSingularityAiming
Class used to orient tiles such that there are no singularities within the zone of interest.Constructors in org.orekit.models.earth.tessellation with parameters of type TileAiming Constructor Description EllipsoidTessellator(OneAxisEllipsoid ellipsoid, TileAiming aiming, int quantization)
Simple constructor.
-