PolygonGeometry
The structure representing Polygon Geometry.
Inherited 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.