Uses of Class
software.amazon.awssdk.services.georoutes.model.IsolineShapeGeometry
-
Packages that use IsolineShapeGeometry Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of IsolineShapeGeometry in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return types with arguments of type IsolineShapeGeometry Modifier and Type Method Description List<IsolineShapeGeometry>Isoline. geometries()Geometries for the Calculated isolines.Methods in software.amazon.awssdk.services.georoutes.model with parameters of type IsolineShapeGeometry Modifier and Type Method Description Isoline.BuilderIsoline.Builder. geometries(IsolineShapeGeometry... geometries)Geometries for the Calculated isolines.Method parameters in software.amazon.awssdk.services.georoutes.model with type arguments of type IsolineShapeGeometry Modifier and Type Method Description Isoline.BuilderIsoline.Builder. geometries(Collection<IsolineShapeGeometry> geometries)Geometries for the Calculated isolines.
-