Class StandaloneCatalog
java.lang.Object
com.here.platform.location.dataloader.standalone.StandaloneCatalog
- All Implemented Interfaces:
Catalog
Deprecated.
Use methods based on OptimizedMapLayers instead. Since SDK 2.54.
-
Constructor Summary
ConstructorsConstructorDescriptionStandaloneCatalog(HRN hrn, long version, Settings dataClientSettings, scala.concurrent.duration.Duration timeout, org.apache.pekko.actor.ActorSystem actorSystem) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionTileLoader<byte[]>Deprecated.Creates a tile loader for the specified layer.DataLoader<String,byte[]> createDataLoader(String layer) Deprecated.Creates a generic partition loader for the specified layer.hrn()Deprecated.The catalog HRN.scala.collection.immutable.Set<Catalog>Deprecated.Searches for a set of compatible versions of a catalog.resolveDependency(HRN dependency) Deprecated.Searches for a compatible version of a catalog that is expected to be found in the direct or in the indirect dependencies.longversion()Deprecated.The catalog version.
-
Constructor Details
-
Method Details
-
hrn
Deprecated.Description copied from interface:CatalogThe catalog HRN. -
version
public long version()Deprecated.Description copied from interface:CatalogThe catalog version. -
create
Deprecated.Description copied from interface:CatalogCreates a tile loader for the specified layer. -
createDataLoader
Deprecated.Description copied from interface:CatalogCreates a generic partition loader for the specified layer.- Specified by:
createDataLoaderin interfaceCatalog- Parameters:
layer- the layer name.
-
resolveDependency
Deprecated.Description copied from interface:CatalogSearches 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.
- Specified by:
resolveDependencyin interfaceCatalog- Parameters:
dependency- The catalog for which we want to find a compatible version
-
resolveCompatibleDependencies
Deprecated.Description copied from interface:CatalogSearches 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.
- Specified by:
resolveCompatibleDependenciesin interfaceCatalog- Parameters:
to- The catalog for which we want to find compatible versions
-