Numéro d’ID de bogue |
BUG-000167029 |
Envoi | April 25, 2024 |
Dernière modification | February 18, 2025 |
S’applique à | ArcGIS GIS Server |
Version trouvée | 10.9.1 |
Système d’exploitation | Windows Server |
Version du système d’exploitation | 2019 64 Bit |
Statut | Will Not Be Addressed
L’équipe de développement a examiné le problème ou la demande et a décidé qu’ils ne seraient pas traités. Pour d’autres explications, reportez-vous à la section Informations supplémentaires correspondant au problème.
|
Informations supplémentaires
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.
Solution de contournement
Use doubles for numeric. Otherwise, store identifiers as Strings.
Étapes pour reproduire