AreaOfInterestGeometry
A GeoJSON object representing the geographic extent in the coordinate space.
Inheritors
Types
Functions
Casts this AreaOfInterestGeometry as a MultiPolygonGeometry and retrieves its aws.sdk.kotlin.services.sagemakergeospatial.model.MultiPolygonGeometryInput value. Throws an exception if the AreaOfInterestGeometry is not a MultiPolygonGeometry.
Casts this AreaOfInterestGeometry as a MultiPolygonGeometry and retrieves its aws.sdk.kotlin.services.sagemakergeospatial.model.MultiPolygonGeometryInput value. Returns null if the AreaOfInterestGeometry is not a MultiPolygonGeometry.
Casts this AreaOfInterestGeometry as a PolygonGeometry and retrieves its aws.sdk.kotlin.services.sagemakergeospatial.model.PolygonGeometryInput value. Throws an exception if the AreaOfInterestGeometry is not a PolygonGeometry.
Casts this AreaOfInterestGeometry as a PolygonGeometry and retrieves its aws.sdk.kotlin.services.sagemakergeospatial.model.PolygonGeometryInput value. Returns null if the AreaOfInterestGeometry is not a PolygonGeometry.