Interface IsolineMatchingOptions.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<IsolineMatchingOptions.Builder,,IsolineMatchingOptions> SdkBuilder<IsolineMatchingOptions.Builder,,IsolineMatchingOptions> SdkPojo
- Enclosing class:
IsolineMatchingOptions
-
Method Summary
Modifier and TypeMethodDescriptionThe expected street name near the point.onRoadThreshold(Long onRoadThreshold) The maximum distance in meters that a point can be from a road while still being considered "on" that road.The maximum distance in meters to search for roads to match to.Determines how points are matched to the road network.strategy(MatchingStrategy strategy) Determines how points are matched to the road network.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
nameHint
The expected street name near the point. Helps disambiguate matching when multiple roads are within range.
- Parameters:
nameHint- The expected street name near the point. Helps disambiguate matching when multiple roads are within range.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
onRoadThreshold
The maximum distance in meters that a point can be from a road while still being considered "on" that road. Points further than this distance require explicit matching.
Unit:
meters- Parameters:
onRoadThreshold- The maximum distance in meters that a point can be from a road while still being considered "on" that road. Points further than this distance require explicit matching.Unit:
meters- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
radius
The maximum distance in meters to search for roads to match to. Points with no roads within this radius will fail to match. The roads that are considered within this radius are determined by the specified
StrategyUnit:
meters- Parameters:
radius- The maximum distance in meters to search for roads to match to. Points with no roads within this radius will fail to match. The roads that are considered within this radius are determined by the specifiedStrategyUnit:
meters- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
strategy
Determines how points are matched to the road network.
MatchAnyfinds the nearest viable road segment, whileMatchMostSignificantRoadprioritizes major roads.- Parameters:
strategy- Determines how points are matched to the road network.MatchAnyfinds the nearest viable road segment, whileMatchMostSignificantRoadprioritizes major roads.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
strategy
Determines how points are matched to the road network.
MatchAnyfinds the nearest viable road segment, whileMatchMostSignificantRoadprioritizes major roads.- Parameters:
strategy- Determines how points are matched to the road network.MatchAnyfinds the nearest viable road segment, whileMatchMostSignificantRoadprioritizes major roads.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-