简体   繁体   English

HERE Navstreets LINK_ID 范围

[英]HERE Navstreets LINK_ID Range

My organization has acquired the HERE Navstreets data set.我的组织已经获得了 HERE Navstreets 数据集。 It wishes to update the content while still adhering to the HERE Navstreets data model and relationships.它希望更新内容,同时仍然遵守 HERE Navstreets 数据 model 和关系。

In this context, it is deemed of value to:在这种情况下,它被认为具有以下价值:

  1. Retain the LINK_ID column as the unique identifier for each street segment.保留 LINK_ID 列作为每个街段的唯一标识符。
  2. Make a distinction between the original HERE LINK_ID values and the one added by my organization.区分原始的 HERE LINK_ID 值和我的组织添加的值。
  3. Retain the ability to ingest streets updates from HERE should my organization decide to do so.如果我的组织决定这样做,保留从 HERE 摄取街道更新的能力。

In this context, we would like to use a different range of LINK_ID values from the one used by HERE.在这种情况下,我们希望使用与 HERE 使用的范围不同的 LINK_ID 值范围。 As an example, if HERE uses values between 10,000,000 and 100,000,000, we would assign only LINK_ID values that are within the range 1,000-9,999,999 (this is only for illustration purposes).例如,如果 HERE 使用 10,000,000 到 100,000,000 之间的值,我们将只分配 1,000-9,999,999 范围内的 LINK_ID 值(这仅用于说明目的)。

Is this approach already accounted for by HERE for the street data they may get from Map Creator?对于他们可能从 Map Creator 获得的街道数据,这种方法是否已被 HERE 考虑在内? Is there a specific HERE (for Review or Work in Progress) range of LINK_ID values we should consider?是否有我们应该考虑的 LINK_ID 值的特定 HERE(用于审查或正在进行的工作)范围?

Based on the HERE KB0015682 : Permanent ID concept in HERE Data基于HERE KB0015682 :HERE 数据中的永久 ID 概念

Entities with Permanent IDs具有永久 ID 的实体

Generally, the following feature do have permanent IDs in the HERE Map products:通常,以下功能在 HERE Map 产品中具有永久 ID:

  • Lane车道
  • Face
  • Point Features点要素
  • Administrative Areas (for, Built-up Areas, Districts, and Administrative Areas)行政区域(对于,建成区,地区和行政区域)
  • Complex Features (this includes Complex Administrative Area Features as well as Complex Intersections and Complex Roads)复杂特征(这包括复杂的行政区域特征以及复杂的交叉路口和复杂的道路)

Permanent IDs are globally unique within a specific Object, eg, a Link ID occurs once globally.永久ID在一个特定的Object内是全局唯一的,例如一个Link ID在全局出现一次。 However the same Permanent ID can be used among different Object types (eg, Node, Link, condition, etc.).然而,相同的永久 ID 可以在不同的 Object 类型(例如,节点、链接、条件等)之间使用。 Note: When a map is upgraded to Intermediate or HERE map, or when a country undergoes administrative restructuring, there may be a change in Permanent IDs.注意:当 map 升级到 Intermediate 或 HERE map 时,或者当一个国家进行行政重组时,永久 ID 可能会发生变化。

The following are examples of permanent IDs in the RDF:以下是 RDF 中永久 ID 的示例:

  • Address Point ID地址点 ID
  • Admin Place ID管理员位置 ID
  • Association ID协会编号
  • Building ID建筑编号
  • Carto ID车牌编号
  • Complex Feature ID复杂特征 ID
  • Condition ID条件编号
  • Country ID (which is one of the Admin Place IDs)国家 ID(这是 Admin Place ID 之一)
  • Face ID面部识别码
  • Feature Point ID特征点编号
  • Lane ID泳道编号
  • Lane Nav Strand ID车道导航路段 ID
  • Link ID链接编号
  • Name ID (with some exceptions)名称 ID(有一些例外)
  • Nav Strand ID导航链 ID
  • Node ID节点编号
  • POI ID兴趣点编号
  • Road Link ID道路链接 ID
  • Sign ID签号
  • Zone ID区域编号

Numeric Range of Permanent IDs永久 ID 的数字范围

Map object IDs (PVIDs) in the extracts use 32-bit integer values to fit in a N(10) scheme. Map object 提取物中的 ID (PVID) 使用 32 位 integer 值来适应 N(10) 方案。 Note: Exception to N(10) scheme can exist.注意:可能存在 N(10) 方案的例外情况。 For example, Lane ID is N(12) in length.例如,Lane ID 的长度为 N(12)。

The entire range is divided as follows:整个范围划分如下:

Range ---------------------------- Designation范围--------------------------名称

0000000001 to 0016777215 -> Non-permanent IDs 0000000001 到 0016777215 -> 非永久 ID

0016777215 to 2147483647 -> Permanent IDs 0016777215 到 2147483647 -> 永久 ID

The range dedicated to permanent IDs are used for any entity.专用于永久 ID 的范围可用于任何实体。 The range dedicated to non permanent IDs are used in rare situations where an update is made in a copy of the database instead of in the live database itself and this update results in a new ID.专用于非永久 ID 的范围在极少数情况下使用,在这种情况下,更新是在数据库的副本中而不是在实时数据库本身中进行的,并且此更新会产生一个新的 ID。 This new ID in the database copy would be in the non-permanent range.数据库副本中的这个新 ID 将处于非永久范围内。 The update would also be applied into the live database and this update would receive a permanent ID available in the next scheduled release.更新也将应用到实时数据库中,并且此更新将收到一个永久 ID,可在下一个预定版本中使用。 A cross-reference is not provided between non-permanent IDs and the eventual permanent ID from the live database.非永久 ID 和实时数据库中最终的永久 ID 之间不提供交叉引用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM