Modifier and Type | Field and Description |
---|---|
Rectangle |
GeocoderResult.destinationRectangle
The bounding box for a location
|
Rectangle |
TilingScheme.rectangle
Gets the rectangle, in radians, covered by this tiling scheme.
|
Modifier and Type | Method and Description |
---|---|
Rectangle |
Rectangle.clone()
Duplicates this Rectangle.
|
static Rectangle |
Rectangle.clone(Rectangle rectangle)
Duplicates an Rectangle.
|
static Rectangle |
Rectangle.clone(Rectangle rectangle,
Rectangle result)
Duplicates an Rectangle.
|
static Rectangle |
Rectangle.expand(Rectangle rectangle,
Cartographic cartographic)
Computes a rectangle by enlarging the provided rectangle until it contains the provided cartographic.
|
static Rectangle |
Rectangle.expand(Rectangle rectangle,
Cartographic cartographic,
Rectangle result)
Computes a rectangle by enlarging the provided rectangle until it contains the provided cartographic.
|
static Rectangle |
Rectangle.fromCartesianArray(Cartesian2[] cartesians)
Creates the smallest possible Rectangle that encloses all positions in the provided array.
|
static Rectangle |
Rectangle.fromCartesianArray(Cartesian2[] cartesians,
Ellipsoid ellipsoid)
Creates the smallest possible Rectangle that encloses all positions in the provided array.
|
static Rectangle |
Rectangle.fromCartesianArray(Cartesian2[] cartesians,
Ellipsoid ellipsoid,
Rectangle result)
Creates the smallest possible Rectangle that encloses all positions in the provided array.
|
static Rectangle |
Rectangle.fromCartesianArray(Cartesian3[] cartesians)
Creates the smallest possible Rectangle that encloses all positions in the provided array.
|
static Rectangle |
Rectangle.fromCartesianArray(Cartesian3[] cartesians,
Ellipsoid ellipsoid)
Creates the smallest possible Rectangle that encloses all positions in the provided array.
|
static Rectangle |
Rectangle.fromCartesianArray(Cartesian3[] cartesians,
Ellipsoid ellipsoid,
Rectangle result)
Creates the smallest possible Rectangle that encloses all positions in the provided array.
|
static Rectangle |
Rectangle.fromCartesianArray(Cartesian4[] cartesians)
Creates the smallest possible Rectangle that encloses all positions in the provided array.
|
static Rectangle |
Rectangle.fromCartesianArray(Cartesian4[] cartesians,
Ellipsoid ellipsoid)
Creates the smallest possible Rectangle that encloses all positions in the provided array.
|
static Rectangle |
Rectangle.fromCartesianArray(Cartesian4[] cartesians,
Ellipsoid ellipsoid,
Rectangle result)
Creates the smallest possible Rectangle that encloses all positions in the provided array.
|
static Rectangle |
Rectangle.fromCartographicArray(Cartographic[] cartographics)
Creates the smallest possible Rectangle that encloses all positions in the provided array.
|
static Rectangle |
Rectangle.fromCartographicArray(Cartographic[] cartographics,
Rectangle result)
Creates the smallest possible Rectangle that encloses all positions in the provided array.
|
static Rectangle |
Rectangle.fromDegrees(double west,
double south,
double east,
double north)
Creates an rectangle given the boundary longitude and latitude in degrees.
|
static Rectangle |
Rectangle.fromDegrees(double west,
double south,
double east,
double north,
Rectangle result)
Creates an rectangle given the boundary longitude and latitude in degrees.
|
static Rectangle |
Rectangle.fromRadians(double west,
double south,
double east,
double north)
Creates an rectangle given the boundary longitude and latitude in radians.
|
static Rectangle |
Rectangle.fromRadians(double west,
double south,
double east,
double north,
Rectangle result)
Creates an rectangle given the boundary longitude and latitude in radians.
|
static Rectangle |
Rectangle.intersection(Rectangle rectangle,
Rectangle otherRectangle)
Computes the intersection of two rectangles
|
static Rectangle |
Rectangle.intersection(Rectangle rectangle,
Rectangle otherRectangle,
Rectangle result)
Computes the intersection of two rectangles
|
static Rectangle |
Rectangle.MAX_VALUE()
The largest possible rectangle.
|
Rectangle |
TilingScheme.rectangleToNativeRectangle(Rectangle rectangle)
Transforms an rectangle specified in geodetic radians to the native coordinate system of this tiling scheme.
|
Rectangle |
TilingScheme.rectangleToNativeRectangle(Rectangle rectangle,
Rectangle result)
Transforms an rectangle specified in geodetic radians to the native coordinate system of this tiling scheme.
|
Rectangle |
TilingScheme.tileXYToNativeRectangle(int x,
int y,
int level)
Converts tile x, y coordinates and level to an rectangle expressed in the native coordinates of the tiling scheme.
|
Rectangle |
TilingScheme.tileXYToNativeRectangle(int x,
int y,
int level,
Rectangle result)
Converts tile x, y coordinates and level to an rectangle expressed in the native coordinates of the tiling scheme.
|
Rectangle |
TilingScheme.tileXYToRectangle(int x,
int y,
int level)
Converts tile x, y coordinates and level to a cartographic rectangle in radians.
|
Rectangle |
TilingScheme.tileXYToRectangle(int x,
int y,
int level,
Rectangle result)
Converts tile x, y coordinates and level to a cartographic rectangle in radians.
|
static Rectangle |
Rectangle.union(Rectangle rectangle,
Rectangle otherRectangle)
Computes a rectangle that is the union of two rectangles.
|
static Rectangle |
Rectangle.union(Rectangle rectangle,
Rectangle otherRectangle,
Rectangle result)
Computes a rectangle that is the union of two rectangles.
|
static Rectangle |
Rectangle.unpack(double[] array)
Retrieves an instance from a packed array.
|
static Rectangle |
Rectangle.unpack(double[] array,
int startingIndex)
Retrieves an instance from a packed array.
|
static Rectangle |
Rectangle.unpack(double[] array,
int startingIndex,
Rectangle result)
Retrieves an instance from a packed array.
|
Modifier and Type | Method and Description |
---|---|
static Cartographic |
Rectangle.center(Rectangle rectangle)
Computes the center of an rectangle.
|
static Cartographic |
Rectangle.center(Rectangle rectangle,
Cartographic result)
Computes the center of an rectangle.
|
static Rectangle |
Rectangle.clone(Rectangle rectangle)
Duplicates an Rectangle.
|
static Rectangle |
Rectangle.clone(Rectangle rectangle,
Rectangle result)
Duplicates an Rectangle.
|
int |
TileAvailability.computeBestAvailableLevelOverRectangle(Rectangle rectangle)
Finds the most detailed level that is available _everywhere_ within a given rectangle.
|
static double |
Rectangle.computeHeight(Rectangle rectangle)
Computes the height of a rectangle in radians.
|
static Object |
Occluder.computeOccludeePointFromRectangle(Rectangle rectangle)
Computes a point that can be used as the occludee position to the visibility functions from an rectangle.
|
static Object |
Occluder.computeOccludeePointFromRectangle(Rectangle rectangle,
Ellipsoid ellipsoid)
Computes a point that can be used as the occludee position to the visibility functions from an rectangle.
|
static double |
Rectangle.computeWidth(Rectangle rectangle)
Computes the width of a rectangle in radians.
|
static boolean |
Rectangle.contains(Rectangle rectangle,
Cartographic cartographic)
Returns true if the cartographic is on or inside the rectangle, false otherwise.
|
boolean |
Rectangle.equals(Rectangle other)
Compares the provided Rectangle with this Rectangle componentwise and returns true if they are equal, false otherwise.
|
static boolean |
Rectangle.equals(Rectangle left,
Rectangle right)
Compares the provided rectangles and returns true if they are equal, false otherwise.
|
boolean |
Rectangle.equalsEpsilon(Rectangle other,
double epsilon)
Compares the provided Rectangle with this Rectangle componentwise and returns true if they are within the
provided epsilon, false otherwise.
|
static boolean |
Rectangle.equalsEpsilon(Rectangle left,
Rectangle right,
double absoluteEpsilon)
Compares the provided Rectangles componentwise and returns true if they pass an absolute or relative tolerance test,
false otherwise.
|
static Rectangle |
Rectangle.expand(Rectangle rectangle,
Cartographic cartographic)
Computes a rectangle by enlarging the provided rectangle until it contains the provided cartographic.
|
static Rectangle |
Rectangle.expand(Rectangle rectangle,
Cartographic cartographic,
Rectangle result)
Computes a rectangle by enlarging the provided rectangle until it contains the provided cartographic.
|
static Rectangle |
Rectangle.fromCartesianArray(Cartesian2[] cartesians,
Ellipsoid ellipsoid,
Rectangle result)
Creates the smallest possible Rectangle that encloses all positions in the provided array.
|
static Rectangle |
Rectangle.fromCartesianArray(Cartesian3[] cartesians,
Ellipsoid ellipsoid,
Rectangle result)
Creates the smallest possible Rectangle that encloses all positions in the provided array.
|
static Rectangle |
Rectangle.fromCartesianArray(Cartesian4[] cartesians,
Ellipsoid ellipsoid,
Rectangle result)
Creates the smallest possible Rectangle that encloses all positions in the provided array.
|
static Rectangle |
Rectangle.fromCartographicArray(Cartographic[] cartographics,
Rectangle result)
Creates the smallest possible Rectangle that encloses all positions in the provided array.
|
static Rectangle |
Rectangle.fromDegrees(double west,
double south,
double east,
double north,
Rectangle result)
Creates an rectangle given the boundary longitude and latitude in degrees.
|
static Rectangle |
Rectangle.fromRadians(double west,
double south,
double east,
double north,
Rectangle result)
Creates an rectangle given the boundary longitude and latitude in radians.
|
static OrientedBoundingBox |
OrientedBoundingBox.fromRectangle(Rectangle rectangle)
Computes an OrientedBoundingBox that bounds a Rectangle on the surface of an Ellipsoid.
|
static OrientedBoundingBox |
OrientedBoundingBox.fromRectangle(Rectangle rectangle,
double minimumHeight,
double maximumHeight,
Ellipsoid ellipsoid)
Computes an OrientedBoundingBox that bounds a Rectangle on the surface of an Ellipsoid.
|
static OrientedBoundingBox |
OrientedBoundingBox.fromRectangle(Rectangle rectangle,
double minimumHeight,
double maximumHeight,
Ellipsoid ellipsoid,
OrientedBoundingBox result)
Computes an OrientedBoundingBox that bounds a Rectangle on the surface of an Ellipsoid.
|
static BoundingRectangle |
BoundingRectangle.fromRectangle(Rectangle rectangle,
MapProjection projection)
Computes a bounding rectangle from an rectangle.
|
static BoundingRectangle |
BoundingRectangle.fromRectangle(Rectangle rectangle,
MapProjection projection,
BoundingRectangle result)
Computes a bounding rectangle from an rectangle.
|
static BoundingSphere |
BoundingSphere.fromRectangle2D(Rectangle rectangle)
Computes a bounding sphere from an rectangle projected in 2D.
|
static BoundingSphere |
BoundingSphere.fromRectangle2D(Rectangle rectangle,
Object projection)
Computes a bounding sphere from an rectangle projected in 2D.
|
static BoundingSphere |
BoundingSphere.fromRectangle2D(Rectangle rectangle,
Object projection,
BoundingSphere result)
Computes a bounding sphere from an rectangle projected in 2D.
|
static BoundingSphere |
BoundingSphere.fromRectangle3D(Rectangle rectangle)
Computes a bounding sphere from an rectangle in 3D.
|
static BoundingSphere |
BoundingSphere.fromRectangle3D(Rectangle rectangle,
Ellipsoid ellipsoid,
double surfaceHeight)
Computes a bounding sphere from an rectangle in 3D.
|
static BoundingSphere |
BoundingSphere.fromRectangle3D(Rectangle rectangle,
Ellipsoid ellipsoid,
double surfaceHeight,
BoundingSphere result)
Computes a bounding sphere from an rectangle in 3D.
|
static BoundingSphere |
BoundingSphere.fromRectangleWithHeights2D(Rectangle rectangle,
Object projection,
double minimumHeight,
double maximumHeight)
Computes a bounding sphere from an rectangle projected in 2D.
|
static BoundingSphere |
BoundingSphere.fromRectangleWithHeights2D(Rectangle rectangle,
Object projection,
double minimumHeight,
double maximumHeight,
BoundingSphere result)
Computes a bounding sphere from an rectangle projected in 2D.
|
static Rectangle |
Rectangle.intersection(Rectangle rectangle,
Rectangle otherRectangle)
Computes the intersection of two rectangles
|
static Rectangle |
Rectangle.intersection(Rectangle rectangle,
Rectangle otherRectangle,
Rectangle result)
Computes the intersection of two rectangles
|
static Cartographic |
Rectangle.northeast(Rectangle rectangle)
Computes the northeast corner of an rectangle.
|
static Cartographic |
Rectangle.northeast(Rectangle rectangle,
Cartographic result)
Computes the northeast corner of an rectangle.
|
static Cartographic |
Rectangle.northwest(Rectangle rectangle)
Computes the northwest corner of an rectangle.
|
static Cartographic |
Rectangle.northwest(Rectangle rectangle,
Cartographic result)
Computes the northwest corner of an rectangle.
|
static double[] |
Rectangle.pack(Rectangle value,
double[] array)
Stores the provided instance into the provided array.
|
static double[] |
Rectangle.pack(Rectangle value,
double[] array,
int startingIndex)
Stores the provided instance into the provided array.
|
Rectangle |
TilingScheme.rectangleToNativeRectangle(Rectangle rectangle)
Transforms an rectangle specified in geodetic radians to the native coordinate system of this tiling scheme.
|
Rectangle |
TilingScheme.rectangleToNativeRectangle(Rectangle rectangle,
Rectangle result)
Transforms an rectangle specified in geodetic radians to the native coordinate system of this tiling scheme.
|
static Cartographic |
Rectangle.southeast(Rectangle rectangle)
Computes the southeast corner of an rectangle.
|
static Cartographic |
Rectangle.southeast(Rectangle rectangle,
Cartographic result)
Computes the southeast corner of an rectangle.
|
static Cartographic |
Rectangle.southwest(Rectangle rectangle)
Computes the southwest corner of an rectangle.
|
static Cartographic |
Rectangle.southwest(Rectangle rectangle,
Cartographic result)
Computes the southwest corner of an rectangle.
|
static Cartesian3[] |
Rectangle.subsample(Rectangle rectangle)
Samples an rectangle so that it includes a list of Cartesian points suitable for passing to BoundingSphere#fromPoints.
|
static Cartesian3[] |
Rectangle.subsample(Rectangle rectangle,
Ellipsoid ellipsoid)
Samples an rectangle so that it includes a list of Cartesian points suitable for passing to BoundingSphere#fromPoints.
|
static Cartesian3[] |
Rectangle.subsample(Rectangle rectangle,
Ellipsoid ellipsoid,
double surfaceHeight)
Samples an rectangle so that it includes a list of Cartesian points suitable for passing to BoundingSphere#fromPoints.
|
static Cartesian3[] |
Rectangle.subsample(Rectangle rectangle,
Ellipsoid ellipsoid,
double surfaceHeight,
Cartesian3[] result)
Samples an rectangle so that it includes a list of Cartesian points suitable for passing to BoundingSphere#fromPoints.
|
Rectangle |
TilingScheme.tileXYToNativeRectangle(int x,
int y,
int level,
Rectangle result)
Converts tile x, y coordinates and level to an rectangle expressed in the native coordinates of the tiling scheme.
|
Rectangle |
TilingScheme.tileXYToRectangle(int x,
int y,
int level,
Rectangle result)
Converts tile x, y coordinates and level to a cartographic rectangle in radians.
|
static Rectangle |
Rectangle.union(Rectangle rectangle,
Rectangle otherRectangle)
Computes a rectangle that is the union of two rectangles.
|
static Rectangle |
Rectangle.union(Rectangle rectangle,
Rectangle otherRectangle,
Rectangle result)
Computes a rectangle that is the union of two rectangles.
|
static Rectangle |
Rectangle.unpack(double[] array,
int startingIndex,
Rectangle result)
Retrieves an instance from a packed array.
|
static void |
Rectangle.validate(Rectangle rectangle)
Checks an Rectangle's properties and throws if they are not in valid ranges.
|
Modifier and Type | Field and Description |
---|---|
Rectangle |
RectangleOutlineGeometryOptions.rectangle
A cartographic rectangle with north, south, east and west properties in radians.
|
Modifier and Type | Field and Description |
---|---|
Rectangle |
TilingSchemeOptions.rectangle
The rectangle, in radians, covered by the tiling scheme.
|
Modifier and Type | Field and Description |
---|---|
Rectangle |
Globe.cartographicLimitRectangle
Use this to limit terrain and imagery to a specific Rectangle area.
|
Rectangle |
ImageryLayer.cutoutRectangle
Rectangle cutout in this layer of imagery.
|
static Rectangle |
Camera.DEFAULT_VIEW_RECTANGLE
The default rectangle the camera will view on creation.
|
Modifier and Type | Method and Description |
---|---|
Rectangle |
Camera.computeViewRectangle()
Computes the approximate visible rectangle on the ellipsoid.
|
Rectangle |
Camera.computeViewRectangle(Ellipsoid ellipsoid)
Computes the approximate visible rectangle on the ellipsoid.
|
Rectangle |
Camera.computeViewRectangle(Ellipsoid ellipsoid,
Rectangle result)
Computes the approximate visible rectangle on the ellipsoid.
|
Rectangle |
ImageryLayer.rectangle()
Gets the rectangle of this layer.
|
Modifier and Type | Method and Description |
---|---|
Promise<Rectangle,Void> |
ImageryLayer.getViewableRectangle()
Computes the intersection of this layer's rectangle with the imagery provider's availability rectangle, producing
the overall bounds of imagery that can be produced by this layer.
|
Modifier and Type | Method and Description |
---|---|
Rectangle |
Camera.computeViewRectangle(Ellipsoid ellipsoid,
Rectangle result)
Computes the approximate visible rectangle on the ellipsoid.
|
Cartesian3 |
Camera.getRectangleCameraCoordinates(Rectangle rectangle)
Get the camera position needed to view an rectangle on an ellipsoid or map
|
Cartesian3 |
Camera.getRectangleCameraCoordinates(Rectangle rectangle,
Cartesian3 result)
Get the camera position needed to view an rectangle on an ellipsoid or map
|
Modifier and Type | Method and Description |
---|---|
Rectangle |
RectanglePrimitive.getRectangle() |
Modifier and Type | Method and Description |
---|---|
void |
RectanglePrimitive.setRectangle(Rectangle rectangle) |
Modifier and Type | Field and Description |
---|---|
Rectangle |
ImageryLayerOptions.cutoutRectangle
Cartographic rectangle for cutting out a portion of this ImageryLayer.
|
Rectangle |
CameraFlyToOptions.destinationRec
The final position of the camera in WGS84 (world) coordinates or a rectangle that would be visible from a top-down view.
|
Rectangle |
ViewOptions.destinationRec
The final position of the camera in WGS84 (world) coordinates or a rectangle that would be visible from a top-down view.
|
Rectangle |
ImageryLayerOptions.rectangle
The rectangle of the layer.
|
Modifier and Type | Method and Description |
---|---|
Rectangle |
UrlTemplateImageryProvider.rectangle()
The rectangle of the layer.
|
Rectangle |
TileCoordinatesImageryProvider.rectangle()
The rectangle of the layer.
|
Rectangle |
BingMapsImageryProvider.rectangle()
Gets the rectangle, in radians, of the imagery provided by this instance.
|
Rectangle |
MapboxImageryProvider.rectangle()
Gets the rectangle, in radians, of the imagery provided by this instance.
|
Rectangle |
SingleTileImageryProvider.rectangle()
Gets the rectangle, in radians, of the imagery provided by this instance.
|
Rectangle |
GoogleEarthEnterpriseImageryProvider.rectangle()
Gets the rectangle, in radians, of the imagery provided by this instance.
|
Rectangle |
ArcGisMapServerImageryProvider.rectangle()
The rectangle of the layer.
|
Rectangle |
IonImageryProvider.rectangle()
Gets the rectangle, in radians, of the imagery provided by the instance.
|
Rectangle |
WebMapTileServiceImageryProvider.rectangle()
Gets the rectangle, in radians, of the imagery provided by this instance.
|
Rectangle |
GridImageryProvider.rectangle()
The rectangle of the layer.
|
Rectangle |
WebMapServiceImageryProvider.rectangle()
Gets the rectangle, in radians, of the imagery provided by this instance.
|
Modifier and Type | Field and Description |
---|---|
Rectangle |
ArcGisMapServerImageryProviderOptions.rectangle
The rectangle of the layer.
|
Rectangle |
OpenStreetMapImageryProviderOptions.rectangle
The rectangle of the layer.
|
Rectangle |
TileMapServiceImageryProviderOptions.rectangle
The rectangle, in radians, covered by the image.
|
Rectangle |
SingleTileImageryProviderOptions.rectangle
The rectangle, in radians, covered by the image.
|
Rectangle |
MapboxImageryProviderOptions.rectangle
The rectangle, in radians, covered by the image.
|
Rectangle |
UrlTemplateImageryProviderOptions.rectangle
The rectangle, in radians, covered by the image.
|
Rectangle |
WebMapTileServiceImageryProviderOptions.rectangle
The rectangle covered by the layer.
|
Rectangle |
WebMapServiceImageryProviderOptions.rectangle
The rectangle of the layer.
|
Modifier and Type | Field and Description |
---|---|
Rectangle |
ViewerCesiumNavigationMixinOptions.defaultResetView
Default view when resetting the map view with the reset navigation
control.
|
Copyright © 2019. All rights reserved.