|
NASA World Wind | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use Sector | |
|---|---|
| gov.nasa.worldwind | |
| gov.nasa.worldwind.geom | |
| gov.nasa.worldwind.globes | |
| gov.nasa.worldwind.layers | |
| Uses of Sector in gov.nasa.worldwind |
|---|
| Methods in gov.nasa.worldwind that return Sector | |
|---|---|
Sector |
Tile.getSector()
|
Sector |
SectorGeometry.getSector()
|
Sector |
PlaceNameService.getSector()
|
Sector |
LevelSet.getSector()
|
Sector |
ElevationModel.Elevations.getSector()
Returns the Sector the elevations pertain to. |
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 with parameters of type Sector | |
|---|---|
URL |
PlaceNameService.createServiceURLFromSector(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)
|
List<SectorGeometry> |
SectorGeometryList.getIntersectingSectors(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)
|
void |
DrawContextImpl.setVisibleSector(Sector s)
|
void |
DrawContext.setVisibleSector(Sector s)
Sets the visible Sector. |
| Constructors in gov.nasa.worldwind with parameters of type Sector | |
|---|---|
PlaceNameService(String service,
String dataset,
String fileCachePath,
Sector sector,
LatLon tileDelta,
Font font)
|
|
Tile(Sector sector)
|
|
Tile(Sector sector,
Level level)
|
|
Tile(Sector sector,
Level level,
int row,
int column)
|
|
| 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(Iterable<LatLon> positions)
|
static Sector |
Sector.boundingSector(Iterator<TrackPoint> 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 |
SurfaceShape.getSector()
|
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. |
| 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 Cylinder |
Sector.computeBoundingCylinder(Globe globe,
double verticalExaggeration,
Sector sector)
Returns a cylinder that minimally surrounds the sector at a specified vertical exaggeration. |
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. |
| Constructors in gov.nasa.worldwind.geom with parameters of type Sector | |
|---|---|
Sector(Sector sector)
|
|
SurfaceQuadrilateral(Sector sector)
|
|
SurfaceQuadrilateral(Sector sector,
Color color,
Color borderColor)
|
|
| Uses of Sector in gov.nasa.worldwind.globes |
|---|
| Methods in gov.nasa.worldwind.globes that return Sector | |
|---|---|
Sector |
EllipsoidRectangularTessellator.getSector()
|
Sector |
EllipsoidIcosahedralTessellator.getSector()
|
| Uses of Sector in gov.nasa.worldwind.layers |
|---|
| Constructors in gov.nasa.worldwind.layers with parameters of type Sector | |
|---|---|
TextureTile(Sector sector)
|
|
TextureTile(Sector sector,
Level level,
int row,
int col)
|
|
|
NASA World Wind | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||