laptop and a wrench

Bug

The ST_Geometry feature class extent calculation is incorrect when the input feature class contains nil features.

Zuletzt veröffentlicht: August 25, 2014 No Product Found
Bug-ID-Nummer NIM009208
EingereichtMay 21, 2007
Zuletzt geändertJune 5, 2024
Gilt fürNo Product Found
Gefunden in Version9.2
Behoben in Version9.3
StatusFixed

Workaround

Use sdelayer -o alter -E minx,miny,maxx,maxy to specify the correct layer extent. Use the following SQL query to find the envelope.select min(st_minx(shape)) , min(st_miny(shape)) , max(st_maxx(shape)) , max(st_maxy(shape)) from block_sml_st where st_isempty(shape) = 0;

Schritte zur Reproduzierung

Bug-ID: NIM009208

Software:

  • No Product Found

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln