Uses of Class
software.amazon.awssdk.services.georoutes.model.Corridor
-
Packages that use Corridor Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of Corridor in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return Corridor Modifier and Type Method Description CorridorIsolineAvoidanceAreaGeometry. corridor()Geometry defined as a corridor - a LineString with a radius that defines the width of the corridor.CorridorRouteAvoidanceAreaGeometry. corridor()Geometry defined as a corridor - a LineString with a radius that defines the width of the corridor.Methods in software.amazon.awssdk.services.georoutes.model with parameters of type Corridor Modifier and Type Method Description IsolineAvoidanceAreaGeometry.BuilderIsolineAvoidanceAreaGeometry.Builder. corridor(Corridor corridor)Geometry defined as a corridor - a LineString with a radius that defines the width of the corridor.RouteAvoidanceAreaGeometry.BuilderRouteAvoidanceAreaGeometry.Builder. corridor(Corridor corridor)Geometry defined as a corridor - a LineString with a radius that defines the width of the corridor.
-