Property

sealed class Property

Represents a single searchable property to search on.

Inheritors

Types

Link copied to clipboard
data class EoCloudCover(val value: EoCloudCoverInput) : Property

The structure representing EoCloudCover property filter containing a lower bound and upper bound.

Link copied to clipboard

The structure representing Land Cloud Cover property filter for Landsat collection containing a lower bound and upper bound.

Link copied to clipboard
data class Platform(val value: PlatformInput) : Property

The structure representing Platform property filter consisting of value and comparison operator.

Link copied to clipboard
Link copied to clipboard
data class ViewOffNadir(val value: ViewOffNadirInput) : Property

The structure representing ViewOffNadir property filter containing a lower bound and upper bound.

Link copied to clipboard

The structure representing ViewSunAzimuth property filter containing a lower bound and upper bound.

Link copied to clipboard

The structure representing ViewSunElevation property filter containing a lower bound and upper bound.

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Casts this Property as a Platform and retrieves its aws.sdk.kotlin.services.sagemakergeospatial.model.PlatformInput value. Throws an exception if the Property is not a Platform.

Link copied to clipboard

Casts this Property as a Platform and retrieves its aws.sdk.kotlin.services.sagemakergeospatial.model.PlatformInput value. Returns null if the Property is not a Platform.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard