com.here.platform.location.integration.optimizedmap.dcl2
OptimizedMapCatalog
Companion class OptimizedMapCatalog
object OptimizedMapCatalog
- Alphabetic
- By Inheritance
- OptimizedMapCatalog
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def from(hrn: HRN): CanSelectDataApi
The starting point for
OptimizedMapCatalogDSL.The starting point for
OptimizedMapCatalogDSL. Selection of data API is needed afterwards.- hrn
the
HRNof the catalog
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def versionedLayerReadersConfiguration(maxBlobCacheSizeBytes: Long = DefaultMaxBlobCacheSizeInBytes, maxMetadataCacheEntryCount: Option[Long] = None, adasAttributes: Seq[AdasAttributeDescription with AttributeDescription] = Seq.empty, roadAttributes: Seq[RoadAttributeDescription with AttributeDescription] = Seq.empty, navigationAttributes: Seq[NavigationAttributeDescription with AttributeDescription] = Seq.empty, advancedNavigationAttributes: Seq[AdvancedNavigationAttributeDescription with AttributeDescription] = Seq.empty, topologyAttributes: Seq[TopologyAttributeDescription with AttributeDescription] = Seq.empty): VersionedLayerReadersConfiguration
Creates a new
VersionedLayerReadersConfigurationconfiguration.Creates a new
VersionedLayerReadersConfigurationconfiguration.- maxBlobCacheSizeBytes
the maximum size in bytes to be used by the blob cache
- maxMetadataCacheEntryCount
the maximum number of entries to be used by the metadata cache; when
Noneis used a reasonable number of entries is inferred based on blob cache size- adasAttributes
the list of ADAS attributes to retain in memory after downloading a partition of the ADAS attributes layer, see withAdasAttributes
- roadAttributes
the list of Road attributes to retain in memory after downloading a partition of the Road attributes layer, see withRoadAttributes
- navigationAttributes
the list of Road attributes to retain in memory after downloading a partition of the Navigation attributes layer, see withNavigationAttributes
- advancedNavigationAttributes
the list of Road attributes to retain in memory after downloading a partition of the Advanced Navigation attributes layer, see withAdvancedNavigationAttributes
- Annotations
- @nowarn()
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)