class StandaloneCatalog extends Catalog
Implements a Catalog for the standalone use case (local development).
- Annotations
- @deprecated
- Deprecated
(Since version SDK 2.54) Use methods based on OptimizedMapLayers instead.
- Alphabetic
- By Inheritance
- StandaloneCatalog
- Catalog
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
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()
- def create(layer: String): TileLoader[Array[Byte]]
Creates a tile loader for the specified layer.
Creates a tile loader for the specified layer.
- layer
The layer name
- Definition Classes
- StandaloneCatalog → Catalog
- def createDataLoader(layer: String): DataLoader[String, Array[Byte]]
Creates a generic partition loader for the specified layer.
Creates a generic partition loader for the specified layer.
- layer
the layer name.
- Definition Classes
- StandaloneCatalog → Catalog
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- val hrn: HRN
The catalog HRN.
The catalog HRN.
- Definition Classes
- StandaloneCatalog → Catalog
- 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()
- def resolveCompatibleDependencies(to: HRN): Set[Catalog]
Searches for a set of compatible versions of a catalog.
Searches for a set of compatible versions of a catalog.
For example, given a catalog
awith versionnfinds all the versions oftowhich are compatible with the catalogCatalog(a, n)Two catalogs are considered compatible when their common dependencies (same hrn) share the same version.
- to
The catalog for which we want to find compatible versions
- Definition Classes
- StandaloneCatalog → Catalog
- def resolveDependency(dependency: HRN): Catalog
Searches for a compatible version of a catalog that is expected to be found in the direct or in the indirect dependencies.
Searches for a compatible version of a catalog that is expected to be found in the direct or in the indirect dependencies.
For example the compatible version of HERE Map Content with an Optimized Map for Location Library catalog is the one from which the map was compiled.
- dependency
The catalog for which we want to find a compatible version
- Definition Classes
- StandaloneCatalog → Catalog
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- val version: Long
The catalog version.
The catalog version.
- Definition Classes
- StandaloneCatalog → Catalog
- 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)