Numéro d’ID de bogue |
BUG-000152185 |
Envoi | September 8, 2022 |
Dernière modification | July 24, 2025 |
S’applique à | ArcGIS Runtime SDK |
Version trouvée | 100.14 |
Système d’exploitation | Windows OS |
Version du système d’exploitation | 10.0 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
This is a limitation of the underlying architecture of Local Server and cannot be addressed.
Note: ArcGIS Maps SDK for Local Server is deprecated. The last release of Local Server will be ArcGIS Maps SDK for Local Server 200.8. For more information, see the deprecation announcement (https://support.esri.com/en-us/knowledge-base/deprecation-arcgis-maps-sdk-for-local-server-000034908).
Solution de contournement
Use GeometryEngine.Generalize() to reduce the size of the request. See https://developers.arcgis.com/net/api-reference/api/net/Esri.ArcGISRuntime/Esri.ArcGISRuntime.Geometry.GeometryEngine.Generalize.html.
e.g.,
Geometry geometry = GeometryEngine.Generalize(f.Geometry,1,false);
// Now, do the query
var queryParameters = new QueryParameters()
{
Geometry = geometry,
SpatialRelationship = SpatialRelationship.Intersects,
MaxFeatures = 10000
};
In general, we recommend using the mobile geodatabase format (optionally as part of a Mobile Map Package).
Étapes pour reproduire
ID de bogue: BUG-000152185
Logiciel: