Class: Aws::GeoRoutes::Types::IsolineConnection
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::IsolineConnection
- 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
-
#from_polygon_index ⇒ Integer
The index of the starting polygon in the isoline's
Geometrieslist. -
#geometry ⇒ Types::IsolineConnectionGeometry
The shape of the connection, representing the actual path through the transportation network that links the polygons.
-
#to_polygon_index ⇒ Integer
The index of the ending polygon in the isoline's
Geometrieslist.
Instance Attribute Details
#from_polygon_index ⇒ Integer
The index of the starting polygon in the isoline's Geometries
list.
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 |
#geometry ⇒ Types::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_index ⇒ Integer
The index of the ending polygon in the isoline's Geometries list.
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 |