Class: Aws::SageMakerGeospatial::Types::Geometry
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerGeospatial::Types::Geometry
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemakergeospatial/types.rb
Overview
The structure representing a Geometry in terms of Type and Coordinates as per GeoJson spec.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#coordinates ⇒ Array<Array<Array<Float>>>
The coordinates of the GeoJson Geometry.
-
#type ⇒ String
GeoJson Geometry types like Polygon and MultiPolygon.