Uses of Class
gov.nasa.worldwind.geom.Sector
-
-
Uses of Sector in gov.nasa.worldwind.data
Fields in gov.nasa.worldwind.data declared as Sector Modifier and Type Field Description protected SectorGDAL.Area. bboxMethods in gov.nasa.worldwind.data that return Sector Modifier and Type Method Description static SectorGDAL.Area. calcBoundingSector(org.gdal.osr.SpatialReference srs, java.awt.geom.Point2D[] corners)calculates a Geodetic bounding boxprotected SectorTiledRasterProducer. computeBoundingSector(java.lang.Iterable<? extends DataRaster> rasters)SectorAbstractDataRaster. getSector()SectorBasicRasterServer. getSector()SectorCachedDataRaster. getSector()SectorDataRaster. getSector()Returns the region covered be the data.SectorGDAL.Area. getSector()SectorRasterServer. getSector()Returns a Geographic extend (coverage) of the composerSectorRasterServerConfiguration. getSector()SectorRasterServerConfiguration.RasterSector. getSector()SectorRasterServerConfiguration.Source. getSector()Methods in gov.nasa.worldwind.data with parameters of type Sector Modifier and Type Method Description protected org.gdal.gdal.DatasetGDALDataRaster. buildNorthUpDatasetFromOverview(Sector reqSector, int reqWidth, int reqHeight, int bestOverviewIdx, int srcWidth, int srcHeight)protected java.awt.RectangleAbstractDataRaster. computeClipRect(Sector clipSector, DataRaster clippedRaster)protected LatLonTiledRasterProducer. computeDesiredTileDelta(Sector sector)protected java.awt.geom.AffineTransformAbstractDataRaster. computeGeographicToRasterTransform(int width, int height, Sector sector)protected java.awt.geom.AffineTransformBufferWrapperRaster. computeGeographicToRasterTransform(int width, int height, Sector sector)protected intMipMappedBufferedImageRaster. computeMipmapLevel(int sourceWidth, int sourceHeight, Sector sourceSector, int destWidth, int destHeight, Sector destSector)protected java.awt.geom.AffineTransformAbstractDataRaster. computeSourceToDestTransform(int sourceWidth, int sourceHeight, Sector sourceSector, int destWidth, int destHeight, Sector destSector)protected java.awt.geom.AffineTransformBufferWrapperRaster. computeSourceToDestTransform(int sourceWidth, int sourceHeight, Sector sourceSector, int destWidth, int destHeight, Sector destSector)protected org.gdal.gdal.DatasetGDALDataRaster. createCompatibleDataset(int width, int height, Sector sector, AVList destParams)protected DataRasterTiledElevationProducer. createDataRaster(int width, int height, Sector sector, AVList params)protected DataRasterTiledImageProducer. createDataRaster(int width, int height, Sector sector, AVList params)protected abstract DataRasterTiledRasterProducer. createDataRaster(int width, int height, Sector sector, AVList params)protected org.gdal.gdal.DatasetGDALDataRaster. createMaskDataset(int width, int height, Sector sector)protected DataRasterImageIORasterReader. createRaster(Sector sector, java.awt.image.BufferedImage image)protected BufferWrapperRasterBufferWrapperRaster. createSubRaster(int width, int height, Sector sector, AVList params)This returns a new sub-raster initialized with the specified properties.protected DataRasterGDALDataRaster. doGetSubRaster(int roiWidth, int roiHeight, Sector roiSector, AVList roiParams)protected org.gdal.gdal.DatasetGDALDataRaster. getBestSuitedDataset(int reqWidth, int reqHeight, Sector reqSector)The purpose of this method is to create the best suited dataset for the requested area.DataRasterAbstractDataRaster. getSubRaster(int width, int height, Sector sector, AVList params)DataRasterCachedDataRaster. getSubRaster(int width, int height, Sector sector, AVList params)DataRasterDataRaster. getSubRaster(int width, int height, Sector sector, AVList params)Returns a portion of this raster as another raster.GDAL.AreaGDAL.Area. intersection(Sector sector)protected booleanGDALDataRaster. intersects(Sector reqSector)protected booleanTiledRasterProducer. isWithinLatLonLimits(Sector sector, LatLon tileDelta, LatLon tileOrigin)voidGDALDataRaster. setSector(Sector sector)Set a new extent to the data raster.Constructors in gov.nasa.worldwind.data with parameters of type Sector Constructor Description AbstractDataRaster(int width, int height, Sector sector)AbstractDataRaster(int width, int height, Sector sector, AVList list)Area(org.gdal.osr.SpatialReference srs, Sector sector)BufferedImageRaster(int width, int height, int transparency, Sector sector)BufferedImageRaster(Sector sector, java.awt.image.BufferedImage bufferedImage)BufferedImageRaster(Sector sector, java.awt.image.BufferedImage bufferedImage, AVList list)BufferWrapperRaster(int width, int height, Sector sector, BufferWrapper buffer)BufferWrapperRaster(int width, int height, Sector sector, BufferWrapper buffer, AVList list)ByteBufferRaster(int width, int height, Sector sector, AVList params)ByteBufferRaster(int width, int height, Sector sector, java.nio.ByteBuffer byteBuffer, AVList list)MipMappedBufferedImageRaster(Sector sector, java.awt.image.BufferedImage image)Creates a mipmapped version of a BufferedImageRaster from a single BufferedImage instance.MipMappedBufferedImageRaster(Sector sector, java.awt.image.BufferedImage[] images)Creates a mipmapped version of a BufferedImageRaster from multi-resolution array od BufferedImage instances. -
Uses of Sector in gov.nasa.worldwind.geom
Fields in gov.nasa.worldwind.geom declared as Sector Modifier and Type Field Description static SectorSector. EMPTY_SECTORstatic SectorSector. FULL_SPHEREASectorof latitude [-90 degrees, + 90 degrees] and longitude [-180 degrees, + 180 degrees].Methods in gov.nasa.worldwind.geom that return Sector Modifier and Type Method Description static SectorSector. boundingSector(LatLon pA, LatLon pB)static SectorSector. boundingSector(Globe globe, LatLon center, double radius)Returns a newSectorencompassing a circle centered at a given position, with a given radius in meter.static SectorSector. boundingSector(java.lang.Iterable<? extends LatLon> locations)static SectorSector. boundingSector(java.util.Iterator<TrackPoint> positions)static SectorSector. fromDegrees(double[] array)Creates a newSectorand initializes it to angles in the specified array.static SectorSector. fromDegrees(double minLatitude, double maxLatitude, double minLongitude, double maxLongitude)Creates a newSectorand initializes it to the specified angles.static SectorSector. fromDegrees(java.awt.geom.Rectangle2D rectangle)Creates a newSectorand initializes it to the angles resulting from the givenRectangle2Din degrees lat-lon coordinates where x corresponds to longitude and y to latitude.static SectorSector. fromDegreesAndClamp(double minLatitude, double maxLatitude, double minLongitude, double maxLongitude)Creates a newSectorand initializes it to the specified angles.static SectorSector. fromRadians(double minLatitude, double maxLatitude, double minLongitude, double maxLongitude)Creates a newSectorand initializes it to the specified angles.static SectorSector. fromUTMRectangle(int zone, java.lang.String hemisphere, double minEasting, double maxEasting, double minNorthing, double maxNorthing)Returns a geographic Sector which bounds the specified UTM rectangle.SectorSector. intersection(Angle latitude, Angle longitude)SectorSector. intersection(Sector that)static SectorSector. intersection(java.lang.Iterable<? extends Sector> sectors)Returns the intersection of all sectors in the specified iterable.static Sector[]Sector. splitBoundingSectors(Globe globe, LatLon center, double radius)Returns an array of Sectors encompassing a circle centered at a given position, with a given radius in meters.static Sector[]Sector. splitBoundingSectors(java.lang.Iterable<? extends LatLon> locations)Sector[]Sector. subdivide()Sector[]Sector. subdivide(int div)SectorSector. union(Angle latitude, Angle longitude)SectorSector. union(Sector that)Returns a new sector whose angles are the extremes of the this sector and another.static SectorSector. union(Sector sectorA, Sector sectorB)static SectorSector. union(java.lang.Iterable<? extends Sector> sectors)Methods in gov.nasa.worldwind.geom with parameters of type Sector Modifier and Type Method Description intSector. compareTo(Sector that)Compares this sector to a specified sector according to their minimum latitude, minimum longitude, maximum latitude, and maximum longitude, respectively.static BoxSector. computeBoundingBox(Globe globe, double verticalExaggeration, Sector sector)static BoxSector. computeBoundingBox(Globe globe, double verticalExaggeration, Sector sector, double minElevation, double maxElevation)static CylinderSector. computeBoundingCylinder(Globe globe, double verticalExaggeration, Sector sector)Returns a cylinder that minimally surrounds the specified sector at a specified vertical exaggeration.static CylinderSector. computeBoundingCylinder(Globe globe, double verticalExaggeration, Sector sector, double minElevation, double maxElevation)Returns a cylinder that minimally surrounds the specified sector at a specified vertical exaggeration and minimum and maximum elevations for the sector.static CylinderSector. computeBoundingCylinderOrig(Globe globe, double verticalExaggeration, Sector sector)static CylinderSector. computeBoundingCylinderOrig(Globe globe, 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.static SphereSector. computeBoundingSphere(Globe globe, double verticalExaggeration, Sector sector)Returns a sphere that minimally surrounds the sector at a specified vertical exaggeration.static CylinderCylinder. computeVerticalBoundingCylinder(Globe globe, double verticalExaggeration, Sector sector)Returns a cylinder that minimally surrounds the specified minimum and maximum elevations in the sector at a specified vertical exaggeration, and is oriented such that the cylinder axis is perpendicular to the globe's surface.static CylinderCylinder. computeVerticalBoundingCylinder(Globe globe, 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, and is oriented such that the cylinder axis is perpendicular to the globe's surface.protected static CylinderCylinder. computeVerticalBoundsFromSectorLatitudeRange(Globe globe, 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 static CylinderCylinder. computeVerticalBoundsFromSectorQuadrilateral(Globe globe, Sector sector, double minHeight, double maxHeight)Returns a cylinder that minimally surrounds the specified height range in the sector.protected static CylinderCylinder. computeVerticalBoundsFromSectorVertices(Globe globe, Sector sector, double minHeight, double maxHeight)Returns a cylinder that surrounds the specified height range in the zero-area sector.booleanSector. contains(Sector that)Determines whether another sector is fully contained within this one.static MatrixMatrix. 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 specifiedwidthandheightand centered at the point(x, y).static MatrixMatrix. fromImageToGeographic(int imageWidth, int imageHeight, Sector sector)Computes aMatrixthat will map a aligned 2D grid coordinates to geographic coordinates in degrees.static MatrixMatrix. fromViewportToGeographic(Sector sector, int x, int y, int width, int height)Computes a Matrix that will map a Cartesian region of the specifiedwidthandheightand centered at the point(x, y)to the geographic region defined by sector onto .SectorSector. intersection(Sector that)booleanSector. intersects(Sector that)Determines whether this sector intersects another sector's range of latitude and longitude.booleanSector. intersectsInterior(Sector that)Determines whether the interiors of this sector and another sector intersect.SectorSector. union(Sector that)Returns a new sector whose angles are the extremes of the this sector and another.static SectorSector. union(Sector sectorA, Sector sectorB)Method parameters in gov.nasa.worldwind.geom with type arguments of type Sector Modifier and Type Method Description static SectorSector. intersection(java.lang.Iterable<? extends Sector> sectors)Returns the intersection of all sectors in the specified iterable.booleanSector. intersectsAny(java.lang.Iterable<? extends Sector> sectors)Determines whether this sector intersects any one of the sectors in the specified iterable.static SectorSector. union(java.lang.Iterable<? extends Sector> sectors)Constructors in gov.nasa.worldwind.geom with parameters of type Sector Constructor Description Sector(Sector sector) -
Uses of Sector in gov.nasa.worldwind.globes
Methods in gov.nasa.worldwind.globes that return Sector Modifier and Type Method Description SectorGeographicProjection. getProjectionLimits()Indicates the latitude limits for this projection.Methods in gov.nasa.worldwind.globes with parameters of type Sector Modifier and Type Method Description voidElevationModel. composeElevations(Sector sector, java.util.List<? extends LatLon> latlons, int tileWidth, double[] buffer)Determines the elevations at specified locations within a specifiedSector.voidEllipsoidalGlobe. computePointsFromPositions(Sector sector, int numLat, int numLon, double[] metersElevation, Vec4[] out)Computes a grid of cartesian points corresponding to a grid of geographic positions.voidGlobe. computePointsFromPositions(Sector sector, int numLat, int numLon, double[] metersElevation, Vec4[] out)Computes a grid of cartesian points corresponding to a grid of geographic positions.protected voidEllipsoidalGlobe. geodeticToCartesian(Sector sector, int numLat, int numLon, double[] metersElevation, Vec4[] out)Maps a grid of geographic positions to Cartesian coordinates.protected voidFlatGlobe. geodeticToCartesian(Sector sector, int numLat, int numLon, double[] metersElevation, Vec4[] out)voidGeographicProjection. geographicToCartesian(Globe globe, Sector sector, int numLat, int numLon, double[] metersElevation, Vec4 offset, Vec4[] out)Converts a grid of geographic positions to a grid of points in Cartesian coordinates.doubleElevationModel. getBestResolution(Sector sector)Indicates the best resolution attainable for a specified sector.double[]ElevationModel. getBestResolutions(Sector sector)doubleElevationModel. getDetailHint(Sector sector)Returns the detail hint associated with the specified sector.double[]ElevationModel. getElevations(Sector sector, java.util.List<? extends LatLon> latlons, double[] targetResolution, double[] buffer)Returns the elevations of a collection of locations.doubleElevationModel. getElevations(Sector sector, java.util.List<? extends LatLon> latlons, double targetResolution, double[] buffer)Returns the elevations of a collection of locations.double[]EllipsoidalGlobe. getElevations(Sector sector, java.util.List<? extends LatLon> latLons, double[] targetResolution, double[] elevations)doubleEllipsoidalGlobe. getElevations(Sector sector, java.util.List<? extends LatLon> latlons, double targetResolution, double[] elevations)double[]Globe. getElevations(Sector sector, java.util.List<? extends LatLon> latlons, double[] targetResolution, double[] elevations)Indicates the elevations of a collection of locations.doubleGlobe. getElevations(Sector sector, java.util.List<? extends LatLon> latlons, double targetResolution, double[] elevations)Indicates 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.doubleElevationModel. getLocalDataAvailability(Sector sector, java.lang.Double targetResolution)Returns the proportion of this elevation model's data that is local -- in the computer's data cache or installed data filestore -- for a specified sector and target resolution.double[]EllipsoidalGlobe. getMinAndMaxElevations(Sector sector)double[]Globe. getMinAndMaxElevations(Sector sector)Returns the minimum and maximum elevations within a specified sector on this Globe.double[]ElevationModel. getUnmappedElevations(Sector sector, java.util.List<? extends LatLon> latlons, double[] targetResolution, double[] buffer)Returns the elevations of a collection of locations.doubleElevationModel. getUnmappedElevations(Sector sector, java.util.List<? extends LatLon> latlons, double targetResolution, double[] buffer)Returns the elevations of a collection of locations.intElevationModel. intersects(Sector sector)Indicates whether the elevation model covers a specified sector either partially or fully.voidGeographicProjection. setProjectionLimits(Sector projectionLimits)Specifies the limits for this projection. -
Uses of Sector in gov.nasa.worldwind.globes.projections
Fields in gov.nasa.worldwind.globes.projections declared as Sector Modifier and Type Field Description protected static SectorProjectionUPS. NORTH_LIMITSprotected SectorAbstractGeographicProjection. projectionLimitsprotected static SectorProjectionUPS. SOUTH_LIMITSMethods in gov.nasa.worldwind.globes.projections that return Sector Modifier and Type Method Description SectorAbstractGeographicProjection. getProjectionLimits()protected static SectorProjectionTransverseMercator. makeProjectionLimits(Angle centralMeridian, Angle width)Methods in gov.nasa.worldwind.globes.projections with parameters of type Sector Modifier and Type Method Description voidProjectionEquirectangular. geographicToCartesian(Globe globe, Sector sector, int numLat, int numLon, double[] metersElevation, Vec4 offset, Vec4[] out)voidProjectionMercator. geographicToCartesian(Globe globe, Sector sector, int numLat, int numLon, double[] metersElevation, Vec4 offset, Vec4[] out)voidProjectionModifiedSinusoidal. geographicToCartesian(Globe globe, Sector sector, int numLat, int numLon, double[] metersElevation, Vec4 offset, Vec4[] out)voidProjectionPolarEquidistant. geographicToCartesian(Globe globe, Sector sector, int numLat, int numLon, double[] metersElevation, Vec4 offset, Vec4[] out)voidProjectionSinusoidal. geographicToCartesian(Globe globe, Sector sector, int numLat, int numLon, double[] metersElevation, Vec4 offset, Vec4[] out)voidProjectionTransverseMercator. geographicToCartesian(Globe globe, Sector sector, int numLat, int numLon, double[] metersElevation, Vec4 offset, Vec4[] out)voidProjectionUPS. geographicToCartesian(Globe globe, Sector sector, int numLat, int numLon, double[] metersElevation, Vec4 offset, Vec4[] out)voidAbstractGeographicProjection. setProjectionLimits(Sector projectionLimits)Constructors in gov.nasa.worldwind.globes.projections with parameters of type Sector Constructor Description AbstractGeographicProjection(Sector projectionLimits) -
Uses of Sector in gov.nasa.worldwind.layers
Fields in gov.nasa.worldwind.layers declared as Sector Modifier and Type Field Description SectorAbstractGraticuleLayer.GridElement. sectorMethods in gov.nasa.worldwind.layers that return Sector Modifier and Type Method Description protected Sector[]BasicTiledImageLayerBulkDownloader. computeRandomRegions(Sector sector, int div, int numRegions)Methods in gov.nasa.worldwind.layers that return types with arguments of type Sector Modifier and Type Method Description protected java.util.Iterator<Sector>BasicTiledImageLayerBulkDownloader. getRegionIterator(Sector sector, int div)Methods in gov.nasa.worldwind.layers with parameters of type Sector Modifier and Type Method Description voidSurfaceImageLayer. addImage(java.lang.String imagePath, Sector sector)Add an image to the collection and specify its coverage.voidSurfaceImageLayer. addImage(java.lang.String name, java.awt.image.BufferedImage image, Sector sector)Add aBufferedImageto the collection at an explicitly specified location.protected voidGARSGraticuleLayer.GraticuleTile. addLabel(java.lang.String label, Sector sector, double resolution)java.awt.image.BufferedImageSurfaceImageLayer. composeImageForSector(Sector sector, int canvasWidth, int canvasHeight, double aspectRatio, java.awt.image.BufferedImage image)Create an image for the portion of this layer lying within a specified sector.java.awt.image.BufferedImageTiledImageLayer. composeImageForSector(Sector sector, int canvasWidth, int canvasHeight, double aspectRatio, int levelNumber, java.lang.String mimeType, boolean abortOnError, java.awt.image.BufferedImage image, int timeout)Create an image for the portion of this layer lying within a specified sector.The image is created at a specified aspect ratio within a canvas of a specified size.intTiledImageLayer. computeLevelForResolution(Sector sector, double resolution)protected Sector[]BasicTiledImageLayerBulkDownloader. computeRandomRegions(Sector sector, int div, int numRegions)protected intBasicTiledImageLayerBulkDownloader. computeRegionDivisions(Sector sector, int levelNumber, int maxCount)protected voidAbstractGraticuleLayer. computeTruncatedSegment(Position p1, Position p2, Sector sector, java.util.ArrayList<Position> positions)longTiledImageLayer. countImagesInSector(Sector sector)longTiledImageLayer. countImagesInSector(Sector sector, int levelNumber)protected TextureTileTextureTile. createSubTile(Sector sector, Level level, int row, int col)longBasicTiledImageLayer. getEstimatedMissingDataSize(Sector sector, double resolution)Get the estimated size in bytes of the imagery not in the WorldWind file cache for the given sector and resolution.longBasicTiledImageLayer. getEstimatedMissingDataSize(Sector sector, double resolution, FileStore fileStore)Get the estimated size in bytes of the imagery not in a specified file store for a specified sector and resolution.protected java.util.ArrayList<TextureTile>BasicTiledImageLayerBulkDownloader. getMissingTilesInSector(Sector sector, int levelNumber)protected java.util.Iterator<Sector>BasicTiledImageLayerBulkDownloader. getRegionIterator(Sector sector, int div)java.util.Collection<? extends Renderable>CachedRenderableLayer. getRenderables(Sector extent)Returns all Renderables within or intersecting a specified sector.TextureTile[][]TiledImageLayer. getTilesInSector(Sector sector, int levelNumber)booleanAbstractGraticuleLayer.GridElement. isInView(DrawContext dc, Sector vs)protected java.lang.StringGARSGraticuleLayer. makeLabel(Sector sector, java.lang.String graticuleType)BulkRetrievalThreadBasicTiledImageLayer. makeLocal(Sector sector, double resolution, FileStore fileStore, BulkRetrievalListener listener)Start a newBulkRetrievalThreadthat downloads all imagery for a given sector and resolution to a specifiedFileStore, without downloading imagery that is already in the file store.BulkRetrievalThreadBasicTiledImageLayer. makeLocal(Sector sector, double resolution, BulkRetrievalListener listener)Start a newBulkRetrievalThreadthat downloads all imagery for a given sector and resolution to the current WorldWind file cache, without downloading imagery that is already in the cache.protected booleanTiledImageLayer. needToSplit(DrawContext dc, Sector sector, Level level)Constructors in gov.nasa.worldwind.layers with parameters of type Sector Constructor Description BasicTiledImageLayerBulkDownloader(BasicTiledImageLayer layer, Sector sector, double resolution, FileStore fileStore, BulkRetrievalListener listener)Constructs a downloader to retrieve imagery not currently available in a specified file store.BasicTiledImageLayerBulkDownloader(BasicTiledImageLayer layer, Sector sector, double resolution, BulkRetrievalListener listener)Constructs a downloader to retrieve imagery not currently available in the WorldWind file cache.CachedRenderableLayer(Sector coverage)Constructs a layer instance.CachedRenderableLayer(Sector coverage, int numLevels)Constructs a layer instance.GraticuleTile(Sector sector, int divisions, int level)GraticuleTile(Sector sector, int divisions, int level)GridElement(Sector sector, java.lang.Object renderable, java.lang.String type)TextureTile(Sector sector)TextureTile(Sector sector, Level level, int row, int col)TextureTile(Sector sector, Level level, int row, int column, java.lang.String cacheName) -
Uses of Sector in gov.nasa.worldwind.layers.Earth
Methods in gov.nasa.worldwind.layers.Earth that return Sector Modifier and Type Method Description protected SectorMGRSGraticuleLayer. computeVisibleSector(DrawContext dc)Methods in gov.nasa.worldwind.layers.Earth with parameters of type Sector Modifier and Type Method Description protected java.util.ArrayList<UTMBaseGraticuleLayer.SquareZone>UTMBaseGraticuleLayer. createSquaresGrid(int UTMZone, java.lang.String hemisphere, Sector UTMZoneSector, double minEasting, double maxEasting, double minNorthing, double maxNorthing)protected voidMGRSGraticuleLayer. selectMGRSRenderables(DrawContext dc, Sector vs)voidUTMBaseGraticuleLayer.SquareGrid. selectRenderables(DrawContext dc, Sector vs)voidUTMBaseGraticuleLayer.SquareZone. selectRenderables(DrawContext dc, Sector vs)Constructors in gov.nasa.worldwind.layers.Earth with parameters of type Sector Constructor Description GraticuleTile(Sector sector)SquareGrid(int UTMZone, java.lang.String hemisphere, Sector UTMZoneSector, double SWEasting, double SWNorthing, double size)SquareZone(int UTMZone, java.lang.String hemisphere, Sector UTMZoneSector, double SWEasting, double SWNorthing, double size) -
Uses of Sector in gov.nasa.worldwind.layers.mercator
Subclasses of Sector in gov.nasa.worldwind.layers.mercator Modifier and Type Class Description classMercatorSectorMethods in gov.nasa.worldwind.layers.mercator with parameters of type Sector Modifier and Type Method Description java.awt.image.BufferedImageMercatorTiledImageLayer. composeImageForSector(Sector sector, int imageWidth, int imageHeight, int levelNumber, java.lang.String mimeType, boolean abortOnError, java.awt.image.BufferedImage image)intMercatorTiledImageLayer. computeLevelForResolution(Sector sector, Globe globe, double resolution)intMercatorTiledImageLayer. countImagesInSector(Sector sector, int levelNumber)static MercatorSectorMercatorSector. fromSector(Sector sector) -
Uses of Sector in gov.nasa.worldwind.layers.placename
Fields in gov.nasa.worldwind.layers.placename declared as Sector Modifier and Type Field Description SectorPlaceNameLayer.NavigationTile. navSectorprotected SectorPlaceNameLayer.Tile. sectorstatic SectorPlaceNameService. TILING_SECTORMethods in gov.nasa.worldwind.layers.placename that return Sector Modifier and Type Method Description SectorPlaceNameService. getMaskingSector()SectorPlaceNameLayer.Tile. getSector()Methods in gov.nasa.worldwind.layers.placename with parameters of type Sector Modifier and Type Method Description java.net.URLPlaceNameService. createServiceURLFromSector(Sector sector)protected intPlaceNameLayerBulkDownloader. estimateNumberTilesinSector(PlaceNameLayer.NavigationTile tile, Sector searchSector)longPlaceNameLayer. getEstimatedMissingDataSize(Sector sector, double resolution)Get the estimated size in bytes of the placenames not in the WorldWind file cache for the given sector and resolution.longPlaceNameLayer. getEstimatedMissingDataSize(Sector sector, double resolution, FileStore fileStore)Get the estimated size in bytes of the placenames not in a specified file store for the given sector and resolution.protected intPlaceNameLayerBulkDownloader. getMissingTilesCountEstimate(Sector sector, double resolution)protected java.util.ArrayList<PlaceNameLayer.Tile>PlaceNameLayerBulkDownloader. getMissingTilesInSector(Sector sector)protected static booleanPlaceNameLayer. isSectorVisible(DrawContext dc, Sector sector, double minDistanceSquared, double maxDistanceSquared)BulkRetrievalThreadPlaceNameLayer. makeLocal(Sector sector, double resolution, FileStore fileStore, BulkRetrievalListener listener)Start a newBulkRetrievalThreadthat downloads all placenames for a given sector and resolution to a specified file store.BulkRetrievalThreadPlaceNameLayer. makeLocal(Sector sector, double resolution, BulkRetrievalListener listener)Start a newBulkRetrievalThreadthat downloads all placenames for a given sector and resolution to the current WorldWind file cache.protected java.util.List<PlaceNameLayer.NavigationTile>PlaceNameLayerBulkDownloader. navTilesVisible(PlaceNameLayer.NavigationTile tile, Sector sector)Constructors in gov.nasa.worldwind.layers.placename with parameters of type Sector Constructor Description PlaceNameLayerBulkDownloader(PlaceNameLayer layer, Sector sector, double resolution, FileStore fileStore, BulkRetrievalListener listener)Constructs a downloader to retrieve placenames not currently available in a specified file store and places it there.PlaceNameLayerBulkDownloader(PlaceNameLayer layer, Sector sector, double resolution, BulkRetrievalListener listener)Constructs a downloader to retrieve placenames not currently available in the WorldWind file cache.PlaceNameService(java.lang.String service, java.lang.String dataset, java.lang.String fileCachePath, Sector sector, LatLon tileDelta, java.awt.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 Modifier and Type Method Description SectorRPFFileIndex.IndexProperties. getBoundingSector()SectorRPFFileIndex.RPFFileRecord. getSector()Methods in gov.nasa.worldwind.layers.rpf with parameters of type Sector Modifier and Type Method Description voidRPFFileIndex.IndexProperties. setBoundingSector(Sector sector)voidRPFFileIndex.RPFFileRecord. setSector(Sector sector) -
Uses of Sector in gov.nasa.worldwind.ogc.kml
Fields in gov.nasa.worldwind.ogc.kml declared as Sector Modifier and Type Field Description protected SectorKMLRegion.RegionData. sectorIndicates theSectorused to determine if a Region who'saltitudeModeisclampToGroundis visible.Methods in gov.nasa.worldwind.ogc.kml that return Sector Modifier and Type Method Description protected SectorKMLLink. computeVisibleBounds(DrawContext dc)Returns aSectorthat specifies the current visible bounds on the globe.SectorKMLRegion.RegionData. getSector()Indicates theSectorused to determine if a Region who'saltitudeModeisclampToGroundis visible.Methods in gov.nasa.worldwind.ogc.kml with parameters of type Sector Modifier and Type Method Description protected booleanKMLRegion. isSectorSupported(Sector sector)Determines if a Sector is supported by this Region implementation.voidKMLRegion.RegionData. setSector(Sector sector)Specifies theSectorthat defines a Region's surface sector on theGlobe. -
Uses of Sector in gov.nasa.worldwind.ogc.kml.impl
Methods in gov.nasa.worldwind.ogc.kml.impl that return Sector Modifier and Type Method Description static SectorKMLUtil. createSectorFromLatLonBox(KMLAbstractLatLonBoxType box)Creates aSectorfrom aKMLAbstractLatLonBoxType'snorth,south,east, andwestcoordinates.Methods in gov.nasa.worldwind.ogc.kml.impl with parameters of type Sector Modifier and Type Method Description static java.util.List<LatLon>KMLUtil. rotateSector(Globe globe, Sector sector, Angle rotation)Rotate the corners of a sector around a normal vector through the sector centroid. -
Uses of Sector in gov.nasa.worldwind.ogc.wms
Fields in gov.nasa.worldwind.ogc.wms declared as Sector Modifier and Type Field Description protected SectorWMSLayerCapabilities. geographicBoundingBoxMethods in gov.nasa.worldwind.ogc.wms that return Sector Modifier and Type Method Description SectorWMSLayerCapabilities. getGeographicBoundingBox()Methods in gov.nasa.worldwind.ogc.wms with parameters of type Sector Modifier and Type Method Description protected voidWMSLayerCapabilities. setGeographicBoundingBox(Sector geographicBoundingBox) -
Uses of Sector in gov.nasa.worldwind.render
Fields in gov.nasa.worldwind.render declared as Sector Modifier and Type Field Description protected SectorSurfaceObjectTileBuilder.SurfaceObjectTile. objectSectorThe sector that bounds the surface renderables intersecting the tile.protected SectorAbstractShape. sectorprotected SectorFramebufferTexture. sectorprotected SectorSurfaceSector. sectorprotected SectorDrawContextImpl. visibleSectorFields in gov.nasa.worldwind.render with type parameters of type Sector Modifier and Type Field Description protected java.util.List<Sector>SurfaceIcon.SectorInfo. sectorsprotected java.util.List<Sector>SurfacePolylines. sectorsMethods in gov.nasa.worldwind.render that return Sector Modifier and Type Method Description protected SectorAbstractSurfaceRenderable. computeRotatedSectorBounds(Sector sector, LatLon location, Angle heading)protected Sector[]SurfaceText. computeSector(DrawContext dc)Compute the sector covered by this surface text.SectorSurfaceObjectTileBuilder.SurfaceObjectTile. getObjectSector()Returns a sector that bounds the surface renderables intersecting the tile.SectorAbstractGeneralShape. getSector()Returns the object's geographic extent.SectorContourLine. getSector()Get the contour line current bounding sector.SectorExtrudedPolygon. getSector()SectorFramebufferTexture. getSector()SectorGeographicExtent. getSector()Returns the object's geographic extent.SectorPath. getSector()SectorPolygon. getSector()SectorRigidShape. getSector()Computes the shape's sector.SectorSurfaceImage. getSector()SectorSurfaceSector. getSector()SectorSurfaceTile. getSector()SectorDrawContext. getVisibleSector()Retrieves aSectorwhich is at least as large as the current visible sector.SectorDrawContextImpl. getVisibleSector()Methods in gov.nasa.worldwind.render that return types with arguments of type Sector Modifier and Type Method Description protected java.util.List<Sector>AbstractSurfaceRenderable. computeNormalizedSectors(Sector sector)protected java.util.List<Sector>AbstractSurfaceShape. computeSectors(Globe globe)Computes the bounding sectors for the shape.protected java.util.List<Sector>AbstractSurfaceShape. computeSectors(DrawContext dc)Computes the bounding sectors for the shape.protected java.util.List<Sector>SurfaceIcon. computeSectors(DrawContext dc)protected java.util.List<Sector>SurfaceIcons. computeSectors(DrawContext dc)java.util.List<Sector>AbstractSurfaceShape. getSectors(DrawContext dc)java.util.List<Sector>SurfaceIcon. getSectors(DrawContext dc)java.util.List<Sector>SurfacePolylines. getSectors(DrawContext dc)java.util.List<Sector>SurfaceRenderable. getSectors(DrawContext dc)Returns a list of sectors indicating the geographic region that bounds this renderable for the specified draw context.java.util.List<Sector>SurfaceText. getSectors(DrawContext dc)Returns a list of sectors indicating the geographic region that bounds this renderable for the specified draw context.java.util.List<Sector>DrawContext. getVisibleSectors(double[] resolutions, long timeLimit, Sector searchSector)Returns the visible sectors at one of several specified resolutions within a specified search sector.java.util.List<Sector>DrawContextImpl. getVisibleSectors(double[] resolutions, long timeLimit, Sector sector)Methods in gov.nasa.worldwind.render with parameters of type Sector Modifier and Type Method Description voidSurfaceObjectTileBuilder.SurfaceObjectTile. addAllSurfaceObjects(java.util.List<SurfaceRenderable> c, Sector sector)Adds the specified collection of surface renderables to the tile's list of intersecting objects.voidSurfaceObjectTileBuilder.SurfaceObjectTile. addSurfaceObject(SurfaceRenderable so, Sector sector)Adds the specified surface renderable to the tile's list of intersecting objects.protected MatrixFramebufferTexture. computeGeographicToCartesianTransform(Sector sector)protected intAbstractSurfaceRenderable. computeHemisphereOffset(Sector sector, LatLon location)protected AngleSurfaceIcons. computeIconRadius(DrawContext dc, double regionPixelSize, Sector drawSector)protected doubleSurfaceIcons. computeLocationDistanceDegreesSquared(Sector drawSector, LatLon location)protected java.util.List<Sector>AbstractSurfaceRenderable. computeNormalizedSectors(Sector sector)protected SectorAbstractSurfaceRenderable. computeRotatedSectorBounds(Sector sector, LatLon location, Angle heading)protected AngleSurfaceIcons. computeSectorRadius(Sector sector)protected TextureTileSurfaceObjectTileBuilder.SurfaceObjectTile. createSubTile(Sector sector, Level level, int row, int col)protected SurfaceObjectTileBuilder.SurfaceObjectTileSurfaceObjectTileBuilder. createTile(Sector sector, Level level, int row, int column, java.lang.String cacheName)Returns a new SurfaceObjectTile corresponding to the specifiedsector,level,row,column, andcacheName.java.util.List<Sector>DrawContext. getVisibleSectors(double[] resolutions, long timeLimit, Sector searchSector)Returns the visible sectors at one of several specified resolutions within a specified search sector.java.util.List<Sector>DrawContextImpl. getVisibleSectors(double[] resolutions, long timeLimit, Sector sector)protected static booleanAbstractSurfaceShape. isSectorEmpty(Sector sector)voidSurfaceImage. setImageSource(java.lang.Object imageSource, Sector sector)voidContourLine. setSector(Sector sector)Set the contour line bounding sector.voidSurfaceSector. setSector(Sector sector)voidDrawContext. setVisibleSector(Sector s)Sets the visibleSector.voidDrawContextImpl. setVisibleSector(Sector s)Method parameters in gov.nasa.worldwind.render with type arguments of type Sector Modifier and Type Method Description protected ExtentAbstractSurfaceObject. computeExtent(Globe globe, double verticalExaggeration, java.util.List<Sector> sectors)Computes an extent bounding the the specified sectors on the specified Globe's surface.Constructors in gov.nasa.worldwind.render with parameters of type Sector Constructor Description ContourLine(double elevation, Sector sector)ContourLine(Sector sector)FBOTexture(WWTexture imageSource, Sector sector, java.util.List<LatLon> corners)FramebufferTexture(WWTexture imageSource, Sector sector, java.util.List<LatLon> corners)Quadrilateral(Sector sector, double elevation)SurfaceImage(java.lang.Object imageSource, Sector sector)Renders a single image tile from a local image source.SurfaceObjectTile(Sector sector, Level level, int row, int column, java.lang.String cacheName)Constructs a tile for a given sector, level, row and column of the tile's containing tile set.SurfacePolygons(Sector sector, CompoundVecBuffer buffer)SurfacePolylines(Sector sector, CompoundVecBuffer buffer)SurfaceSector(Sector sector)Constructs a new surface sector with the specified sector.SurfaceSector(ShapeAttributes normalAttrs, Sector sector)Constructs a new surface sector with the specified normal (as opposed to highlight) attributes and the specified sector.Constructor parameters in gov.nasa.worldwind.render with type arguments of type Sector Constructor Description SectorInfo(java.util.List<Sector> sectors, DrawContext dc) -
Uses of Sector in gov.nasa.worldwind.retrieve
Fields in gov.nasa.worldwind.retrieve declared as Sector Modifier and Type Field Description protected SectorBulkRetrievalThread. sectorMethods in gov.nasa.worldwind.retrieve that return Sector Modifier and Type Method Description SectorBulkRetrievalThread. getSector()Get the requestedSector.Methods in gov.nasa.worldwind.retrieve with parameters of type Sector Modifier and Type Method Description longBulkRetrievable. getEstimatedMissingDataSize(Sector sector, double resolution)Estimates the amount of data, in bytes, that must be retrieved to the WorldWind data cache for a specified sector and resolution.longBulkRetrievable. getEstimatedMissingDataSize(Sector sector, double resolution, FileStore fileStore)Estimates the amount of data, in bytes, that must be retrieved to a specified filestore for a specified sector and resolution.BulkRetrievalThreadBulkRetrievable. makeLocal(Sector sector, double resolution, FileStore fileStore, BulkRetrievalListener listener)Initiates data retrieval to a specified filestore.BulkRetrievalThreadBulkRetrievable. makeLocal(Sector sector, double resolution, BulkRetrievalListener listener)Initiates data retrieval to the current WorldWind data cache.Constructors in gov.nasa.worldwind.retrieve with parameters of type Sector Constructor Description BulkRetrievalThread(BulkRetrievable retrievable, Sector sector, double resolution, FileStore fileStore, BulkRetrievalListener listener) -
Uses of Sector in gov.nasa.worldwind.terrain
Fields in gov.nasa.worldwind.terrain declared as Sector Modifier and Type Field Description protected SectorRectangularTessellator. currentCoverageprotected SectorHighResolutionTerrain.RectTile. sectorprotected SectorHighResolutionTerrain. sectorprotected SectorLocalElevationModel.LocalTile. sectorThe sector the tile covers.protected SectorRectangularTessellator.CacheKey. sectorprotected SectorRectangularTessellator.RectTile. sectorprotected SectorSectorGeometryList. sectorThe spanning sector of all sector geometries contained in this list.Methods in gov.nasa.worldwind.terrain that return Sector Modifier and Type Method Description protected Sector[]BasicElevationModelBulkDownloader. computeRandomRegions(Sector sector, int div, int numRegions)SectorHighResolutionTerrain. getSector()Returns the object's sector.SectorLocalElevationModel. getSector()Returns the sector spanned by this elevation model.SectorRectangularTessellator.RectTile. getSector()SectorSectorGeometry. getSector()Indicates theSectorcovered by this sector geometry.SectorSectorGeometryList. getSector()Indicates the spanning sector of all sector geometries in this list.Methods in gov.nasa.worldwind.terrain that return types with arguments of type Sector Modifier and Type Method Description java.util.List<Sector>HighResolutionTerrain. getIntersectionTiles(Position pA, Position pB)protected java.util.Iterator<Sector>BasicElevationModelBulkDownloader. getRegionIterator(Sector sector, int div)Methods in gov.nasa.worldwind.terrain with parameters of type Sector Modifier and Type Method Description voidLocalElevationModel. addElevations(java.nio.ByteBuffer byteBuffer, Sector sector, int width, int height, AVList parameters)Adds new elevations to this elevation model.voidHighResolutionTerrain. cacheIntersectingTiles(Sector sector)Cause the tiles used by subsequent intersection calculations to be cached so that they are available immediately to those subsequent calculations.voidAbstractElevationModel. composeElevations(Sector sector, java.util.List<? extends LatLon> latlons, int tileWidth, double[] buffer)voidCompoundElevationModel. composeElevations(Sector sector, java.util.List<? extends LatLon> latlons, int tileWidth, double[] buffer)voidWCSElevationModel. composeElevations(Sector sector, java.util.List<? extends LatLon> latlons, int tileWidth, double[] buffer)voidWMSBasicElevationModel. composeElevations(Sector sector, java.util.List<? extends LatLon> latlons, int tileWidth, double[] buffer)protected intHighResolutionTerrain. computeColumn(Sector range, Angle longitude)Computes the column index corresponding to a specified latitude.protected double[]BasicElevationModel. computeExtremeElevations(Sector sector)protected intBasicElevationModelBulkDownloader. computeLevelForResolution(Sector sector, double resolution)protected Sector[]BasicElevationModelBulkDownloader. computeRandomRegions(Sector sector, int div, int numRegions)protected intBasicElevationModelBulkDownloader. computeRegionDivisions(Sector sector, int levelNumber, int maxCount)protected intHighResolutionTerrain. computeRow(Sector range, Angle latitude)Computes the row index corresponding to a specified latitude.protected longBasicElevationModelBulkDownloader. countTilesInSector(Sector sector, int levelNumber)protected HighResolutionTerrain.RectTileHighResolutionTerrain. createTile(Sector tileSector)Creates the tile for a specified sector.protected RectangularTessellator.RectTileRectangularTessellator. createTile(DrawContext dc, Sector tileSector, int level)protected double[]CompoundElevationModel. doGetElevations(Sector sector, java.util.List<? extends LatLon> latlons, double[] targetResolution, double[] buffer, boolean mapMissingData)protected doubleLocalElevationModel. doGetElevations(Sector sector, java.util.List<? extends LatLon> latlons, double targetResolution, double[] buffer, boolean mapMissingData)Performs the lookup and assembly of elevations for a list of specified locations.doubleBasicElevationModel. getBestResolution(Sector sector)doubleBathymetryFilterElevationModel. getBestResolution(Sector sector)doubleCompoundElevationModel. getBestResolution(Sector sector)doubleLocalElevationModel. getBestResolution(Sector sector)doubleZeroElevationModel. getBestResolution(Sector sector)double[]AbstractElevationModel. getBestResolutions(Sector sector)double[]CompoundElevationModel. getBestResolutions(Sector sector)doubleAbstractElevationModel. getDetailHint(Sector sector)doubleBasicElevationModel. getDetailHint(Sector sector)doubleCompoundElevationModel. getDetailHint(Sector sector)double[]AbstractElevationModel. getElevations(Sector sector, java.util.List<? extends LatLon> latLons, double[] targetResolutions, double[] elevations)protected BasicElevationModel.ElevationsBasicElevationModel. getElevations(Sector requestedSector, LevelSet levelSet, int targetLevelNumber)doubleBasicElevationModel. getElevations(Sector sector, java.util.List<? extends LatLon> latlons, double targetResolution, double[] buffer)protected doubleBasicElevationModel. getElevations(Sector sector, java.util.List<? extends LatLon> latlons, double targetResolution, double[] buffer, boolean mapMissingData)doubleBathymetryFilterElevationModel. getElevations(Sector sector, java.util.List<? extends LatLon> latlons, double targetResolution, double[] buffer)double[]CompoundElevationModel. getElevations(Sector sector, java.util.List<? extends LatLon> latLons, double[] targetResolutions, double[] elevations)doubleCompoundElevationModel. getElevations(Sector sector, java.util.List<? extends LatLon> latlons, double targetResolution, double[] buffer)Returns the elevations of a collection of locations.protected voidHighResolutionTerrain. getElevations(Sector sector, java.util.List<LatLon> latlons, double[] targetResolution, double[] elevations)doubleLocalElevationModel. getElevations(Sector sector, java.util.List<? extends LatLon> latlons, double targetResolution, double[] buffer)doubleZeroElevationModel. getElevations(Sector sector, java.util.List<? extends LatLon> latlons, double targetResolution, double[] buffer)longBasicElevationModel. getEstimatedMissingDataSize(Sector sector, double resolution)Get the estimated size in bytes of the elevations not in the WorldWind file cache for the given sector and resolution.longBasicElevationModel. getEstimatedMissingDataSize(Sector sector, double resolution, FileStore fileStore)Get the estimated size in bytes of the elevations not in a specified file store for the given sector and resolution.double[]BasicElevationModel. getExtremeElevations(Sector sector)double[]BathymetryFilterElevationModel. getExtremeElevations(Sector sector)double[]CompoundElevationModel. getExtremeElevations(Sector sector)Position[]HighResolutionTerrain. getExtremeElevations(Sector sector)Determines the minimum and maximum elevations and their locations within a specifiedSector.double[]LocalElevationModel. getExtremeElevations(Sector sector)double[]ZeroElevationModel. getExtremeElevations(Sector sector)protected double[]BasicElevationModel.Elevations. getExtremes(Sector sector)double[]BasicElevationModel.ElevationTile. getExtremes(Sector sector, BasicElevationModel em, double[] extremes)protected java.util.List<HighResolutionTerrain.RectTile>HighResolutionTerrain. getIntersectingTiles(Sector sector)doubleAbstractElevationModel. getLocalDataAvailability(Sector sector, java.lang.Double targetResolution)doubleBasicElevationModel. getLocalDataAvailability(Sector requestedSector, java.lang.Double targetResolution)doubleBathymetryFilterElevationModel. getLocalDataAvailability(Sector sector, java.lang.Double targetResolution)doubleCompoundElevationModel. getLocalDataAvailability(Sector sector, java.lang.Double targetResolution)protected java.util.ArrayList<Tile>BasicElevationModelBulkDownloader. getMissingTilesInSector(Sector sector, int levelNumber)protected java.util.Iterator<Sector>BasicElevationModelBulkDownloader. getRegionIterator(Sector sector, int div)protected LevelBasicElevationModel. getTargetLevel(Sector sector, double targetSize)protected Tile[][]BasicElevationModelBulkDownloader. getTilesInSector(Sector sector, int levelNumber)double[]AbstractElevationModel. getUnmappedElevations(Sector sector, java.util.List<? extends LatLon> latLons, double[] targetResolutions, double[] elevations)doubleBasicElevationModel. getUnmappedElevations(Sector sector, java.util.List<? extends LatLon> latlons, double targetResolution, double[] buffer)doubleBathymetryFilterElevationModel. getUnmappedElevations(Sector sector, java.util.List<? extends LatLon> latlons, double targetResolution, double[] buffer)double[]CompoundElevationModel. getUnmappedElevations(Sector sector, java.util.List<? extends LatLon> latLons, double[] targetResolutions, double[] elevations)doubleCompoundElevationModel. getUnmappedElevations(Sector sector, java.util.List<? extends LatLon> latlons, double targetResolution, double[] buffer)Returns the elevations of a collection of locations.doubleLocalElevationModel. getUnmappedElevations(Sector sector, java.util.List<? extends LatLon> latlons, double targetResolution, double[] buffer)doubleZeroElevationModel. getUnmappedElevations(Sector sector, java.util.List<? extends LatLon> latlons, double targetResolution, double[] buffer)Intersection[]SectorGeometryList. intersect(double elevation, Sector sector)Determines if and where the geometry intersects the ellipsoid at a given elevation.intBasicElevationModel. intersects(Sector sector)intBathymetryFilterElevationModel. intersects(Sector sector)intCompoundElevationModel. intersects(Sector sector)intLocalElevationModel. intersects(Sector sector)intZeroElevationModel. intersects(Sector sector)BulkRetrievalThreadBasicElevationModel. makeLocal(Sector sector, double resolution, FileStore fileStore, BulkRetrievalListener listener)Start a newBulkRetrievalThreadthat downloads all elevations for a given sector and resolution to a specified file store, without downloading imagery already in the file store.BulkRetrievalThreadBasicElevationModel. makeLocal(Sector sector, double resolution, BulkRetrievalListener listener)Start a newBulkRetrievalThreadthat downloads all elevations for a given sector and resolution to the current WorldWind file cache, without downloading imagery already in the cache.voidSectorGeometryList. setSector(Sector sector)Specifies the sector this list spans.protected booleanRectangularTessellator. skipTile(DrawContext dc, Sector sector)Determines whether a tile is within a 2D globe's projection limits.Constructors in gov.nasa.worldwind.terrain with parameters of type Sector Constructor Description BasicElevationModelBulkDownloader(BasicElevationModel elevationModel, Sector sector, double resolution, FileStore fileStore, BulkRetrievalListener listener)Constructs a downloader to retrieve elevations not currently available in a specified file store.BasicElevationModelBulkDownloader(BasicElevationModel elevationModel, Sector sector, double resolution, BulkRetrievalListener listener)Constructs a downloader to retrieve elevations not currently available in the WorldWind file cache.CacheKey(DrawContext dc, Sector sector, int density)ElevationCompositionTile(Sector sector, Level level, int width, int height)ElevationTile(Sector sector, Level level, int row, int col)HighResolutionTerrain(Globe globe, Sector sector, java.lang.Double targetResolution, java.lang.Double verticalExaggeration)Constructs a terrain object for a specified sector of a specified globe.LocalTile(Sector sector, double missingDataFlag, int tileWidth, int tileHeight, BufferWrapper elevations, java.lang.Double minEl, java.lang.Double maxEl)Constructs a new elevations tile.RectTile(Extent extent, int density, Sector sector)RectTile(RectangularTessellator tessellator, Extent extent, int level, int density, Sector sector) -
Uses of Sector in gov.nasa.worldwind.util
Fields in gov.nasa.worldwind.util declared as Sector Modifier and Type Field Description protected SectorContourList. sectorSectorImageUtil.AlignedImage. sectorprotected SectorSurfaceTileDrawContext. sectorFields in gov.nasa.worldwind.util with type parameters of type Sector Modifier and Type Field Description protected java.util.HashMap<Sector,Extent>SectorVisibilityTree. newExtentsprotected java.util.HashMap<Sector,Extent>SectorVisibilityTree. prevExtentsprotected java.util.ArrayList<Sector>SectorVisibilityTree. sectorsprotected DecisionTree<Sector,SectorVisibilityTree.Context>SectorVisibilityTree. treeMethods in gov.nasa.worldwind.util that return Sector Modifier and Type Method Description static SectorImageUtil. calcBoundingBoxForUTM(AVList params)SectorLevelSet. computeSectorForKey(TileKey key)SectorLevel. computeSectorForPosition(Angle latitude, Angle longitude, LatLon tileOrigin)protected static SectorDataConfigurationUtils. getDataDescriptorSector(org.w3c.dom.Element context, java.lang.String path, javax.xml.xpath.XPath xpath)SectorContourList. getSector()SectorGeographicImageInterpolator. getSector()Returns the sector containing the image's geographic coordinates.SectorLevelSet. getSector()SectorLevelSet.SectorResolution. getSector()SectorSurfaceTileDrawContext. getSector()Returns this context's sector.SectorTile. getSector()static SectorWWXML. getSector(org.w3c.dom.Element context, java.lang.String path, javax.xml.xpath.XPath xpath)Returns theSectorvalue of an element identified by an XPath expression.SectorRestorableSupport. getStateObjectAsSector(RestorableSupport.StateObject stateObject)Returns the value of the StateObject as a Sector.SectorRestorableSupport. getStateValueAsSector(RestorableSupport.StateObject context, java.lang.String name)SectorRestorableSupport. getStateValueAsSector(java.lang.String name)protected static SectorDataConfigurationUtils. getWWDotNetLayerSetSector(org.w3c.dom.Element context, java.lang.String path, javax.xml.xpath.XPath xpath)static SectorImageUtil. positionImage(java.awt.image.BufferedImage sourceImage, java.awt.Point[] imagePoints, LatLon[] geoPoints, java.awt.image.BufferedImage destImage)static SectorImageUtil. positionImage3(java.awt.image.BufferedImage sourceImage, java.awt.Point[] imagePoints, LatLon[] geoPoints, java.awt.image.BufferedImage destImage)static SectorImageUtil. positionImage4(java.awt.image.BufferedImage sourceImage, java.awt.Point[] imagePoints, LatLon[] geoPoints, java.awt.image.BufferedImage destImage)static SectorImageUtil. warpImageWithControlPoints(java.awt.image.BufferedImage sourceImage, java.awt.geom.Point2D[] imagePoints, LatLon[] geoPoints, java.awt.image.BufferedImage destImage)Convenience method for transforming a georeferenced source image into a geographically aligned destination image.static SectorImageUtil. warpImageWithControlPoints3(java.awt.image.BufferedImage sourceImage, java.awt.geom.Point2D[] imagePoints, LatLon[] geoPoints, java.awt.image.BufferedImage destImage)Transforms a georeferenced source image into a geographically aligned destination image.static SectorImageUtil. warpImageWithControlPoints4(java.awt.image.BufferedImage sourceImage, java.awt.geom.Point2D[] imagePoints, LatLon[] geoPoints, java.awt.image.BufferedImage destImage)Transforms a georeferenced source image into a geographically aligned destination image.static SectorImageUtil. warpImageWithWorldFile(java.awt.image.BufferedImage sourceImage, AVList worldFileParams, java.awt.image.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 Modifier and Type Method Description java.util.List<Sector>SectorVisibilityTree. getSectors()java.util.List<Sector>SectorVisibilityTree. refresh(DrawContext dc, double sectorSize)Determines the visible sectors at a specifed resolution within the draw context's current visible sector.java.util.List<Sector>SectorVisibilityTree. refresh(DrawContext dc, double sectorSize, Sector searchSector)Determines the visible sectors at a specified resolution within a specified sector.java.util.List<Sector>SectorVisibilityTree. refresh(DrawContext dc, double sectorSize, java.util.List<Sector> searchSectors)Determines the visible sectors at a specified resolution within a collection of sectors.Methods in gov.nasa.worldwind.util with parameters of type Sector Modifier and Type Method Description voidRestorableSupport. addStateValueAsSector(RestorableSupport.StateObject context, java.lang.String name, Sector sector)voidRestorableSupport. addStateValueAsSector(java.lang.String name, Sector sector)static ImageUtil.AlignedImageImageUtil. alignImage(java.awt.image.BufferedImage sourceImage, float[] latitudes, float[] longitudes, Sector sector, java.awt.Dimension dimension)Reprojects an image into an aligned image, one with edges of constant latitude and longitude.static org.w3c.dom.ElementWWXML. appendSector(org.w3c.dom.Element context, java.lang.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.java.util.List<java.util.List<Position>>ContourBuilder. buildContourLines(double value, Sector sector, double altitude)Computes the geographic contour lines at a specified threshold value.java.util.Set<T>BasicQuadTree. getItemsInRegion(Sector testSector, java.util.Set<T> outItems)Finds and returns the items intersecting a specified sector.LevelLevelSet. getLastLevel(Sector sector)java.util.List<java.lang.Integer>BitSetQuadTreeFilter.FindIntersectingBitsOp. getOnBits(java.util.List<double[]> topRegions, Sector testSector, java.util.List<java.lang.Integer> outIds)Returns the bit positions of significant cells that intersect a specified sector.protected voidBasicQuadTree. makeLevelZeroCells(Sector sector)Creates the quadtree's level-zero cells.static voidImageUtil. mergeImage(Sector canvasSector, Sector imageSector, double aspectRatio, java.awt.image.BufferedImage image, java.awt.image.BufferedImage canvas)Merge an image into another image.abstract voidImageTiler.ImageTilerListener. newTile(java.awt.image.BufferedImage tileImage, Sector tileSector)java.util.List<Sector>SectorVisibilityTree. refresh(DrawContext dc, double sectorSize, Sector searchSector)Determines the visible sectors at a specified resolution within a specified sector.voidImageTiler. tileImage(java.awt.image.BufferedImage baseImage, Sector baseSector, ImageTiler.ImageTilerListener listener)Performs a subdivision according to the current parameters and assuming that the image corresponds with aSectorrather than a quadrilateral or other shape.Method parameters in gov.nasa.worldwind.util with type arguments of type Sector Modifier and Type Method Description java.util.Set<T>BasicQuadTree. getItemsInRegions(java.lang.Iterable<Sector> testSectors, java.util.Set<T> outItems)Finds and returns the items intersecting a specified collection of sectors.java.util.List<Sector>SectorVisibilityTree. refresh(DrawContext dc, double sectorSize, java.util.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 Constructor Description AlignedImage(java.awt.image.BufferedImage image, Sector sector)BasicQuadTree(int numLevels, Sector sector, java.util.Map<java.lang.String,java.util.List<T>> itemMap)Constructs a quadtree of a specified level and spanning a specified region.BasicQuadTree(int numLevels, Sector sector, java.util.Map<java.lang.String,java.util.List<T>> itemMap, boolean allowDuplicates)Constructs a quadtree of a specified level and spanning a specified region.ClippingTessellator(com.jogamp.opengl.glu.GLUtessellator tessellator, Sector sector)SectorResolution(Sector sector, int levelNumber)Tile(Sector sector)Constructs a texture tile for a given sector with a default level, row and column.Tile(Sector sector, Level level)Constructs a texture tile for a given sector and level, and with a default row and column.Tile(Sector sector, Level level, int row, int column)Constructs a tile for a given sector, level, row and column of the tile's containing tile set.Tile(Sector sector, Level level, int row, int column, java.lang.String cacheName)Constructs a tile for a given sector, level, row and column of the tile's containing tile set.Constructor parameters in gov.nasa.worldwind.util with type arguments of type Sector Constructor Description Context(DrawContext dc, double sectorSize, java.util.List<Sector> sectors) -
Uses of Sector in gov.nasa.worldwind.util.combine
Fields in gov.nasa.worldwind.util.combine declared as Sector Modifier and Type Field Description protected SectorCombineContext. sectorA geographic sector indicating the context's region of interest.Fields in gov.nasa.worldwind.util.combine with type parameters of type Sector Modifier and Type Field Description protected java.util.ArrayList<Sector>CombineContext. boundingSectorsThe shape bounding sectors associated with this context.Methods in gov.nasa.worldwind.util.combine that return Sector Modifier and Type Method Description SectorCombineContext. getSector()Returns the context's region of interest as a geographic sector.Methods in gov.nasa.worldwind.util.combine that return types with arguments of type Sector Modifier and Type Method Description java.util.List<Sector>CombineContext. getBoundingSectors()Returns the shape bounding sectors associated with this context.Methods in gov.nasa.worldwind.util.combine with parameters of type Sector Modifier and Type Method Description voidCombineContext. addBoundingSector(Sector sector)Adds the specified geographic sector to this context's list of shape bounding sectors.voidCombineContext. setSector(Sector sector)Specifies the context's region of interest as a geographic sector. -
Uses of Sector in gov.nasa.worldwind.util.gdal
Methods in gov.nasa.worldwind.util.gdal with parameters of type Sector Modifier and Type Method Description static double[]GDALUtils. calcGetGeoTransform(Sector sector, int width, int height)Calculates geo-transform matrix for a north-up raster -
Uses of Sector in gov.nasa.worldwind.util.measure
Methods in gov.nasa.worldwind.util.measure that return Sector Modifier and Type Method Description SectorLengthMeasurer. getBoundingSector()Constructors in gov.nasa.worldwind.util.measure with parameters of type Sector Constructor Description Cell(Sector sector, double projected, double surface) -
Uses of Sector in gov.nasa.worldwind.view
Fields in gov.nasa.worldwind.view declared as Sector Modifier and Type Field Description protected SectorBasicViewPropertyLimits. eyeLocationLimitsMethods in gov.nasa.worldwind.view that return Sector Modifier and Type Method Description SectorBasicViewPropertyLimits. getEyeLocationLimits()Returns the Sector which limits a view's eye latitude and longitude.SectorViewPropertyLimits. getEyeLocationLimits()Returns the Sector which limits a view's eye latitude and longitude.Methods in gov.nasa.worldwind.view with parameters of type Sector Modifier and Type Method Description voidBasicViewPropertyLimits. setEyeLocationLimits(Sector sector)Sets the Sector which will limit a view's eye latitude and longitude.voidViewPropertyLimits. setEyeLocationLimits(Sector sector)Sets the Sector which will limit a view's eye latitude and longitude. -
Uses of Sector in gov.nasa.worldwind.view.orbit
Fields in gov.nasa.worldwind.view.orbit declared as Sector Modifier and Type Field Description protected SectorBasicOrbitViewLimits. centerLocationLimitsMethods in gov.nasa.worldwind.view.orbit that return Sector Modifier and Type Method Description SectorBasicOrbitViewLimits. getCenterLocationLimits()Returns the Sector which limits the orbit view center latitude and longitude.SectorOrbitViewLimits. getCenterLocationLimits()Returns the Sector which limits the orbit view center latitude and longitude.Methods in gov.nasa.worldwind.view.orbit with parameters of type Sector Modifier and Type Method Description voidBasicOrbitViewLimits. setCenterLocationLimits(Sector sector)Sets the Sector which will limit the orbit view center latitude and longitude.voidOrbitViewLimits. setCenterLocationLimits(Sector sector)Sets the Sector which will limit the orbit view center latitude and longitude. -
Uses of Sector in gov.nasa.worldwind.wms
Methods in gov.nasa.worldwind.wms with parameters of type Sector Modifier and Type Method Description java.awt.image.BufferedImageWMSTiledImageLayer. composeImageForSector(Sector sector, int canvasWidth, int canvasHeight, double aspectRatio, int levelNumber, java.lang.String mimeType, boolean abortOnError, java.awt.image.BufferedImage image, int timeout)Constructors in gov.nasa.worldwind.wms with parameters of type Sector Constructor Description ComposeImageTile(Sector sector, java.lang.String mimeType, Level level, int width, int height) -
Uses of Sector in gov.nasa.worldwindx.applications.antenna
Methods in gov.nasa.worldwindx.applications.antenna that return Sector Modifier and Type Method Description SectorAntennaAxes. getSector()SectorAntennaModel. getSector() -
Uses of Sector in gov.nasa.worldwindx.applications.dataimporter
Methods in gov.nasa.worldwindx.applications.dataimporter that return Sector Modifier and Type Method Description SectorFileSet. getSector()SectorFileStoreDataSet. getSector()protected SectorFileSetHighlighter. highlightSelectedSets(java.util.List<FileSet> fileSets)protected SectorFileStoreSectorHighlighter. highlightSelectedSets(java.util.List<FileStoreDataSet> dataSets)protected static SectorFileSetHighlighter. normalizeSector(Sector sector)Methods in gov.nasa.worldwindx.applications.dataimporter with parameters of type Sector Modifier and Type Method Description protected static SectorFileSetHighlighter. normalizeSector(Sector sector)voidFileSet. setSector(Sector sector) -
Uses of Sector in gov.nasa.worldwindx.applications.glider
Fields in gov.nasa.worldwindx.applications.glider declared as Sector Modifier and Type Field Description protected SectorGliderImage. sectorMethods in gov.nasa.worldwindx.applications.glider that return Sector Modifier and Type Method Description SectorGliderImage. getSector()Return the image's location. -
Uses of Sector in gov.nasa.worldwindx.applications.worldwindow.features
Fields in gov.nasa.worldwindx.applications.worldwindow.features declared as Sector Modifier and Type Field Description protected SectorImportedDataPanel.GoToSectorAction. sectorMethods in gov.nasa.worldwindx.applications.worldwindow.features that return Sector Modifier and Type Method Description protected SectorImportedDataPanel. getSector(org.w3c.dom.Element domElement)Constructors in gov.nasa.worldwindx.applications.worldwindow.features with parameters of type Sector Constructor Description GoToSectorAction(Sector sector) -
Uses of Sector in gov.nasa.worldwindx.examples
Fields in gov.nasa.worldwindx.examples declared as Sector Modifier and Type Field Description protected SectorContourBuilderExample.AppFrame. arraySectorprotected SectorBulkDownloadPanel. currentSectorprotected static SectorViewLimits.Controller. DEFAULT_SECTOR_LIMITSprotected SectorBulkDownloadPanel.BulkRetrievablePanel. sectorMethods in gov.nasa.worldwindx.examples that return Sector Modifier and Type Method Description SectorRadarVolume. getSector()SectorViewLimits.AppFrame. getSectorLimits()Methods in gov.nasa.worldwindx.examples with parameters of type Sector Modifier and Type Method Description protected java.util.List<Position>TerrainIntersections.AppFrame. buildGrid(Sector sector, double height, int nLatCells, int nLonCells)protected voidBulkDownloadPanel.BulkRetrievablePanel. doUpdateDescription(Sector sector)protected static java.util.ArrayList<Position>HighResolutionTerrainTest. generateReferenceLocations(Sector sector, int numLats, int numLons)protected static voidHighResolutionTerrainTest. generateReferenceValues(java.lang.String filePath, Sector sector)static java.lang.StringBulkDownloadPanel. makeSectorDescription(Sector sector)voidGazetteerPanel. moveToLocation(Sector sector, java.lang.Double altitude)protected static LatLonKeepingObjectsInView. randomLocation(Sector sector)voidViewLimits.AppFrame. setSectorLimits(Sector sector)voidBulkDownloadPanel.BulkRetrievablePanel. updateDescription(Sector sector)protected voidBulkDownloadPanel. updateRetrievablePanels(Sector sector) -
Uses of Sector in gov.nasa.worldwindx.examples.analytics
Fields in gov.nasa.worldwindx.examples.analytics declared as Sector Modifier and Type Field Description protected SectorAnalyticSurface. sectorMethods in gov.nasa.worldwindx.examples.analytics that return Sector Modifier and Type Method Description SectorAnalyticSurface. getSector()Returns theSectordefining the geographic boundary of this surface.Methods in gov.nasa.worldwindx.examples.analytics that return types with arguments of type Sector Modifier and Type Method Description java.util.List<Sector>AnalyticSurface.AnalyticSurfaceObject. getSectors(DrawContext dc)Methods in gov.nasa.worldwindx.examples.analytics with parameters of type Sector Modifier and Type Method Description voidAnalyticSurface. setSector(Sector sector)Sets this surface's geographic boundary, as aSector.Constructors in gov.nasa.worldwindx.examples.analytics with parameters of type Sector Constructor Description AnalyticSurface(Sector sector, double altitude)Constructs a new AnalyticSurface with the specifiedSectorand base altitude in meters.AnalyticSurface(Sector sector, double altitude, int width, int height)Constructs a new AnalyticSurface with the specifiedSector, base altitude in meters, and grid dimensions.AnalyticSurface(Sector sector, double altitude, int width, int height, java.lang.Iterable<? extends AnalyticSurface.GridPointAttributes> iterable)Constructs a new AnalyticSurface with the specifiedSector, base altitude in meters, grid dimensions, and iterable of GridPointAttributes. -
Uses of Sector in gov.nasa.worldwindx.examples.dataimport
Fields in gov.nasa.worldwindx.examples.dataimport declared as Sector Modifier and Type Field Description protected SectorInstalledDataPanel.GoToSectorAction. sectorMethods in gov.nasa.worldwindx.examples.dataimport that return Sector Modifier and Type Method Description protected SectorInstalledDataPanel. getSector(org.w3c.dom.Element domElement)Constructors in gov.nasa.worldwindx.examples.dataimport with parameters of type Sector Constructor Description GoToSectorAction(Sector sector) -
Uses of Sector in gov.nasa.worldwindx.examples.lineofsight
Methods in gov.nasa.worldwindx.examples.lineofsight that return Sector Modifier and Type Method Description protected SectorLinesOfSight.AppFrame. computeGridSector(Position curPos, double gridRadius)Methods in gov.nasa.worldwindx.examples.lineofsight with parameters of type Sector Modifier and Type Method Description protected java.util.List<Position>LinesOfSight.AppFrame. buildGrid(Sector sector, double height, int nRows, int nCols) -
Uses of Sector in gov.nasa.worldwindx.examples.util
Methods in gov.nasa.worldwindx.examples.util that return Sector Modifier and Type Method Description SectorSectorSelector. getSector()protected SectorSectorSelector. resizeShape(Movable dragObject, int side)Methods in gov.nasa.worldwindx.examples.util with parameters of type Sector Modifier and Type Method Description static voidExampleUtil. goTo(WorldWindow wwd, Sector sector)Causes the View attached to the specified WorldWindow to animate to the specified sector.voidSectorSelector.RegionShape. setSector(Sector sector)Constructors in gov.nasa.worldwindx.examples.util with parameters of type Sector Constructor Description RegionShape(Sector sector)
-