Uses of Class
gov.nasa.worldwind.terrain.HighResolutionTerrain.RectTile
- 
Packages that use HighResolutionTerrain.RectTile Package Description gov.nasa.worldwind.terrain 
- 
- 
Uses of HighResolutionTerrain.RectTile in gov.nasa.worldwind.terrainMethods in gov.nasa.worldwind.terrain that return HighResolutionTerrain.RectTile Modifier and Type Method Description protected HighResolutionTerrain.RectTileHighResolutionTerrain. createTile(int row, int col)Creates a tile for a specified row and column of the tile array.protected HighResolutionTerrain.RectTileHighResolutionTerrain. createTile(Sector tileSector)Creates the tile for a specified sector.protected HighResolutionTerrain.RectTileHighResolutionTerrain. getContainingTile(Angle latitude, Angle longitude)Determines the tile that contains a specified location.Methods in gov.nasa.worldwind.terrain that return types with arguments of type HighResolutionTerrain.RectTile Modifier and Type Method Description protected java.util.List<HighResolutionTerrain.RectTile>HighResolutionTerrain. eliminateLowAltitudeTiles(java.util.List<HighResolutionTerrain.RectTile> tiles, double minAltitude)protected java.util.List<HighResolutionTerrain.RectTile>HighResolutionTerrain. getIntersectingTiles(Position pA, Position pB, Line line)Determines and creates the terrain tiles intersected by a specified line.protected java.util.List<HighResolutionTerrain.RectTile>HighResolutionTerrain. getIntersectingTiles(Sector sector)Methods in gov.nasa.worldwind.terrain with parameters of type HighResolutionTerrain.RectTile Modifier and Type Method Description protected HighResolutionTerrain.RenderInfoHighResolutionTerrain. buildVerts(HighResolutionTerrain.RectTile tile)Computes a terrain tile's vertices.protected java.util.ArrayList<LatLon>HighResolutionTerrain. computeLocations(HighResolutionTerrain.RectTile tile)Computes the tile's cell locations, determined by the tile's density and sector.protected Vec4HighResolutionTerrain. getSurfacePoint(HighResolutionTerrain.RectTile tile, Angle latitude, Angle longitude)Computes the Cartesian, model-coordinate point of a location within a terrain tile.protected Vec4HighResolutionTerrain. getSurfacePoint(HighResolutionTerrain.RectTile tile, Angle latitude, Angle longitude, double metersOffset)Computes the Cartesian, model-coordinate point of a location within a terrain tile.protected Intersection[]HighResolutionTerrain. intersect(HighResolutionTerrain.RectTile tile, Line line)Computes the intersections of a line with a tile.protected java.util.List<Vec4[]>HighResolutionTerrain. intersect(HighResolutionTerrain.RectTile tile, Vec4[] triangle)Computes the intersection of a triangle with a terrain tile.protected voidHighResolutionTerrain. makeVerts(HighResolutionTerrain.RectTile tile)Computes a terrain tile's vertices of draws them from the cache.Method parameters in gov.nasa.worldwind.terrain with type arguments of type HighResolutionTerrain.RectTile Modifier and Type Method Description protected voidHighResolutionTerrain. doGetIntersectingTiles(int r0, int c0, int r1, int c1, Line line, java.util.List<HighResolutionTerrain.RectTile> tiles)protected java.util.List<HighResolutionTerrain.RectTile>HighResolutionTerrain. eliminateLowAltitudeTiles(java.util.List<HighResolutionTerrain.RectTile> tiles, double minAltitude)
 
-