AnalysisGeospatialCoordinateBoundsArgs

data class AnalysisGeospatialCoordinateBoundsArgs(val east: Output<Double>, val north: Output<Double>, val south: Output<Double>, val west: Output<Double>) : ConvertibleToJava<AnalysisGeospatialCoordinateBoundsArgs>

Constructors

Link copied to clipboard
constructor(east: Output<Double>, north: Output<Double>, south: Output<Double>, west: Output<Double>)

Properties

Link copied to clipboard
val east: Output<Double>

The longitude of the east bound of the geospatial coordinate bounds.

Link copied to clipboard
val north: Output<Double>

The latitude of the north bound of the geospatial coordinate bounds.

Link copied to clipboard
val south: Output<Double>

The latitude of the south bound of the geospatial coordinate bounds.

Link copied to clipboard
val west: Output<Double>

The longitude of the west bound of the geospatial coordinate bounds.

Functions

Link copied to clipboard
open override fun toJava(): AnalysisGeospatialCoordinateBoundsArgs