Uses of Class
com.cercalia.sdk.model.snaptoroad.SnapToRoadResult
Packages that use SnapToRoadResult
Package
Description
Snap to Road data models.
Core services for interacting with Cercalia APIs.
-
Uses of SnapToRoadResult in com.cercalia.sdk.model.snaptoroad
Methods in com.cercalia.sdk.model.snaptoroad that return SnapToRoadResultModifier and TypeMethodDescription@NotNull SnapToRoadResultSnapToRoadResult.Builder.build()static @NotNull SnapToRoadResultSnapToRoadResult.empty() -
Uses of SnapToRoadResult in com.cercalia.sdk.services
Methods in com.cercalia.sdk.services that return SnapToRoadResultModifier and TypeMethodDescription@NotNull SnapToRoadResultSnapToRoadService.match(@NotNull List<SnapToRoadPoint> points, @NotNull SnapToRoadOptions options) Match GPS track points to the road network.@NotNull SnapToRoadResultSnapToRoadService.matchSimplified(@NotNull List<SnapToRoadPoint> points, int tolerance) Get a simplified/generalized track matching.@NotNull SnapToRoadResultSnapToRoadService.matchWithGroups(@NotNull List<Coordinate> coords, int groupSize, @NotNull SnapToRoadOptions options) Match GPS track with automatic segment grouping by attribute.@NotNull SnapToRoadResultSnapToRoadService.matchWithSpeedingDetection(@NotNull List<SnapToRoadPoint> points, int toleranceKmh) Match GPS track with speed data for violation detection.Methods in com.cercalia.sdk.services that return types with arguments of type SnapToRoadResultModifier and TypeMethodDescription@NotNull CompletableFuture<SnapToRoadResult>SnapToRoadService.matchAsync(@NotNull List<SnapToRoadPoint> points, @NotNull SnapToRoadOptions options) Match GPS track points to the road network asynchronously.@NotNull CompletableFuture<SnapToRoadResult>SnapToRoadService.matchSimplifiedAsync(@NotNull List<SnapToRoadPoint> points, int tolerance) Get a simplified/generalized track matching asynchronously.@NotNull CompletableFuture<SnapToRoadResult>SnapToRoadService.matchWithGroupsAsync(@NotNull List<Coordinate> coords, int groupSize, @NotNull SnapToRoadOptions options) Match GPS track with automatic segment grouping by attribute asynchronously.@NotNull CompletableFuture<SnapToRoadResult>SnapToRoadService.matchWithSpeedingDetectionAsync(@NotNull List<SnapToRoadPoint> points, int toleranceKmh) Match GPS track with speed data for violation detection asynchronously.