Class RangeBasedPropertyCompiler<P,T>
java.lang.Object
com.here.platform.location.compilation.heremapcontent.RangeBasedPropertyCompiler<P,T>
- All Implemented Interfaces:
Serializable
,scala.Serializable
Compiles attribute layer partitions from HERE Map Content to the property format for
Optimized Map for Location Library
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRangeBasedPropertyCompiler
(com.here.platform.location.compilation.heremapcontent.AttributeAccessor<P, T> accessor, RangeNormalizationStrategy<T> normalizationStrategy, scala.reflect.ClassTag<T> evidence$1) -
Method Summary
Modifier and TypeMethodDescriptionscala.Option<DenseRangeBasedPropertyMapData<T>>
compile
(int numberOfSegments, scala.collection.Iterable<P> partitions, SegmentIndexResolver resolveSegmentIndex)
-
Constructor Details
-
RangeBasedPropertyCompiler
public RangeBasedPropertyCompiler(com.here.platform.location.compilation.heremapcontent.AttributeAccessor<P, T> accessor, RangeNormalizationStrategy<T> normalizationStrategy, scala.reflect.ClassTag<T> evidence$1)
-
-
Method Details
-
compile
public scala.Option<DenseRangeBasedPropertyMapData<T>> compile(int numberOfSegments, scala.collection.Iterable<P> partitions, SegmentIndexResolver resolveSegmentIndex)
-