|
NASA World Wind | ||||||||
PREV NEXT | FRAMES NO FRAMES |
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(java.util.Iterator<TrackPoint> positions)
|
static Sector |
Sector.boundingSector(Position pA,
Position pB)
|
static Sector |
Sector.boundingSectorfromLatLons(java.lang.Iterable<LatLon> positions)
|
static Sector |
Sector.boundingSectorfromPositions(java.lang.Iterable<Position> positions)
|
static Sector |
Sector.fromDegrees(double minLatitude,
double maxLatitude,
double minLongitude,
double maxLongitude)
Creates a new Sector and initializes it to the specified angles. |
static Sector |
Sector.fromRadians(double minLatitude,
double maxLatitude,
double minLongitude,
double maxLongitude)
Creates a new Sector and initializes it to the specified angles. |
Sector |
Sector.intersection(Angle latitude,
Angle longitude)
|
Sector |
Sector.intersection(Sector that)
|
Sector[] |
Sector.subdivide()
|
Sector |
Sector.union(Angle latitude,
Angle longitude)
|
Sector |
Sector.union(Sector that)
Returns a new sector whose angles are the extremes of the this sector and another. |
static Sector |
Sector.union(Sector sectorA,
Sector sectorB)
|
Methods in gov.nasa.worldwind.geom with parameters of type Sector | |
---|---|
int |
Sector.compareTo(Sector that)
Compares this sector to a specified sector according to their minimum latitude, minimum longitude, maximum latitude, and maximum longitude, respectively. |
static Extent |
Sector.computeBoundingSphere(Globe globe,
double verticalExaggeration,
Sector sector)
Returns a sphere that minimally surrounds the sector at a specified vertical exaggeration. |
Sector |
Sector.intersection(Sector that)
|
boolean |
Sector.intersects(Sector that)
Determines whether this sector intersects another sector's range of latitude and longitude. |
Sector |
Sector.union(Sector that)
Returns a new sector whose angles are the extremes of the this sector and another. |
static Sector |
Sector.union(Sector sectorA,
Sector sectorB)
|
Constructors in gov.nasa.worldwind.geom with parameters of type Sector | |
---|---|
Sector(Sector sector)
|
Uses of Sector in gov.nasa.worldwind.globes |
---|
Methods in gov.nasa.worldwind.globes that return Sector | |
---|---|
Sector |
SectorGeometryList.getSector()
|
Sector |
SectorGeometry.getSector()
|
Sector |
ElevationModel.Elevations.getSector()
Returns the Sector the elevations pertain to. |
Methods in gov.nasa.worldwind.globes with parameters of type Sector | |
---|---|
Cylinder |
Globe.computeBoundingCylinder(double verticalExaggeration,
Sector sector)
|
Cylinder |
FlatGlobe.computeBoundingCylinder(double verticalExaggeration,
Sector sector)
Returns a cylinder that minimally surrounds the sector at a specified vertical exaggeration. |
Cylinder |
EllipsoidalGlobe.computeBoundingCylinder(double verticalExaggeration,
Sector sector)
Returns a cylinder that minimally surrounds the sector at a specified vertical exaggeration. |
ElevationModel.Elevations |
ElevationModel.getBestElevations(Sector sector)
|
ElevationModel.Elevations |
BasicElevationModel.getBestElevations(Sector sector)
|
ElevationModel.Elevations |
ElevationModel.getElevations(Sector sector,
int resolution)
Computes and returns an ElevationModel.Elevations object for the specified Sector and target resolution. |
ElevationModel.Elevations |
BasicElevationModel.getElevations(Sector sector,
int resolution)
|
ElevationModel.Elevations |
ElevationModel.getElevationsAtResolution(Sector sector,
int resolution)
|
ElevationModel.Elevations |
BasicElevationModel.getElevationsAtResolution(Sector sector,
int resolution)
|
double[] |
Globe.getMinAndMaxElevations(Sector sector)
|
double[] |
FlatGlobe.getMinAndMaxElevations(Sector sector)
|
double[] |
EllipsoidalGlobe.getMinAndMaxElevations(Sector sector)
|
double[] |
ElevationModel.getMinAndMaxElevations(Sector sector)
|
double[] |
BasicElevationModel.getMinAndMaxElevations(Sector sector)
|
int |
ElevationModel.getTargetResolution(DrawContext dc,
Sector sector,
int density)
Returns the resolution appropriate to the given Sector and view parameters. |
int |
BasicElevationModel.getTargetResolution(DrawContext dc,
Sector sector,
int density)
|
int |
BasicElevationModel.getTileCount(Sector sector,
int resolution)
|
int |
ElevationModel.getTileCountAtResolution(Sector sector,
int resolution)
|
int |
BasicElevationModel.getTileCountAtResolution(Sector sector,
int resolution)
|
void |
SectorGeometryList.setSector(Sector sector)
|
Uses of Sector in gov.nasa.worldwind.layers |
---|
Methods in gov.nasa.worldwind.layers that return Sector | |
---|---|
Sector |
TrackLayer.getBoundingSector()
|
Methods in gov.nasa.worldwind.layers with parameters of type Sector | |
---|---|
java.awt.image.BufferedImage |
TiledImageLayer.composeImageForSector(Sector sector,
int imageWidth,
int imageHeight,
int levelNumber,
java.lang.String mimeType,
boolean abortOnError,
java.awt.image.BufferedImage image)
|
int |
TiledImageLayer.computeLevelForResolution(Sector sector,
Globe globe,
double resolution)
|
int |
TiledImageLayer.countImagesInSector(Sector sector,
int levelNumber)
|
void |
TrackLayer.setBoundingSector(Sector boundingSector)
|
Constructors in gov.nasa.worldwind.layers with parameters of type Sector | |
---|---|
TextureTile(Sector sector)
|
|
TextureTile(Sector sector,
Level level,
int row,
int col)
|
Uses of Sector in gov.nasa.worldwind.layers.Earth |
---|
Fields in gov.nasa.worldwind.layers.Earth declared as Sector | |
---|---|
protected Sector |
UTMGraticuleLayer.GridElement.sector
|
Methods in gov.nasa.worldwind.layers.Earth with parameters of type Sector | |
---|---|
boolean |
UTMGraticuleLayer.GridElement.isInView(DrawContext dc,
Sector vs)
|
Constructors in gov.nasa.worldwind.layers.Earth with parameters of type Sector | |
---|---|
UTMGraticuleLayer.GridElement(Sector sector,
java.lang.Object renderable,
java.lang.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 | |
---|---|
java.net.URL |
PlaceNameService.createServiceURLFromSector(Sector sector)
|
Constructors in gov.nasa.worldwind.layers.placename with parameters of type Sector | |
---|---|
PlaceNameService(java.lang.String service,
java.lang.String dataset,
java.lang.String fileCachePath,
Sector sector,
LatLon tileDelta,
java.awt.Font font)
|
Uses of Sector in gov.nasa.worldwind.layers.rpf |
---|
Methods in gov.nasa.worldwind.layers.rpf that return Sector | |
---|---|
Sector |
RPFFileIndex.IndexProperties.getBoundingSector()
|
Sector |
RPFFileIndex.RPFFileRecord.getSector()
|
Methods in gov.nasa.worldwind.layers.rpf with parameters of type Sector | |
---|---|
void |
RPFFileIndex.IndexProperties.setBoundingSector(Sector sector)
|
void |
RPFFileIndex.RPFFileRecord.setSector(Sector sector)
|
Uses of Sector in gov.nasa.worldwind.render |
---|
Methods in gov.nasa.worldwind.render that return Sector | |
---|---|
Sector |
SurfaceTile.getSector()
|
Sector |
SurfaceSector.getSector()
|
Sector |
SurfaceImage.getSector()
|
Sector |
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 | |
---|---|
java.util.ArrayList<Sector> |
SurfaceShape.getSectors()
|
Methods in gov.nasa.worldwind.render with parameters of type Sector | |
---|---|
protected abstract java.awt.image.BufferedImage |
SurfaceShape.drawShape(Globe globe,
Sector sector,
java.awt.image.BufferedImage image)
|
protected java.awt.image.BufferedImage |
SurfacePolygon.drawShape(Globe globe,
Sector sector,
java.awt.image.BufferedImage image)
Draw all or part of the shape that intersects a given Sector into the given BufferedImage |
void |
SurfaceSector.setSector(Sector sector)
|
void |
SurfaceImage.setSector(Sector sector)
Sets the sector for the image allowing to change its size or position. |
void |
DrawContextImpl.setVisibleSector(Sector s)
|
void |
DrawContext.setVisibleSector(Sector s)
Sets the visible Sector . |
Constructors in gov.nasa.worldwind.render with parameters of type Sector | |
---|---|
Quadrilateral(Sector sector,
double elevation)
|
|
SurfaceImage(java.lang.Object imageSource,
Sector sector)
Renders a single image tile from a local or remote network source. |
|
SurfaceImage(java.lang.Object imageSource,
Sector sector,
Layer layer)
Renders a single image tile from a local or remote network source. |
|
SurfaceImage(java.lang.Object imageSource,
Sector sector,
Layer layer,
java.lang.String cacheDirectory)
Renders a single image tile from a local or remote network source. |
|
SurfaceSector(Sector sector)
|
|
SurfaceSector(Sector sector,
java.awt.Color color,
java.awt.Color borderColor)
|
|
SurfaceSector(Sector sector,
java.awt.Color color,
java.awt.Color borderColor,
java.awt.Dimension textureSize)
|
Uses of Sector in gov.nasa.worldwind.util |
---|
Methods in gov.nasa.worldwind.util that return Sector | |
---|---|
Sector |
LevelSet.computeSectorForKey(TileKey key)
|
Sector |
Level.computeSectorForPosition(Angle latitude,
Angle longitude)
|
Sector |
Tile.getSector()
|
Sector |
LevelSet.getSector()
|
Methods in gov.nasa.worldwind.util with parameters of type Sector | |
---|---|
Level |
LevelSet.getLastLevel(Sector sector)
|
Constructors in gov.nasa.worldwind.util with parameters of type Sector | |
---|---|
LevelSet.SectorResolution(Sector sector,
int levelNumber)
|
|
Tile(Sector sector)
|
|
Tile(Sector sector,
Level level)
|
|
Tile(Sector sector,
Level level,
int row,
int column)
|
|
NASA World Wind | ||||||||
PREV NEXT | FRAMES NO FRAMES |