Uses of Class
software.amazon.awssdk.services.georoutes.model.PolylineCorridor
-
Packages that use PolylineCorridor Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of PolylineCorridor in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return PolylineCorridor Modifier and Type Method Description PolylineCorridorIsolineAvoidanceAreaGeometry. polylineCorridor()Geometry defined as an encoded corridor – a polyline with a radius that defines the width of the corridor.PolylineCorridorRouteAvoidanceAreaGeometry. polylineCorridor()Geometry defined as an encoded corridor - an encoded polyline with a radius that defines the width of the corridor.Methods in software.amazon.awssdk.services.georoutes.model with parameters of type PolylineCorridor Modifier and Type Method Description IsolineAvoidanceAreaGeometry.BuilderIsolineAvoidanceAreaGeometry.Builder. polylineCorridor(PolylineCorridor polylineCorridor)Geometry defined as an encoded corridor – a polyline with a radius that defines the width of the corridor.RouteAvoidanceAreaGeometry.BuilderRouteAvoidanceAreaGeometry.Builder. polylineCorridor(PolylineCorridor polylineCorridor)Geometry defined as an encoded corridor - an encoded polyline with a radius that defines the width of the corridor.
-