| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
GeospatialCoordinateBounds |
GeospatialCoordinateBounds.clone() |
GeospatialCoordinateBounds |
GeospatialWindowOptions.getBounds()
The bounds options (north, south, west, east) of the geospatial window options.
|
GeospatialCoordinateBounds |
GeospatialCoordinateBounds.withEast(Double east)
The longitude of the east bound of the geospatial coordinate bounds.
|
GeospatialCoordinateBounds |
GeospatialCoordinateBounds.withNorth(Double north)
The latitude of the north bound of the geospatial coordinate bounds.
|
GeospatialCoordinateBounds |
GeospatialCoordinateBounds.withSouth(Double south)
The latitude of the south bound of the geospatial coordinate bounds.
|
GeospatialCoordinateBounds |
GeospatialCoordinateBounds.withWest(Double west)
The longitude of the west bound of the geospatial coordinate bounds.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GeospatialWindowOptions.setBounds(GeospatialCoordinateBounds bounds)
The bounds options (north, south, west, east) of the geospatial window options.
|
GeospatialWindowOptions |
GeospatialWindowOptions.withBounds(GeospatialCoordinateBounds bounds)
The bounds options (north, south, west, east) of the geospatial window options.
|
Copyright © 2024. All rights reserved.