Uses of Class
org.orekit.models.earth.tessellation.Tile
-
Packages that use Tile 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 Tile in org.orekit.models.earth.tessellation
Methods in org.orekit.models.earth.tessellation that return types with arguments of type Tile Modifier and Type Method Description List<List<Tile>>
EllipsoidTessellator. tessellate(SphericalPolygonsSet zone, double fullWidth, double fullLength, double widthOverlap, double lengthOverlap, boolean truncateLastWidth, boolean truncateLastLength)
Tessellate a zone of interest into tiles.
-