Packages

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.

Linear Supertypes
Catalog, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StandaloneCatalog
  2. Catalog
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new StandaloneCatalog(hrn: HRN, version: Long, dataClientSettings: Settings, timeout: Duration = Duration.Inf)(implicit actorSystem: ActorSystem)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. 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
    StandaloneCatalogCatalog
  7. 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
    StandaloneCatalogCatalog
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. val hrn: HRN

    The catalog HRN.

    The catalog HRN.

    Definition Classes
    StandaloneCatalogCatalog
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. 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 a with version n finds all the versions of to which are compatible with the catalog Catalog(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
    StandaloneCatalogCatalog
  19. 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
    StandaloneCatalogCatalog
  20. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. val version: Long

    The catalog version.

    The catalog version.

    Definition Classes
    StandaloneCatalogCatalog
  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Catalog

Inherited from AnyRef

Inherited from Any

Ungrouped