Uses of Class
software.amazon.awssdk.services.georoutes.model.GeometryFormat
-
Packages that use GeometryFormat Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of GeometryFormat in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return GeometryFormat Modifier and Type Method Description static GeometryFormatGeometryFormat. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.GeometryFormatCalculateIsolinesRequest. isolineGeometryFormat()The format of the returned IsolineGeometry.GeometryFormatCalculateIsolinesResponse. isolineGeometryFormat()The format of the returned IsolineGeometry.GeometryFormatCalculateRoutesRequest. legGeometryFormat()Specifies the format of the geometry returned for each leg of the route.GeometryFormatCalculateRoutesResponse. legGeometryFormat()Specifies the format of the geometry returned for each leg of the route.GeometryFormatSnapToRoadsRequest. snappedGeometryFormat()Chooses what the returned SnappedGeometry format should be.GeometryFormatSnapToRoadsResponse. snappedGeometryFormat()Specifies the format of the geometry returned for each leg of the route.static GeometryFormatGeometryFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static GeometryFormat[]GeometryFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.georoutes.model that return types with arguments of type GeometryFormat Modifier and Type Method Description static Set<GeometryFormat>GeometryFormat. knownValues()Methods in software.amazon.awssdk.services.georoutes.model with parameters of type GeometryFormat Modifier and Type Method Description CalculateIsolinesRequest.BuilderCalculateIsolinesRequest.Builder. isolineGeometryFormat(GeometryFormat isolineGeometryFormat)The format of the returned IsolineGeometry.CalculateIsolinesResponse.BuilderCalculateIsolinesResponse.Builder. isolineGeometryFormat(GeometryFormat isolineGeometryFormat)The format of the returned IsolineGeometry.CalculateRoutesRequest.BuilderCalculateRoutesRequest.Builder. legGeometryFormat(GeometryFormat legGeometryFormat)Specifies the format of the geometry returned for each leg of the route.CalculateRoutesResponse.BuilderCalculateRoutesResponse.Builder. legGeometryFormat(GeometryFormat legGeometryFormat)Specifies the format of the geometry returned for each leg of the route.SnapToRoadsRequest.BuilderSnapToRoadsRequest.Builder. snappedGeometryFormat(GeometryFormat snappedGeometryFormat)Chooses what the returned SnappedGeometry format should be.SnapToRoadsResponse.BuilderSnapToRoadsResponse.Builder. snappedGeometryFormat(GeometryFormat snappedGeometryFormat)Specifies the format of the geometry returned for each leg of the route.
-