Número de ID do Erro |
BUG-000170600 |
Enviado | September 9, 2024 |
Última Modificação | November 7, 2024 |
Aplica-se à | ArcGIS Pro |
Versão encontrada | 3.3.1 |
Sistema Operacional | Windows OS |
Versão do Sistema Operacional | 10.0 64 Bit |
Status | As Designed
Após revisão pela equipe de desenvolvimento, foi determinado que esse comportamento é conforme projetado. Consulte a seção Informações Adicionais para obter detalhes.
|
Informações Adicionais
A point is assumed to be on the segment if the closest distance from the point to the segment interior is less than or equal to sqrt(2) * tolerance. In that case, the segment splits, and the new endpoints snap with the point. This is the situation when vertex #53 of the feature River is moved to the location of vertex #3 of the feature 3006. The length of the newly created segment is 0.0045931674540042877 which is less than sqrt(2) * tolerance, so the endpoints of the segment are snapped to the middle.
Solução Provisória
If possible, after moving vertex #53 in River to the location of vertex #3 in 3006, move vertex #18 in 3515 to the new location of vertex #53 in River. Then also move vertex #3 in 3006 to the new location of #53 in River.
Etapas para Reproduzir