NASA World Wind

Uses of Class
gov.nasa.worldwind.geom.Sector

Packages that use Sector
gov.nasa.worldwind.geom   
gov.nasa.worldwind.globes   
gov.nasa.worldwind.layers   
gov.nasa.worldwind.layers.Earth   
gov.nasa.worldwind.layers.placename   
gov.nasa.worldwind.layers.rpf   
gov.nasa.worldwind.render   
gov.nasa.worldwind.util   
 

Uses of Sector in gov.nasa.worldwind.geom
 

Fields in gov.nasa.worldwind.geom declared as Sector
static Sector Sector.EMPTY_SECTOR
           
static Sector Sector.FULL_SPHERE
          A Sector of latitude [-90 degrees, + 90 degrees] and longitude [-180 degrees, + 180 degrees].
 

Methods in gov.nasa.worldwind.geom that return Sector
static Sector Sector.boundingSector(Iterator<TrackPoint> positions)
           
static Sector Sector.boundingSector(Position pA, Position pB)
           
static Sector Sector.boundingSectorfromLatLons(Iterable<LatLon> positions)
           
static Sector Sector.boundingSectorfromPositions(Iterable<Position> positions)
           
static Sector Sector.fromDegrees(double minLatitude, double maxLatitude, double minLongitude, double maxLongitude)
          Creates a new Sector and initializes it to the specified angles.
static Sector Sector.fromRadians(double minLatitude, double maxLatitude, double minLongitude, double maxLongitude)
          Creates a new Sector and initializes it to the specified angles.
 Sector Sector.intersection(Angle latitude, Angle longitude)
           
 Sector Sector.intersection(Sector that)
           
 Sector[] Sector.subdivide()
           
 Sector Sector.union(Angle latitude, Angle longitude)
           
 Sector Sector.union(Sector that)
          Returns a new sector whose angles are the extremes of the this sector and another.
static Sector Sector.union(Sector sectorA, Sector sectorB)
           
 

Methods in gov.nasa.worldwind.geom with parameters of type Sector
 int Sector.compareTo(Sector that)
          Compares this sector to a specified sector according to their minimum latitude, minimum longitude, maximum latitude, and maximum longitude, respectively.
static Extent Sector.computeBoundingSphere(Globe globe, double verticalExaggeration, Sector sector)
          Returns a sphere that minimally surrounds the sector at a specified vertical exaggeration.
 Sector Sector.intersection(Sector that)
           
 boolean Sector.intersects(Sector that)
          Determines whether this sector intersects another sector's range of latitude and longitude.
 Sector Sector.union(Sector that)
          Returns a new sector whose angles are the extremes of the this sector and another.
static Sector Sector.union(Sector sectorA, Sector sectorB)
           
 

Constructors in gov.nasa.worldwind.geom with parameters of type Sector
Sector(Sector sector)
           
 

Uses of Sector in gov.nasa.worldwind.globes
 

Methods in gov.nasa.worldwind.globes that return Sector
 Sector SectorGeometryList.getSector()
           
 Sector ElevationModel.Elevations.getSector()
          Returns the Sector the elevations pertain to.
 Sector SectorGeometry.getSector()
           
 

Methods in gov.nasa.worldwind.globes with parameters of type Sector
 Cylinder EllipsoidalGlobe.computeBoundingCylinder(double verticalExaggeration, Sector sector)
          Returns a cylinder that minimally surrounds the sector at a specified vertical exaggeration.
 Cylinder FlatGlobe.computeBoundingCylinder(double verticalExaggeration, Sector sector)
          Returns a cylinder that minimally surrounds the sector at a specified vertical exaggeration.
 Cylinder Globe.computeBoundingCylinder(double verticalExaggeration, Sector sector)
           
 ElevationModel.Elevations BasicElevationModel.getBestElevations(Sector sector)
           
 ElevationModel.Elevations ElevationModel.getBestElevations(Sector sector)
           
 ElevationModel.Elevations BasicElevationModel.getElevations(Sector sector, int resolution)
           
 ElevationModel.Elevations ElevationModel.getElevations(Sector sector, int resolution)
          Computes and returns an ElevationModel.Elevations object for the specified Sector and target resolution.
 ElevationModel.Elevations BasicElevationModel.getElevationsAtResolution(Sector sector, int resolution)
           
 ElevationModel.Elevations ElevationModel.getElevationsAtResolution(Sector sector, int resolution)
           
 double[] BasicElevationModel.getMinAndMaxElevations(Sector sector)
           
 double[] EllipsoidalGlobe.getMinAndMaxElevations(Sector sector)
           
 double[] ElevationModel.getMinAndMaxElevations(Sector sector)
           
 double[] FlatGlobe.getMinAndMaxElevations(Sector sector)
           
 double[] Globe.getMinAndMaxElevations(Sector sector)
           
 int BasicElevationModel.getTargetResolution(DrawContext dc, Sector sector, int density)
           
 int ElevationModel.getTargetResolution(DrawContext dc, Sector sector, int density)
          Returns the resolution appropriate to the given Sector and view parameters.
 int BasicElevationModel.getTileCount(Sector sector, int resolution)
           
 int BasicElevationModel.getTileCountAtResolution(Sector sector, int resolution)
           
 int ElevationModel.getTileCountAtResolution(Sector sector, int resolution)
           
 void SectorGeometryList.setSector(Sector sector)
           
 

Uses of Sector in gov.nasa.worldwind.layers
 

Methods in gov.nasa.worldwind.layers that return Sector
 Sector TrackLayer.getBoundingSector()
           
 

Methods in gov.nasa.worldwind.layers with parameters of type Sector
 BufferedImage TiledImageLayer.composeImageForSector(Sector sector, int imageWidth, int imageHeight, int levelNumber, String mimeType, boolean abortOnError, BufferedImage image)
           
 int TiledImageLayer.computeLevelForResolution(Sector sector, Globe globe, double resolution)
           
 int TiledImageLayer.countImagesInSector(Sector sector, int levelNumber)
           
 void TrackLayer.setBoundingSector(Sector boundingSector)
           
 

Constructors in gov.nasa.worldwind.layers with parameters of type Sector
TextureTile(Sector sector)
           
TextureTile(Sector sector, Level level, int row, int col)
           
 

Uses of Sector in gov.nasa.worldwind.layers.Earth
 

Fields in gov.nasa.worldwind.layers.Earth declared as Sector
protected  Sector UTMGraticuleLayer.GridElement.sector
           
 

Methods in gov.nasa.worldwind.layers.Earth with parameters of type Sector
 boolean UTMGraticuleLayer.GridElement.isInView(DrawContext dc, Sector vs)
           
 

Constructors in gov.nasa.worldwind.layers.Earth with parameters of type Sector
UTMGraticuleLayer.GridElement(Sector sector, Object renderable, String type)
           
 

Uses of Sector in gov.nasa.worldwind.layers.placename
 

Methods in gov.nasa.worldwind.layers.placename that return Sector
 Sector PlaceNameService.getSector()
           
 

Methods in gov.nasa.worldwind.layers.placename with parameters of type Sector
 URL PlaceNameService.createServiceURLFromSector(Sector sector)
           
 

Constructors in gov.nasa.worldwind.layers.placename with parameters of type Sector
PlaceNameService(String service, String dataset, String fileCachePath, Sector sector, LatLon tileDelta, Font font)
           
 

Uses of Sector in gov.nasa.worldwind.layers.rpf
 

Methods in gov.nasa.worldwind.layers.rpf that return Sector
 Sector RPFFileIndex.IndexProperties.getBoundingSector()
           
 Sector RPFFileIndex.RPFFileRecord.getSector()
           
 

Methods in gov.nasa.worldwind.layers.rpf with parameters of type Sector
 void RPFFileIndex.IndexProperties.setBoundingSector(Sector sector)
           
 void RPFFileIndex.RPFFileRecord.setSector(Sector sector)
           
 

Uses of Sector in gov.nasa.worldwind.render
 

Methods in gov.nasa.worldwind.render that return Sector
 Sector SurfaceTile.getSector()
           
 Sector SurfaceSector.getSector()
           
 Sector SurfaceImage.getSector()
           
 Sector DrawContext.getVisibleSector()
          Retrieves a Sector which is at least as large as the current visible sector.
 Sector DrawContextImpl.getVisibleSector()
           
 

Methods in gov.nasa.worldwind.render that return types with arguments of type Sector
 ArrayList<Sector> SurfaceShape.getSectors()
           
 

Methods in gov.nasa.worldwind.render with parameters of type Sector
protected abstract  BufferedImage SurfaceShape.drawShape(Globe globe, Sector sector, BufferedImage image)
           
protected  BufferedImage SurfacePolygon.drawShape(Globe globe, Sector sector, BufferedImage image)
          Draw all or part of the shape that intersects a given Sector into the given BufferedImage
 void SurfaceSector.setSector(Sector sector)
           
 void SurfaceImage.setSector(Sector sector)
          Sets the sector for the image allowing to change its size or position.
 void DrawContext.setVisibleSector(Sector s)
          Sets the visible Sector.
 void DrawContextImpl.setVisibleSector(Sector s)
           
 

Constructors in gov.nasa.worldwind.render with parameters of type Sector
Quadrilateral(Sector sector, double elevation)
           
SurfaceImage(Object imageSource, Sector sector)
          Renders a single image tile from a local or remote network source.
SurfaceImage(Object imageSource, Sector sector, Layer layer)
          Renders a single image tile from a local or remote network source.
SurfaceImage(Object imageSource, Sector sector, Layer layer, String cacheDirectory)
          Renders a single image tile from a local or remote network source.
SurfaceSector(Sector sector)
           
SurfaceSector(Sector sector, Color color, Color borderColor)
           
SurfaceSector(Sector sector, Color color, Color borderColor, Dimension textureSize)
           
 

Uses of Sector in gov.nasa.worldwind.util
 

Methods in gov.nasa.worldwind.util that return Sector
 Sector LevelSet.computeSectorForKey(TileKey key)
           
 Sector Level.computeSectorForPosition(Angle latitude, Angle longitude)
           
 Sector LevelSet.getSector()
           
 Sector Tile.getSector()
           
 

Methods in gov.nasa.worldwind.util with parameters of type Sector
 Level LevelSet.getLastLevel(Sector sector)
           
 

Constructors in gov.nasa.worldwind.util with parameters of type Sector
LevelSet.SectorResolution(Sector sector, int levelNumber)
           
Tile(Sector sector)
           
Tile(Sector sector, Level level)
           
Tile(Sector sector, Level level, int row, int column)
           
 


NASA World Wind