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, com.here.platform.data.client.settings.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.long
version()
Deprecated.The catalog version.
-
Constructor Details
-
StandaloneCatalog
public StandaloneCatalog(HRN hrn, long version, com.here.platform.data.client.settings.Settings dataClientSettings, scala.concurrent.duration.Duration timeout, org.apache.pekko.actor.ActorSystem actorSystem) Deprecated.
-
-
Method Details
-
hrn
Deprecated.Description copied from interface:Catalog
The catalog HRN. -
version
public long version()Deprecated.Description copied from interface:Catalog
The catalog version. -
create
Deprecated.Description copied from interface:Catalog
Creates a tile loader for the specified layer. -
createDataLoader
Deprecated.Description copied from interface:Catalog
Creates a generic partition loader for the specified layer.- Specified by:
createDataLoader
in interfaceCatalog
- Parameters:
layer
- the layer name.
-
resolveDependency
Deprecated.Description copied from interface:Catalog
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.
- Specified by:
resolveDependency
in interfaceCatalog
- Parameters:
dependency
- The catalog for which we want to find a compatible version
-
resolveCompatibleDependencies
Deprecated.Description copied from interface:Catalog
Searches for a set of compatible versions of a catalog.For example, given a catalog
a
with versionn
finds all the versions ofto
which are compatible with the catalogCatalog(a, n)
Two catalogs are considered compatible when their common dependencies (same hrn) share the same version.
- Specified by:
resolveCompatibleDependencies
in interfaceCatalog
- Parameters:
to
- The catalog for which we want to find compatible versions
-