Class: Aws::GeoRoutes::Types::IsolineConnection

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

Overview

Represents a segment of the transportation network that connects separate parts of a reachable area. These connections show how discontinuous areas are linked, such as by ferry routes or bridges crossing unroutable terrain.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#from_polygon_indexInteger

The index of the starting polygon in the isoline's Geometries list.

Returns:

  • (Integer)


1263
1264
1265
1266
1267
1268
1269
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 1263

class IsolineConnection < Struct.new(
  :from_polygon_index,
  :geometry,
  :to_polygon_index)
  SENSITIVE = []
  include Aws::Structure
end

#geometryTypes::IsolineConnectionGeometry

The shape of the connection, representing the actual path through the transportation network that links the polygons.



1263
1264
1265
1266
1267
1268
1269
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 1263

class IsolineConnection < Struct.new(
  :from_polygon_index,
  :geometry,
  :to_polygon_index)
  SENSITIVE = []
  include Aws::Structure
end

#to_polygon_indexInteger

The index of the ending polygon in the isoline's Geometries list.

Returns:

  • (Integer)


1263
1264
1265
1266
1267
1268
1269
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 1263

class IsolineConnection < Struct.new(
  :from_polygon_index,
  :geometry,
  :to_polygon_index)
  SENSITIVE = []
  include Aws::Structure
end