| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemakergeospatial.model |
| Modifier and Type | Method and Description |
|---|---|
static MapMatchingConfig.Builder |
MapMatchingConfig.builder() |
MapMatchingConfig.Builder |
MapMatchingConfig.Builder.idAttributeName(String idAttributeName)
The field name for the data that describes the identifier representing a collection of GPS points belonging
to an individual trace.
|
MapMatchingConfig.Builder |
MapMatchingConfig.Builder.timestampAttributeName(String timestampAttributeName)
The name of the timestamp attribute.
|
MapMatchingConfig.Builder |
MapMatchingConfig.toBuilder() |
MapMatchingConfig.Builder |
MapMatchingConfig.Builder.xAttributeName(String xAttributeName)
The name of the X-attribute
|
MapMatchingConfig.Builder |
MapMatchingConfig.Builder.yAttributeName(String yAttributeName)
The name of the Y-attribute
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends MapMatchingConfig.Builder> |
MapMatchingConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
static VectorEnrichmentJobConfig |
VectorEnrichmentJobConfig.fromMapMatchingConfig(Consumer<MapMatchingConfig.Builder> mapMatchingConfig)
Create an instance of this class with
VectorEnrichmentJobConfig.mapMatchingConfig() initialized to the given value. |
default VectorEnrichmentJobConfig.Builder |
VectorEnrichmentJobConfig.Builder.mapMatchingConfig(Consumer<MapMatchingConfig.Builder> mapMatchingConfig)
The input structure for Map Matching operation type.
|
Copyright © 2023. All rights reserved.