Class TiledRangeBasedPropertyMap.Identity<T>
java.lang.Object
com.here.platform.location.inmemory.graph.TiledRangeBasedPropertyMap<T,T>
com.here.platform.location.inmemory.graph.TiledRangeBasedPropertyMap.Identity<T>
- Type Parameters:
T
- Type of the property values
- All Implemented Interfaces:
com.here.platform.location.core.graph.PropertyMap<Vertex,
,scala.collection.Seq<com.here.platform.location.core.graph.RangeBasedProperty<T>>> com.here.platform.location.core.graph.RangeBasedPropertyMap<Vertex,
T>
- Enclosing class:
- TiledRangeBasedPropertyMap<T,
U>
A
TiledRangeBasedPropertyMap
that does not apply any transformation to the values inside
the RangeBasedPropertyTile
s before returning them.
param: tileById Used to retrieve the data tiles by their ID, if they exist
param: default Default sequence of
RangeBasedProperties
returned when no property applies to the given Vertex
. Unless specified,
this is an empty sequence.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.here.platform.location.inmemory.graph.TiledRangeBasedPropertyMap
TiledRangeBasedPropertyMap.Identity<T>, TiledRangeBasedPropertyMap.Identity$
-
Constructor Summary
ConstructorsConstructorDescriptionIdentity
(scala.Function1<TileId, scala.Option<RangeBasedPropertyTile<T>>> tileById, scala.collection.IndexedSeq<com.here.platform.location.core.graph.RangeBasedProperty<T>> default_) -
Method Summary
Methods inherited from class com.here.platform.location.inmemory.graph.TiledRangeBasedPropertyMap
apply, contains
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.here.platform.location.core.graph.PropertyMap
apply$mcD$sp, apply$mcZ$sp
Methods inherited from interface com.here.platform.location.core.graph.RangeBasedPropertyMap
apply
-
Constructor Details
-
Identity
public Identity(scala.Function1<TileId, scala.Option<RangeBasedPropertyTile<T>>> tileById, scala.collection.IndexedSeq<com.here.platform.location.core.graph.RangeBasedProperty<T>> default_)
-