Package | Description |
---|---|
agi.foundation.cesium |
Contains types used for defining graphical properties of definitional objects to be written out as CZML.
|
agi.foundation.coordinates |
Contains types for quantifying and converting between various coordinate representations.
|
agi.foundation.graphics |
Provides commonly used and instantiated graphics types related to 3D scene management, terrain and imagery, and more.
|
Modifier and Type | Method and Description |
---|---|
CesiumProperty<BoundingRectangle> |
BillboardGraphics.getImageSubRegion()
Gets a sub-region of the image which will be used for the billboard, rather than the entire image,
measured in pixels from the bottom-left.
|
Modifier and Type | Method and Description |
---|---|
void |
BillboardGraphics.setImageSubRegion(CesiumProperty<BoundingRectangle> value)
Sets a sub-region of the image which will be used for the billboard, rather than the entire image,
measured in pixels from the bottom-left.
|
Modifier and Type | Method and Description |
---|---|
static BoundingRectangle |
BoundingRectangle.fromWidthHeight(double x,
double y,
double width,
double height)
Initializes a new instance.
|
static BoundingRectangle |
BoundingRectangle.getEmpty()
Gets a
BoundingRectangle with all values set to zero. |
Modifier and Type | Method and Description |
---|---|
static boolean |
BoundingRectangle.equals(BoundingRectangle left,
BoundingRectangle right)
Returns
true if the two instances are exactly equal. |
boolean |
BoundingRectangle.equalsEpsilon(BoundingRectangle other,
double epsilon)
Indicates whether each coordinate value of another instance of this type
is within the required tolerance of the corresponding coordinate value of this instance.
|
boolean |
BoundingRectangle.equalsType(BoundingRectangle other)
Indicates whether another instance of this type is exactly equal to this instance.
|
static boolean |
BoundingRectangle.notEquals(BoundingRectangle left,
BoundingRectangle right)
Returns
true if the two instances are not exactly equal. |
Modifier and Type | Method and Description |
---|---|
BoundingRectangle |
ScreenOverlayManager.getBounds()
Gets the overall bounds of the
Insight3D control. |
BoundingRectangle |
Overlay.getBounds()
Gets the bounds of the overlay relative to its parent.
|
BoundingRectangle |
Overlay.getControlBounds()
Gets the bounds of the overlay in coordinates relative to the overall
Insight3D
control. |