Uses of Class
software.amazon.awssdk.services.georoutes.model.IsolineAvoidanceAreaGeometry
-
Packages that use IsolineAvoidanceAreaGeometry Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of IsolineAvoidanceAreaGeometry in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return IsolineAvoidanceAreaGeometry Modifier and Type Method Description IsolineAvoidanceAreaGeometryIsolineAvoidanceArea. geometry()Geometry of the area to be avoided.Methods in software.amazon.awssdk.services.georoutes.model that return types with arguments of type IsolineAvoidanceAreaGeometry Modifier and Type Method Description List<IsolineAvoidanceAreaGeometry>IsolineAvoidanceArea. except()Exceptions to the provided avoidance geometry, to be included while calculating the route.Methods in software.amazon.awssdk.services.georoutes.model with parameters of type IsolineAvoidanceAreaGeometry Modifier and Type Method Description IsolineAvoidanceArea.BuilderIsolineAvoidanceArea.Builder. except(IsolineAvoidanceAreaGeometry... except)Exceptions to the provided avoidance geometry, to be included while calculating the route.IsolineAvoidanceArea.BuilderIsolineAvoidanceArea.Builder. geometry(IsolineAvoidanceAreaGeometry geometry)Geometry of the area to be avoided.Method parameters in software.amazon.awssdk.services.georoutes.model with type arguments of type IsolineAvoidanceAreaGeometry Modifier and Type Method Description IsolineAvoidanceArea.BuilderIsolineAvoidanceArea.Builder. except(Collection<IsolineAvoidanceAreaGeometry> except)Exceptions to the provided avoidance geometry, to be included while calculating the route.
-