amazonka-sagemaker-geospatial-2.0: Amazon SageMaker geospatial capabilities SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SageMakerGeoSpatial.Types.Geometry

Description

 
Synopsis

Documentation

data Geometry Source #

See: newGeometry smart constructor.

Instances

Instances details
FromJSON Geometry Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.Geometry

Generic Geometry Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.Geometry

Associated Types

type Rep Geometry :: Type -> Type #

Methods

from :: Geometry -> Rep Geometry x #

to :: Rep Geometry x -> Geometry #

Show Geometry Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.Geometry

NFData Geometry Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.Geometry

Methods

rnf :: Geometry -> () #

Eq Geometry Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.Geometry

Hashable Geometry Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.Geometry

Methods

hashWithSalt :: Int -> Geometry -> Int #

hash :: Geometry -> Int #

type Rep Geometry Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.Geometry

type Rep Geometry = D1 ('MetaData "Geometry" "Amazonka.SageMakerGeoSpatial.Types.Geometry" "amazonka-sagemaker-geospatial-2.0-Fg7YtbyXAZrLwLaIITXFtu" 'False) (C1 ('MetaCons "Geometry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "coordinates") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty (NonEmpty (Sensitive (NonEmpty Double))))) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGeometry Source #

Create a value of Geometry with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:coordinates:Geometry', geometry_coordinates -

$sel:type':Geometry', geometry_type -