Class: Aws::GeoRoutes::Types::Isoline

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-georoutes/types.rb

Overview

Calculated isolines and associated properties.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connectionsArray<Types::IsolineConnection>

Isolines may contain multiple components, if these components are connected by ferry links. These components are returned as separate polygons while the ferry links are returned as connections.

Returns:



692
693
694
695
696
697
698
699
# File 'lib/aws-sdk-georoutes/types.rb', line 692

class Isoline < Struct.new(
  :connections,
  :distance_threshold,
  :geometries,
  :time_threshold)
  SENSITIVE = []
  include Aws::Structure
end

#distance_thresholdInteger

Distance threshold corresponding to the calculated Isoline.

Returns:

  • (Integer)


692
693
694
695
696
697
698
699
# File 'lib/aws-sdk-georoutes/types.rb', line 692

class Isoline < Struct.new(
  :connections,
  :distance_threshold,
  :geometries,
  :time_threshold)
  SENSITIVE = []
  include Aws::Structure
end

#geometriesArray<Types::IsolineShapeGeometry>

Geometries for the Calculated isolines.

Returns:



692
693
694
695
696
697
698
699
# File 'lib/aws-sdk-georoutes/types.rb', line 692

class Isoline < Struct.new(
  :connections,
  :distance_threshold,
  :geometries,
  :time_threshold)
  SENSITIVE = []
  include Aws::Structure
end

#time_thresholdInteger

Time threshold corresponding to the calculated isoline.

Returns:

  • (Integer)


692
693
694
695
696
697
698
699
# File 'lib/aws-sdk-georoutes/types.rb', line 692

class Isoline < Struct.new(
  :connections,
  :distance_threshold,
  :geometries,
  :time_threshold)
  SENSITIVE = []
  include Aws::Structure
end