|
NASA World Wind | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| 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 AffineTransform |
BufferedDataRaster.computeDataTransform(int sourceWidth,
int sourceHeight,
Sector sourceSector,
int destWidth,
int destHeight,
Sector destSector)
|
protected LatLon |
TiledRasterProducer.computeDesiredTileDelta(Sector sector)
|
protected AffineTransform |
BufferedImageRaster.computeImageTransform(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 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)
|
|
| Uses of Sector in gov.nasa.worldwind.examples |
|---|
| Fields in gov.nasa.worldwind.examples declared as Sector | |
|---|---|
protected static Sector |
ViewLimits.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 | |
|---|---|
void |
GazetteerPanel.moveToLocation(Sector sector,
Double altitude)
|
void |
ViewLimits.AppFrame.setSectorLimits(Sector sector)
|
void |
ViewLimits.Controller.updateSectorLimits(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)
|
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 that return types with arguments of type Sector | |
|---|---|
static Iterable<? extends Sector> |
Sector.splitBoundingSectors(Iterable<? extends LatLon> locations)
|
| 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. |
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 | |
|---|---|
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 |
|---|
| 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)
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)
|
BulkDownloadThread |
BasicTiledImageLayer.makeLocal(Sector sector,
double resolution)
Start a new BulkDownloadThread 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 | |
|---|---|
TextureTile(Sector sector)
|
|
TextureTile(Sector sector,
Level level,
int row,
int col)
|
|
| Uses of Sector in gov.nasa.worldwind.layers.Earth |
|---|
| Fields in gov.nasa.worldwind.layers.Earth declared as Sector | |
|---|---|
protected Sector |
UTMGraticuleLayer.GridElement.sector
|
| Methods in gov.nasa.worldwind.layers.Earth with parameters of type Sector | |
|---|---|
boolean |
UTMGraticuleLayer.GridElement.isInView(DrawContext dc,
Sector vs)
|
| Constructors in gov.nasa.worldwind.layers.Earth with parameters of type Sector | |
|---|---|
UTMGraticuleLayer.GridElement(Sector sector,
Object renderable,
String type)
|
|
| Uses of Sector in gov.nasa.worldwind.layers.placename |
|---|
| Methods in gov.nasa.worldwind.layers.placename that return Sector | |
|---|---|
Sector |
PlaceNameService.getSector()
|
| Methods in gov.nasa.worldwind.layers.placename with parameters of type Sector | |
|---|---|
URL |
PlaceNameService.createServiceURLFromSector(Sector sector)
|
long |
PlaceNameLayer.getEstimatedMissingDataSize(Sector sector,
double resolution)
Get the estimated size in byte of the missing data for the given Sector
and resolution. |
BulkDownloadThread |
PlaceNameLayer.makeLocal(Sector sector,
double resolution)
Start a new BulkDownloadThread 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)
|
|
| 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 Sector |
TiledSurfaceObjectRenderer.currentBoundingSector
|
protected static Sector |
TiledSurfaceObjectRenderer.DEFAULT_SECTOR
|
protected Sector |
TiledSurfaceObjectRenderer.PickTile.sector
|
protected Sector |
SurfaceSector.sector
|
protected Sector |
FramebufferTexture.sector
|
| Fields in gov.nasa.worldwind.render with type parameters of type Sector | |
|---|---|
protected Iterable<? extends Sector> |
TiledSurfaceObjectRenderer.SurfaceObjectInfo.sectors
|
| Methods in gov.nasa.worldwind.render that return Sector | |
|---|---|
protected Sector |
TiledSurfaceObjectRenderer.computeCurrentBoundingSector()
|
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> |
TiledSurfaceObjectRenderer.SurfaceObjectInfo.getSectors()
|
Iterable<? extends Sector> |
SurfaceObject.getSectors(DrawContext dc)
|
Iterable<? extends Sector> |
AbstractSurfaceShape.getSectors(DrawContext dc)
|
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 | |
|---|---|
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 Matrix |
FramebufferTexture.computeGeographicToCartesianTransform(Sector sector)
|
boolean |
TiledSurfaceObjectRenderer.SurfaceObjectInfo.contains(Sector sector)
|
protected void |
SurfacePolyline.doRenderToRegion(DrawContext dc,
Sector sector,
int x,
int y,
int width,
int height)
|
protected void |
SurfacePolygon.doRenderToRegion(DrawContext dc,
Sector sector,
int x,
int y,
int width,
int height)
|
protected void |
SurfaceConvexShape.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 TiledSurfaceObjectRenderer.SurfaceObjectState |
TiledSurfaceObjectRenderer.getCurrentStateFor(Sector sector)
|
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(Sector sector)
|
protected boolean |
TiledSurfaceObjectRenderer.needToSubdivide(DrawContext dc,
Sector sector,
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. |
| 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> sectors)
|
|
| Uses of Sector in gov.nasa.worldwind.render.airspaces |
|---|
| Methods in gov.nasa.worldwind.render.airspaces that return Sector | |
|---|---|
protected Sector[] |
AbstractAirspace.computeSplitSectors(Iterable<? extends LatLon> locations)
Returns two 'mirror' sectors each on one side of the longitude boundary - for boundary crossing shapes |
| Uses of Sector in gov.nasa.worldwind.retrieve |
|---|
| Fields in gov.nasa.worldwind.retrieve declared as Sector | |
|---|---|
protected Sector |
BulkDownloadThread.sector
|
| Methods in gov.nasa.worldwind.retrieve that return Sector | |
|---|---|
Sector |
BulkDownloadThread.getSector()
|
| Methods in gov.nasa.worldwind.retrieve with parameters of type Sector | |
|---|---|
long |
Retrievable.getEstimatedMissingDataSize(Sector sector,
double resolution)
|
BulkDownloadThread |
Retrievable.makeLocal(Sector sector,
double resolution)
|
| Constructors in gov.nasa.worldwind.retrieve with parameters of type Sector | |
|---|---|
BulkDownloadThread(Retrievable 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)
|
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)
|
BasicElevationModel.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)
|
BulkDownloadThread |
BasicElevationModel.makeLocal(Sector sector,
double resolution)
Start a new BulkDownloadThread 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 | |
|---|---|
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)
|
Sector |
Tile.getSector()
|
Sector |
LevelSet.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. |
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()
|
| 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)
|
|
NASA World Wind | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||