Número de ID do Erro |
BUG-000167029 |
Enviado | April 25, 2024 |
Última Modificação | February 18, 2025 |
Aplica-se à | ArcGIS GIS Server |
Versão encontrada | 10.9.1 |
Sistema Operacional | Windows Server |
Versão do Sistema Operacional | 2019 64 Bit |
Status | Will Not Be Addressed
A equipe de desenvolvimento considerou esse problema ou solicitação e concluiu que não será resolvido. A seção Informações Adicionais do problema pode conter mais explicações.
|
Informações Adicionais
Hosted feature layers backed by the spatiotemporal data store may support Long integer values (e.g. native java Long or the equivalent Int64). GeoEvent Server's approach, publishing a spatiotemporal feature layer where a Long data type is set to Double is done to guarantee support across 32-bit applications.
In instances where a numeric value is used to represent a track identifier, an alternative recommendation is to configure GeoEvent Server to adapt the data type as a String and store the data in the geodatabase as a string value.
Solução Provisória
Use doubles for numeric. Otherwise, store identifiers as Strings.
Etapas para Reproduzir