NASA World Wind

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

Packages that use Sector
gov.nasa.worldwind   
gov.nasa.worldwind.applications.gio.filter   
gov.nasa.worldwind.applications.glider   
gov.nasa.worldwind.data   
gov.nasa.worldwind.examples   
gov.nasa.worldwind.examples.util   
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.retrieve   
gov.nasa.worldwind.terrain   
gov.nasa.worldwind.util   
gov.nasa.worldwind.util.measure   
gov.nasa.worldwind.view   
gov.nasa.worldwind.wms   
 

Uses of Sector in gov.nasa.worldwind
 

Methods in gov.nasa.worldwind that return Sector
 Sector DataConfiguration.getSector(String paramName)
          Returns the Sector value identified by a specified parameter name.
 Sector BasicDataConfiguration.getSector(String paramName)
           
 

Uses of Sector in gov.nasa.worldwind.applications.gio.filter
 

Methods in gov.nasa.worldwind.applications.gio.filter with parameters of type Sector
 Envelope BBOX.addEnvelope(Sector sector)
           
 

Uses of Sector in gov.nasa.worldwind.applications.glider
 

Fields in gov.nasa.worldwind.applications.glider declared as Sector
protected  Sector GliderImage.sector
           
 

Methods in gov.nasa.worldwind.applications.glider that return Sector
 Sector GliderImage.getSector()
          Return the image's location.
 

Uses of Sector in gov.nasa.worldwind.data
 

Methods in gov.nasa.worldwind.data that return Sector
protected  Sector TiledRasterProducer.computeBoundingSector(Iterable<? extends DataRaster> rasters)
           
 Sector ReadableDataRaster.getSector()
           
 Sector DataRaster.getSector()
           
 Sector BufferedImageRaster.getSector()
           
 Sector BufferedDataRaster.getSector()
           
 

Methods in gov.nasa.worldwind.data with parameters of type Sector
protected  Rectangle BufferedImageRaster.computeClipRect(Sector clipSector, DataRaster clippedRaster)
           
protected  Rectangle BufferedDataRaster.computeClipRect(Sector clipSector, DataRaster clippedRaster)
           
protected  LatLon TiledRasterProducer.computeDesiredTileDelta(Sector sector)
           
protected  AffineTransform BufferedImageRaster.computeGeographicToRasterTransform(int width, int height, Sector sector)
           
protected  AffineTransform BufferedDataRaster.computeGeographicToRasterTransform(int width, int height, Sector sector)
           
protected  int MipMappedBufferedImageRaster.computeMipmapLevel(int sourceWidth, int sourceHeight, Sector sourceSector, int destWidth, int destHeight, Sector destSector)
           
protected  AffineTransform BufferedImageRaster.computeSourceToDestTransform(int sourceWidth, int sourceHeight, Sector sourceSector, int destWidth, int destHeight, Sector destSector)
           
protected  AffineTransform BufferedDataRaster.computeSourceToDestTransform(int sourceWidth, int sourceHeight, Sector sourceSector, int destWidth, int destHeight, Sector destSector)
           
protected abstract  DataRaster TiledRasterProducer.createDataRaster(int width, int height, Sector sector, AVList params)
           
protected  DataRaster TiledImageProducer.createDataRaster(int width, int height, Sector sector, AVList params)
           
protected  DataRaster TiledElevationProducer.createDataRaster(int width, int height, Sector sector, AVList params)
           
protected  DataRaster ImageIORasterReader.createRaster(Sector sector, BufferedImage image)
           
protected  void BufferedDataRaster.doDrawOnCanvas(BufferedDataRaster canvas, Sector clipSector)
           
protected  void MipMappedBufferedImageRaster.doDrawOnCanvas(BufferedImageRaster canvas, Sector clipSector)
           
protected  void BufferedImageRaster.doDrawOnCanvas(BufferedImageRaster canvas, Sector clipSector)
           
 void ReadableDataRaster.drawOnCanvas(DataRaster canvas, Sector clipSector)
           
 void DataRaster.drawOnCanvas(DataRaster canvas, Sector clipSector)
           
 void BufferedImageRaster.drawOnCanvas(DataRaster canvas, Sector clipSector)
           
 void BufferedDataRaster.drawOnCanvas(DataRaster canvas, Sector clipSector)
           
protected  boolean TiledRasterProducer.isWithinLatLonLimits(Sector sector, LatLon tileDelta, LatLon tileOrigin)
           
 

Constructors in gov.nasa.worldwind.data with parameters of type Sector
BufferedDataRaster(int width, int height, Sector sector)
           
BufferedImageRaster(int width, int height, int transparency, Sector sector)
           
BufferedImageRaster(Sector sector, BufferedImage bufferedImage)
           
BufferWrapperRaster(int width, int height, Sector sector, BufferWrapper buffer)
           
ByteBufferRaster(int width, int height, Sector sector, AVList params)
           
ByteBufferRaster(int width, int height, Sector sector, ByteBuffer byteBuffer, AVList params)
           
MipMappedBufferedImageRaster(Sector sector, BufferedImage image)
           
 

Uses of Sector in gov.nasa.worldwind.examples
 

Fields in gov.nasa.worldwind.examples declared as Sector
protected static Sector ViewLimits.Controller.DEFAULT_SECTOR_LIMITS
           
 

Methods in gov.nasa.worldwind.examples that return Sector
 Sector ImageEditor.RegionShape.getBoundingSector()
           
 Sector ViewLimits.AppFrame.getSectorLimits()
           
 Sector ImageEditor.getSelectedSector()
           
 

Methods in gov.nasa.worldwind.examples with parameters of type Sector
static String BulkDownloadPanel.makeSectorDescription(Sector sector)
           
 void GazetteerPanel.moveToLocation(Sector sector, Double altitude)
           
 void ViewLimits.AppFrame.setSectorLimits(Sector sector)
           
 void BulkDownloadPanel.BulkRetrievablePanel.updateDescription(Sector sector)
           
static double VPFCoveragePanel.zoomForSector(View view, Globe globe, double verticalExaggeration, Sector sector)
           
 

Uses of Sector in gov.nasa.worldwind.examples.util
 

Methods in gov.nasa.worldwind.examples.util that return Sector
 Sector SectorSelector.getSector()
           
protected  Sector SectorSelector.resizeShape(Movable dragObject, int side)
           
 

Methods in gov.nasa.worldwind.examples.util with parameters of type Sector
 void SectorSelector.RegionShape.setSector(Sector sector)
           
 

Constructors in gov.nasa.worldwind.examples.util with parameters of type Sector
SectorSelector.RegionShape(Sector sector)
           
 

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(Globe globe, LatLon center, double radius)
          Returns a new Sector encompassing a circle centered at a given position, with a given radius in meter.
static Sector Sector.boundingSector(Iterable<? extends LatLon> locations)
           
static Sector Sector.boundingSector(Iterator<TrackPoint> positions)
           
static Sector Sector.boundingSector(LatLon pA, LatLon pB)
           
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)
           
static Sector[] Sector.splitBoundingSectors(Globe globe, LatLon center, double radius)
          Returns an iterable of Sectors encompassing a circle centered at a given position, with a given radius in meters.
static Sector[] Sector.splitBoundingSectors(Iterable<? extends LatLon> locations)
           
 Sector[] Sector.subdivide()
           
 Sector[] Sector.subdivide(int div)
           
 Sector Sector.union(Angle latitude, Angle longitude)
           
static Sector Sector.union(Iterable<? extends Sector> sectors)
           
 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.
 boolean Sector.contains(Sector that)
          Determines whether another sectror is fully contained within this one.
static Matrix Matrix.fromGeographicToViewport(Sector sector, int x, int y, int width, int height)
          Computes a Matrix that will map the geographic region defined by sector onto a Cartesian region of the specified width and height and centered at the point (x, y).
static Matrix Matrix.fromImageToGeographic(int imageWidth, int imageHeight, Sector sector)
          Computes a Matrix that will map a aligned 2D grid coordinates to geographic coordinates in degrees.
static Matrix Matrix.fromViewportToGeographic(Sector sector, int x, int y, int width, int height)
          Computes a Matrix that will map a Cartesian region of the specified width and height and centered at the point (x, y) to the geographic region defined by sector onto .
 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)
           
 

Method parameters in gov.nasa.worldwind.geom with type arguments of type Sector
static Sector Sector.union(Iterable<? extends Sector> sectors)
           
 

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 with parameters of type Sector
 void ElevationModel.composeElevations(Sector sector, List<? extends LatLon> latlons, int tileWidth, double[] buffer)
           
 Cylinder Globe.computeBoundingCylinder(double verticalExaggeration, Sector sector)
           
 Cylinder EllipsoidalGlobe.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, double minElevation, double maxElevation)
           
 Cylinder FlatGlobe.computeBoundingCylinder(double verticalExaggeration, Sector sector, double minElevation, double maxElevation)
          Returns a cylinder that minimally surrounds the specified minimum and maximum elevations in the sector at a specified vertical exaggeration.
 Cylinder EllipsoidalGlobe.computeBoundingCylinder(double verticalExaggeration, Sector sector, double minElevation, double maxElevation)
          Returns a cylinder that minimally surrounds the specified minimum and maximum elevations in the sector at a specified vertical exaggeration.
protected  Cylinder EllipsoidalGlobe.computeBoundsFromSectorLatitudeRange(Sector sector, double minHeight, double maxHeight)
          Compute the Cylinder that surrounds the equator, and has height defined by the sector's minumum and maximum latitudes (including maxHeight).
protected  Cylinder EllipsoidalGlobe.computeBoundsFromSectorQuadrilateral(Sector sector, double minHeight, double maxHeight)
          Returns a cylinder that minimally surrounds the specified height range in the sector.
protected  Cylinder EllipsoidalGlobe.computeBoundsFromSectorVertices(Sector sector, double minHeight, double maxHeight)
          Returns a cylinder that surrounds the specified height range in the zero-area sector.
 double ElevationModel.getBestResolution(Sector sector)
          Indicates the best resolution attainable for a specified sector.
 double ElevationModel.getDetailHint(Sector sector)
          Returns the detail hint associated with the specified sector.
 double Globe.getElevations(Sector sector, List<? extends LatLon> latlons, double targetResolution, double[] elevations)
           
 double EllipsoidalGlobe.getElevations(Sector sector, List<? extends LatLon> latlons, double targetResolution, double[] elevations)
           
 double ElevationModel.getElevations(Sector sector, List<? extends LatLon> latlons, double targetResolution, double[] buffer)
          Returns the elevations of a collection of locations.
 double[] ElevationModel.getExtremeElevations(Sector sector)
          Returns the minimum and maximum elevations within a specified sector of the elevation model.
 double[] Globe.getMinAndMaxElevations(Sector sector)
           
 double[] EllipsoidalGlobe.getMinAndMaxElevations(Sector sector)
           
 int ElevationModel.intersects(Sector sector)
          Indicates whether the elevation model corresponds to a specified sector.
 

Uses of Sector in gov.nasa.worldwind.layers
 

Fields in gov.nasa.worldwind.layers declared as Sector
 Sector AbstractGraticuleLayer.GridElement.sector
           
 

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

Methods in gov.nasa.worldwind.layers with parameters of type Sector
 void SurfaceImageLayer.addImage(String name, BufferedImage image, Sector sector)
          Add a BufferedImage to the collection at an explicitly specified location.
 void SurfaceImageLayer.addImage(String imagePath, Sector sector)
          Add an image to the collection at an explicitly specified location.
 BufferedImage SurfaceImageLayer.composeImageForSector(Sector sector, int canvasWidth, int canvasHeight, double aspectRatio, BufferedImage image)
          Create an image for the portion of this layer lying within a specified sector.
 BufferedImage TiledImageLayer.composeImageForSector(Sector sector, int canvasWidth, int canvasHeight, double aspectRatio, int levelNumber, String mimeType, boolean abortOnError, BufferedImage image, int timeout)
          Create an image for the portion of this layer lying within a specified sector.
 int TiledImageLayer.computeLevelForResolution(Sector sector, double resolution)
           
 int TiledImageLayer.countImagesInSector(Sector sector)
           
 int TiledImageLayer.countImagesInSector(Sector sector, int levelNumber)
           
 long BasicTiledImageLayer.getEstimatedMissingDataSize(Sector sector, double resolution)
          Get the estimated size in byte of the missing imagery for the given Sector and resolution.
 TextureTile[][] TiledImageLayer.getTilesInSector(Sector sector, int levelNumber)
           
 boolean AbstractGraticuleLayer.GridElement.isInView(DrawContext dc, Sector vs)
           
 BulkRetrievalThread BasicTiledImageLayer.makeLocal(Sector sector, double resolution)
          Start a new BulkRetrievalThread that will try to download all texture tiles for a given Sector and resolution.
 void TrackLayer.setBoundingSector(Sector boundingSector)
           
 

Constructors in gov.nasa.worldwind.layers with parameters of type Sector
AbstractGraticuleLayer.GridElement(Sector sector, Object renderable, String type)
           
LatLonGraticuleLayer.GraticuleTile(Sector sector, int divisions, int level)
           
TextureTile(Sector sector)
           
TextureTile(Sector sector, Level level, int row, int col)
           
 

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

Methods in gov.nasa.worldwind.layers.Earth that return Sector
protected  Sector MGRSGraticuleLayer.computeVisibleSector(DrawContext dc)
           
 

Methods in gov.nasa.worldwind.layers.Earth with parameters of type Sector
protected  void MGRSGraticuleLayer.selectMGRSRenderables(DrawContext dc, Sector vs)
           
 

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

Fields in gov.nasa.worldwind.layers.placename declared as Sector
static Sector PlaceNameService.TILING_SECTOR
           
 

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

Methods in gov.nasa.worldwind.layers.placename with parameters of type Sector
 URL PlaceNameService.createServiceURLFromSector(Sector sector)
           
 long PlaceNameLayer.getEstimatedMissingDataSize(Sector sector, double resolution)
          Get the estimated size in byte of the missing data for the given Sector and resolution.
 BulkRetrievalThread PlaceNameLayer.makeLocal(Sector sector, double resolution)
          Start a new BulkRetrievalThread that will try to download all place name tiles for a given Sector and resolution.
 

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, boolean versionTag)
          PlaceNameService Constructor
 

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
 

Fields in gov.nasa.worldwind.render declared as Sector
protected static Sector TiledSurfaceObjectRenderer.DEFAULT_SECTOR
           
protected  Sector TiledSurfaceObjectRenderer.PickTile.sector
           
protected  Sector SurfaceSector.sector
           
protected  Sector FramebufferTexture.sector
           
protected  Sector TiledSurfaceObjectRenderer.topLevelBoundingSector
           
 

Fields in gov.nasa.worldwind.render with type parameters of type Sector
protected  Iterable<? extends Sector> TiledSurfaceObjectRenderer.SurfaceObjectInfo.firstLevelSectors
           
protected  BoundedHashMap<Object,SurfaceIcon.CacheEntry<Iterable<? extends Sector>>> SurfaceIcon.sectorCache
           
protected  BoundedHashMap<Object,AbstractSurfaceShape.CacheEntry<Iterable<? extends Sector>>> AbstractSurfaceShape.sectorCache
           
 

Methods in gov.nasa.worldwind.render that return Sector
protected  Sector TiledSurfaceObjectRenderer.computeCurrentBoundingSector()
           
protected  Sector AbstractSurfaceRenderable.computeRotatedSectorBounds(Sector sector, LatLon location, Angle heading)
           
protected  Sector SurfaceIcon.computeSector(DrawContext dc, LatLon location)
           
protected  Sector SurfaceIcons.computeSectorFast(DrawContext dc, double texelSizeRadians)
           
 Sector TiledSurfaceObjectRenderer.PickTile.getSector()
           
 Sector SurfaceTile.getSector()
           
 Sector SurfaceSector.getSector()
           
 Sector SurfaceImage.getSector()
           
 Sector FramebufferTexture.getSector()
           
 Sector ContourLine.getSector()
          Get the contour line current bounding sector.
 Sector DrawContextImpl.getVisibleSector()
           
 Sector DrawContext.getVisibleSector()
          Retrieves a Sector which is at least as large as the current visible sector.
 

Methods in gov.nasa.worldwind.render that return types with arguments of type Sector
 Iterable<? extends Sector> SurfaceShapeSupport.adjustSectorsByBorderWidth(Iterable<? extends Sector> sectors, ShapeAttributes attributes, double texelSizeRadians)
           
protected  Iterable<? extends Sector> SurfaceEllipse.computeBoundingSectors(Globe globe)
           
 Iterable<? extends Sector> SurfaceShapeSupport.computeBoundingSectors(Iterable<? extends LatLon> locations, String pathType)
           
protected  Iterable<? extends Sector> SurfaceEllipse.doGetSectors(DrawContext dc, double texelSizeRadians)
           
protected  Iterable<? extends Sector> AbstractSurfaceShape.doGetSectors(DrawContext dc, double texelSizeRadians)
           
 Iterable<? extends Sector> TiledSurfaceObjectRenderer.SurfaceObjectInfo.getFirstLevelSectors()
           
 Iterable<? extends Sector> SurfaceObject.getSectors(DrawContext dc, double texelSizeRadians)
           
 Iterable<? extends Sector> SurfaceIcons.getSectors(DrawContext dc, double texelSizeRadians)
           
 Iterable<? extends Sector> SurfaceIcon.getSectors(DrawContext dc, double texelSizeRadians)
           
 Iterable<? extends Sector> AbstractSurfaceShape.getSectors(DrawContext dc, double texelSizeRadians)
           
abstract  Iterable<? extends Sector> AbstractSurfaceRenderable.getSectors(DrawContext dc, double texelSizeRadians)
           
 List<Sector> DrawContextImpl.getVisibleSectors(double[] resolutions, long timeLimit, Sector sector)
           
 List<Sector> DrawContext.getVisibleSectors(double[] resolutions, long timeLimit, Sector searchSector)
          Returns the visible sectors at one of several specified resolutions within a specfied search sector.
 

Methods in gov.nasa.worldwind.render with parameters of type Sector
protected  void SurfaceIcon.applyDrawTransform(DrawContext dc, Sector sector, int x, int y, int width, int height, LatLon location, double drawScale, Matrix geoTransform)
           
 void SurfaceShapeSupport.applyInteriorState(DrawContext dc, ShapeAttributes attributes, WWTexture texture, Sector sector, Rectangle drawRect, LatLon refPos, int refCoordinateSpace)
           
protected  void SurfaceShapeSupport.applyTextureCoordinateGenerationState(DrawContext dc, Sector sector, Rectangle drawRect)
           
 void SurfaceShapeSupport.applyTextureState(DrawContext dc, WWTexture texture, Sector sector, Rectangle drawRect, double scale, double opacity, LatLon refPos, int refCoordinateSpace)
           
protected  void SurfaceShapeSupport.applyTextureTransform(DrawContext dc, WWTexture texture, double scale, Sector sector, Rectangle drawRect, LatLon refPos, int refCoordinateSpace)
           
protected  void SurfacePolygon.assembleShapeVertices(DrawContext dc, Sector sector, int x, int y, int width, int height, List<Vec4> vertices)
           
protected  void AbstractSurfaceShape.assembleShapeVertices(DrawContext dc, Sector sector, int x, int y, int width, int height, List<Vec4> vertices)
           
 void SurfaceShapeSupport.assembleShapeVertices(Sector sector, int x, int y, int width, int height, Iterable<? extends LatLon> locations, List<Vec4> vertices)
           
protected  TextureTile[] TiledSurfaceObjectRenderer.assembleTopLevelTiles(LevelSet levelSet, Sector sector)
           
protected  void AbstractSurfaceShape.beginRenderToRegion(DrawContext dc, Sector sector, int x, int y, int width, int height)
           
protected  void AbstractSurfaceShape.bindShapeData(DrawContext dc, Sector sector, int x, int y, int width, int height)
           
protected  double AbstractSurfaceRenderable.computeDrawPixelSize(DrawContext dc, Sector sector, int width, int height)
           
protected  Vec4 AbstractSurfaceRenderable.computeDrawPoint(LatLon location, Sector sector, int x, int y, int width, int height)
           
protected  double SurfaceIcon.computeDrawScale(DrawContext dc, Sector sector, int width, int height, LatLon location)
           
protected  double AbstractSurfaceShape.computeEdgeIntervalsPerDegree(DrawContext dc, Sector sector, int x, int y, int width, int height)
           
protected  Matrix FramebufferTexture.computeGeographicToCartesianTransform(Sector sector)
           
protected  Sector AbstractSurfaceRenderable.computeRotatedSectorBounds(Sector sector, LatLon location, Angle heading)
           
protected  void TiledSurfaceObjectRenderer.doRenderBoundingSectors(DrawContext dc, Iterable<? extends Sector> objectSectors, Sector sector, int x, int y, int width, int height)
           
protected  void AbstractSurfaceShape.doRenderBoundingSectors(DrawContext dc, Sector sector, int x, int y, int width, int height)
           
protected  void SurfacePolyline.doRenderInteriorToRegion(DrawContext dc, Sector sector, int x, int y, int width, int height)
           
protected  void SurfaceConcaveShape.doRenderInteriorToRegion(DrawContext dc, Sector sector, int x, int y, int width, int height)
           
protected abstract  void AbstractSurfaceShape.doRenderInteriorToRegion(DrawContext dc, Sector sector, int x, int y, int width, int height)
           
protected  void SurfacePolyline.doRenderOutlineToRegion(DrawContext dc, Sector sector, int x, int y, int width, int height)
           
protected  void SurfaceConcaveShape.doRenderOutlineToRegion(DrawContext dc, Sector sector, int x, int y, int width, int height)
           
protected abstract  void AbstractSurfaceShape.doRenderOutlineToRegion(DrawContext dc, Sector sector, int x, int y, int width, int height)
           
 void SurfaceIcon.doRenderToRegion(DrawContext dc, Sector sector, int x, int y, int width, int height)
           
protected  void AbstractSurfaceShape.doRenderToRegion(DrawContext dc, Sector sector, int x, int y, int width, int height)
           
abstract  void AbstractSurfaceRenderable.doRenderToRegion(DrawContext dc, Sector sector, int x, int y, int width, int height)
           
protected abstract  void AbstractSurfaceObject.doRenderToRegion(DrawContext dc, Sector sector, int x, int y, int width, int height)
           
protected  void SurfaceIcons.drawIcon(DrawContext dc, Sector sector, int x, int y, int width, int height)
           
protected  void SurfaceIcon.drawIcon(DrawContext dc, Sector sector, int x, int y, int width, int height)
           
protected  void AbstractSurfaceShape.endRenderToRegion(DrawContext dc, Sector sector, int x, int y, int width, int height)
           
protected  List<? extends LatLon> AbstractSurfaceShape.getDrawLocations(DrawContext dc, Sector sector, int x, int y, int width, int height)
           
protected  Vec4 TiledSurfaceObjectRenderer.getNearestPointInSector(DrawContext dc, Sector sector)
           
 List<Sector> DrawContextImpl.getVisibleSectors(double[] resolutions, long timeLimit, Sector sector)
           
 List<Sector> DrawContext.getVisibleSectors(double[] resolutions, long timeLimit, Sector searchSector)
          Returns the visible sectors at one of several specified resolutions within a specfied search sector.
 boolean TiledSurfaceObjectRenderer.SurfaceObjectInfo.intersects(DrawContext dc, double texelSizeRadians, Sector sector)
           
protected  boolean TiledSurfaceObjectRenderer.needToSubdivide(DrawContext dc, Sector sector, int width, int height)
           
protected  void TiledSurfaceObjectRenderer.renderBoundingSector(DrawContext dc, SurfaceObject surfaceObject, Sector sector, int x, int y, int width, int height)
           
protected  void AbstractSurfaceShape.renderBoundingSectors(DrawContext dc, Sector sector, int x, int y, int width, int height)
           
protected  void AbstractSurfaceShape.renderInteriorToRegion(DrawContext dc, Sector sector, int x, int y, int width, int height)
           
protected  void AbstractSurfaceShape.renderOutlineToRegion(DrawContext dc, Sector sector, int x, int y, int width, int height)
           
 void SurfaceObject.renderToRegion(DrawContext dc, Sector sector, int x, int y, int width, int height)
           
 void AbstractSurfaceObject.renderToRegion(DrawContext dc, Sector sector, int x, int y, int width, int height)
           
 void TiledSurfaceObjectRenderer.PickTile.setSector(Sector sector)
           
 void SurfaceSector.setSector(Sector sector)
           
protected  void SurfaceImage.setSector(Sector sector)
           
 void ContourLine.setSector(Sector sector)
          Set the contour line bounding sector.
 void ConformingSector.setSector(Sector sector)
           
 void DrawContextImpl.setVisibleSector(Sector s)
           
 void DrawContext.setVisibleSector(Sector s)
          Sets the visible Sector.
 

Method parameters in gov.nasa.worldwind.render with type arguments of type Sector
 Iterable<? extends Sector> SurfaceShapeSupport.adjustSectorsByBorderWidth(Iterable<? extends Sector> sectors, ShapeAttributes attributes, double texelSizeRadians)
           
protected  void TiledSurfaceObjectRenderer.doRenderBoundingSectors(DrawContext dc, Iterable<? extends Sector> objectSectors, Sector sector, int x, int y, int width, int height)
           
 

Constructors in gov.nasa.worldwind.render with parameters of type Sector
ConformingSector(Globe globe, Sector sector)
           
ConformingSector(Globe globe, Sector sector, Color color, Color borderColor)
           
ConformingShape.CacheKey(Class conformingShapeClass, Sector[] bounds, int serialNumber)
           
ContourLine(double elevation, Sector sector)
           
ContourLine(Sector sector)
           
FBOTexture(DrawContext dc, WWTexture imageSource, Sector sector, List<LatLon> corners)
           
FramebufferTexture(DrawContext dc, WWTexture imageSource, Sector sector, List<LatLon> corners)
           
Quadrilateral(Sector sector, double elevation)
           
SurfaceImage(Object imageSource, Sector sector)
          Renders a single image tile from a local image source.
SurfaceSector(Sector sector)
           
SurfaceSector(ShapeAttributes attributes, Sector sector)
           
TiledSurfaceObjectRenderer.PickTile(Sector sector)
           
 

Constructor parameters in gov.nasa.worldwind.render with type arguments of type Sector
TiledSurfaceObjectRenderer.SurfaceObjectInfo(SurfaceObject object, Iterable<? extends Sector> firstLevelSectors)
           
 

Uses of Sector in gov.nasa.worldwind.retrieve
 

Fields in gov.nasa.worldwind.retrieve declared as Sector
protected  Sector BulkRetrievalThread.sector
           
 

Methods in gov.nasa.worldwind.retrieve that return Sector
 Sector BulkRetrievalThread.getSector()
          Get the requested Sector.
 

Methods in gov.nasa.worldwind.retrieve with parameters of type Sector
 long BulkRetrievable.getEstimatedMissingDataSize(Sector sector, double resolution)
           
 BulkRetrievalThread BulkRetrievable.makeLocal(Sector sector, double resolution)
           
 

Constructors in gov.nasa.worldwind.retrieve with parameters of type Sector
BulkRetrievalThread(BulkRetrievable retrievable, Sector sector, double resolution)
           
 

Uses of Sector in gov.nasa.worldwind.terrain
 

Fields in gov.nasa.worldwind.terrain declared as Sector
protected  Sector LocalElevationModel.LocalTile.sector
           
 

Methods in gov.nasa.worldwind.terrain that return Sector
 Sector SectorGeometryList.getSector()
           
 Sector SectorGeometry.getSector()
           
 

Methods in gov.nasa.worldwind.terrain with parameters of type Sector
 void LocalElevationModel.addElevations(String filePath, Sector sector, int width, int height)
           
 void WMSBasicElevationModel.composeElevations(Sector sector, List<? extends LatLon> latlons, int tileWidth, double[] buffer)
           
 void CompoundElevationModel.composeElevations(Sector sector, List<? extends LatLon> latlons, int tileWidth, double[] buffer)
           
 void AbstractElevationModel.composeElevations(Sector sector, List<? extends LatLon> latlons, int tileWidth, double[] buffer)
           
 int BasicElevationModel.computeLevelForResolution(Sector sector, double resolution)
           
 int BasicElevationModel.countTilesInSector(Sector sector, int levelNumber)
           
 double ZeroElevationModel.getBestResolution(Sector sector)
           
 double LocalElevationModel.getBestResolution(Sector sector)
           
 double CompoundElevationModel.getBestResolution(Sector sector)
           
 double BasicElevationModel.getBestResolution(Sector sector)
           
 double CompoundElevationModel.getDetailHint(Sector sector)
           
 double BasicElevationModel.getDetailHint(Sector sector)
           
 double AbstractElevationModel.getDetailHint(Sector sector)
           
protected  BasicElevationModel.Elevations BasicElevationModel.getElevations(Sector sector, LevelSet levelSet, int targetLevelNumber)
           
 double ZeroElevationModel.getElevations(Sector sector, List<? extends LatLon> latlons, double targetResolution, double[] buffer)
           
 double LocalElevationModel.getElevations(Sector sector, List<? extends LatLon> latlons, double targetResolution, double[] buffer)
           
 double CompoundElevationModel.getElevations(Sector sector, List<? extends LatLon> latlons, double targetResolution, double[] buffer)
           
 double BasicElevationModel.getElevations(Sector sector, List<? extends LatLon> latlons, double targetResolution, double[] buffer)
           
 long BasicElevationModel.getEstimatedMissingDataSize(Sector sector, double resolution)
          Get the estimated size in byte of the missing elevation data for the given Sector and resolution.
 double[] ZeroElevationModel.getExtremeElevations(Sector sector)
           
 double[] LocalElevationModel.getExtremeElevations(Sector sector)
           
 double[] CompoundElevationModel.getExtremeElevations(Sector sector)
           
 double[] BasicElevationModel.getExtremeElevations(Sector sector)
           
protected  Level BasicElevationModel.getTargetLevel(Sector sector, double targetSize)
           
 Tile[][] BasicElevationModel.getTilesInSector(Sector sector, int levelNumber)
           
 Intersection[] SectorGeometryList.intersect(double elevation, Sector sector)
          Determines if and where the geometry intersects the ellipsoid at a given elevation.
 int ZeroElevationModel.intersects(Sector sector)
           
 int LocalElevationModel.intersects(Sector sector)
           
 int CompoundElevationModel.intersects(Sector sector)
           
 int BasicElevationModel.intersects(Sector sector)
           
 BulkRetrievalThread BasicElevationModel.makeLocal(Sector sector, double resolution)
          Start a new BulkRetrievalThread that will try to download all elevation tiles for a given Sector and resolution.
 void SectorGeometryList.setSector(Sector sector)
           
 

Constructors in gov.nasa.worldwind.terrain with parameters of type Sector
BasicElevationModel.ElevationTile(Sector sector, Level level, int row, int col)
           
LocalElevationModel.LocalTile(Sector sector, double missingDataFlag, int tileWidth, int tileHeight, BufferWrapper elevations)
           
 

Uses of Sector in gov.nasa.worldwind.util
 

Fields in gov.nasa.worldwind.util declared as Sector
 Sector ImageUtil.AlignedImage.sector
           
 

Methods in gov.nasa.worldwind.util that return Sector
 Sector LevelSet.computeSectorForKey(TileKey key)
           
 Sector Level.computeSectorForPosition(Angle latitude, Angle longitude, LatLon tileOrigin)
           
protected static Sector InstalledDataConfiguration.getDataDescriptorSector(Element context, String path, XPath xpath)
           
protected static Sector WWDotNetLayerSetConfiguration.getLayerSetSector(Element context, String path, XPath xpath)
           
 Sector Tile.getSector()
           
 Sector LevelSet.getSector()
           
 Sector LevelSet.SectorResolution.getSector()
           
static Sector WWXML.getSector(Element context, String path, XPath xpath)
          Returns the Sector value of an element identified by an XPath expression.
 Sector RestorableSupport.getStateObjectAsSector(RestorableSupport.StateObject stateObject)
          Returns the value of the StateObject as a Sector.
 Sector RestorableSupport.getStateValueAsSector(RestorableSupport.StateObject context, String name)
           
 Sector RestorableSupport.getStateValueAsSector(String name)
           
static Sector ImageUtil.positionImage(BufferedImage sourceImage, Point[] imagePoints, LatLon[] geoPoints, BufferedImage destImage)
           
static Sector ImageUtil.positionImage3(BufferedImage sourceImage, Point[] imagePoints, LatLon[] geoPoints, BufferedImage destImage)
           
static Sector ImageUtil.positionImage4(BufferedImage sourceImage, Point[] imagePoints, LatLon[] geoPoints, BufferedImage destImage)
           
static Sector ImageUtil.warpImageWithControlPoints(BufferedImage sourceImage, Point2D[] imagePoints, LatLon[] geoPoints, BufferedImage destImage)
          Convenience method for transforming a georeferenced source image into a geographically aligned destination image.
static Sector ImageUtil.warpImageWithControlPoints3(BufferedImage sourceImage, Point2D[] imagePoints, LatLon[] geoPoints, BufferedImage destImage)
          Transforms a georeferenced source image into a geographically aligned destination image.
static Sector ImageUtil.warpImageWithControlPoints4(BufferedImage sourceImage, Point2D[] imagePoints, LatLon[] geoPoints, BufferedImage destImage)
          Transforms a georeferenced source image into a geographically aligned destination image.
static Sector ImageUtil.warpImageWithWorldFile(BufferedImage sourceImage, AVList worldFileParams, BufferedImage destImage)
          Transforms a georeferenced source image into a geographically aligned destination image.
 

Methods in gov.nasa.worldwind.util that return types with arguments of type Sector
protected  SpatialTree<Sector,gov.nasa.worldwind.util.SpatialTree.ItemInfo<T>> SpatialTree.SectorTree.createInstance(Sector sector, int depth, int maxDepth, boolean addToAllLevels)
           
protected  SpatialTree<Sector,LatLon> SpatialTree.LocationTree.createInstance(Sector sector, int depth, int maxDepth, boolean addToAllLevels)
           
protected  SpatialTree<Sector,Marker> SpatialTree.MarkerTree.createInstance(Sector sector, int depth, int maxDepth, boolean addToAllLevels)
           
 ArrayList<Sector> SectorVisibilityTree.getSectors()
           
 List<Sector> SectorVisibilityTree.refresh(DrawContext dc, double sectorSize)
          Determines the visible sectors at a specifed resolution within the draw context's current visible sector.
 List<Sector> SectorVisibilityTree.refresh(DrawContext dc, double sectorSize, List<Sector> searchSectors)
          Determines the visible sectors at a specified resolution within a collection of sectors.
 List<Sector> SectorVisibilityTree.refresh(DrawContext dc, double sectorSize, Sector searchSector)
          Determines the visible sectors at a specified resolution within a specified sector.
protected  ArrayList<Sector> SpatialTree.SectorTree.subdivide(Sector extent, int rows, int cols)
           
protected  ArrayList<Sector> SpatialTree.LocationTree.subdivide(Sector extent, int rows, int cols)
           
protected  ArrayList<Sector> SpatialTree.MarkerTree.subdivide(Sector extent, int rows, int cols)
           
 

Methods in gov.nasa.worldwind.util with parameters of type Sector
 void RestorableSupport.addStateValueAsSector(RestorableSupport.StateObject context, String name, Sector sector)
           
 void RestorableSupport.addStateValueAsSector(String name, Sector sector)
           
static ImageUtil.AlignedImage ImageUtil.alignImage(BufferedImage sourceImage, float[] latitudes, float[] longitudes, Sector sector)
          Reprojects an image into an aligned image, one with edges of constant latitude and longitude.
static Element WWXML.appendSector(Element context, String path, Sector sector)
          Append a heirarcy of new elements with a path to a context element, ending with an element formatted as a Sector.
protected  boolean SpatialTree.SectorTree.contains(Sector extent, LatLon location)
           
protected  boolean SpatialTree.LocationTree.contains(Sector extent, LatLon location)
           
protected  boolean SpatialTree.MarkerTree.contains(Sector extent, LatLon location)
           
protected  SpatialTree<Sector,gov.nasa.worldwind.util.SpatialTree.ItemInfo<T>> SpatialTree.SectorTree.createInstance(Sector sector, int depth, int maxDepth, boolean addToAllLevels)
           
protected  SpatialTree<Sector,LatLon> SpatialTree.LocationTree.createInstance(Sector sector, int depth, int maxDepth, boolean addToAllLevels)
           
protected  SpatialTree<Sector,Marker> SpatialTree.MarkerTree.createInstance(Sector sector, int depth, int maxDepth, boolean addToAllLevels)
           
 Level LevelSet.getLastLevel(Sector sector)
           
protected  boolean SpatialTree.LocationTree.intersects(Sector sector, LatLon location)
           
protected  boolean SpatialTree.MarkerTree.intersects(Sector sector, Marker location)
           
protected  boolean SpatialTree.SectorTree.intersects(Sector sector, gov.nasa.worldwind.util.SpatialTree.ItemInfo<T> item)
           
protected  boolean SpatialTree.SectorTree.intersectsCoverage(Sector sector1, Sector sector2)
           
protected  boolean SpatialTree.LocationTree.intersectsCoverage(Sector sector1, Sector sector2)
           
protected  boolean SpatialTree.MarkerTree.intersectsCoverage(Sector sector1, Sector sector2)
           
static boolean GeometryMath.isSegmentIntersectingSector(LatLon begin, LatLon end, Sector sector)
           
static void ImageUtil.mergeImage(Sector canvasSector, Sector imageSector, double aspectRatio, BufferedImage image, BufferedImage canvas)
          Merge an image into another image.
abstract  void ImageTiler.ImageTilerListener.newTile(BufferedImage tileImage, Sector tileSector)
           
protected  boolean SpatialTree.normalRemove(Sector itemRegion, T item)
           
 List<Sector> SectorVisibilityTree.refresh(DrawContext dc, double sectorSize, Sector searchSector)
          Determines the visible sectors at a specified resolution within a specified sector.
 boolean SpatialTree.remove(Sector itemRegion, T item)
           
protected  ArrayList<Sector> SpatialTree.SectorTree.subdivide(Sector extent, int rows, int cols)
           
protected  ArrayList<Sector> SpatialTree.LocationTree.subdivide(Sector extent, int rows, int cols)
           
protected  ArrayList<Sector> SpatialTree.MarkerTree.subdivide(Sector extent, int rows, int cols)
           
 void ImageTiler.tileImage(BufferedImage baseImage, Sector baseSector, ImageTiler.ImageTilerListener listener)
          Performs a subdivision according to the current parameters and assuming that the image corresponds with a Sector rather than a quadrilateral or other shape.
 

Method parameters in gov.nasa.worldwind.util with type arguments of type Sector
 List<Sector> SectorVisibilityTree.refresh(DrawContext dc, double sectorSize, List<Sector> searchSectors)
          Determines the visible sectors at a specified resolution within a collection of sectors.
 

Constructors in gov.nasa.worldwind.util with parameters of type Sector
ImageUtil.AlignedImage(BufferedImage image, Sector sector)
           
LevelSet.SectorResolution(Sector sector, int levelNumber)
           
SpatialTree.LocationTree(Sector coverage, int maxDepth, boolean addToAllLevels)
           
SpatialTree.LocationTree(Sector coverage, int depth, int maxDepth, boolean addToAllLevels)
           
SpatialTree.MarkerTree(Sector coverage, int maxDepth, boolean addToAllLevels)
           
SpatialTree.MarkerTree(Sector coverage, int depth, int maxDepth, boolean addToAllLevels)
           
SpatialTree.SectorTree(Sector coverage, int maxDepth, boolean addToAllLevels)
           
SpatialTree.SectorTree(Sector coverage, int depth, int maxDepth, boolean addToAllLevels)
           
Tile(Sector sector)
           
Tile(Sector sector, Level level)
           
Tile(Sector sector, Level level, int row, int column)
           
 

Uses of Sector in gov.nasa.worldwind.util.measure
 

Methods in gov.nasa.worldwind.util.measure that return Sector
 Sector LengthMeasurer.getBoundingSector()
           
 

Constructors in gov.nasa.worldwind.util.measure with parameters of type Sector
AreaMeasurer.Cell(Sector sector, double projected, double surface)
           
 

Uses of Sector in gov.nasa.worldwind.view
 

Fields in gov.nasa.worldwind.view declared as Sector
protected  Sector BasicOrbitViewLimits.centerLocationLimits
           
 

Methods in gov.nasa.worldwind.view that return Sector
 Sector OrbitViewLimits.getCenterLocationLimits()
          Returns the Sector which limits the OrbitView center latitude and longitude.
 Sector BasicOrbitViewLimits.getCenterLocationLimits()
           
 

Methods in gov.nasa.worldwind.view with parameters of type Sector
 void OrbitViewLimits.setCenterLocationLimits(Sector sector)
          Sets the Sector which will limit the OrbitView center latitude and longitude.
 void BasicOrbitViewLimits.setCenterLocationLimits(Sector sector)
           
 

Uses of Sector in gov.nasa.worldwind.wms
 

Methods in gov.nasa.worldwind.wms with parameters of type Sector
 BufferedImage WMSTiledImageLayer.composeImageForSector(Sector sector, int canvasWidth, int canvasHeight, double aspectRatio, int levelNumber, String mimeType, boolean abortOnError, BufferedImage image, int timeout)
           
 


NASA World Wind

Hosted by docs.bugaco.com