Select to view content in your preferred language

Changing a spatial domains min z

452
0
07-03-2022 06:13 PM
Labels (2)
James_OKane
Occasional Contributor

Hi All,

I have a problem with spatial domains. I discovered the issue when I attempted to copy a points feature class from a prep fgdb to my egdb. Below is the cut down error message.

=====================
Environments

Output Coordinate System PROJCS["GDA_1994_MGA_Zone_56",GEOGCS["GCS_GDA_1994",DATUM["D_GDA_1994",SPHEROID["GRS_1980",6378137.0,298.257222101]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Transverse_Mercator"],PARAMETER["False_Easting",500000.0],PARAMETER["False_Northing",10000000.0],PARAMETER["Central_Meridian",153.0],PARAMETER["Scale_Factor",0.9996],PARAMETER["Latitude_Of_Origin",0.0],UNIT["Meter",1.0]],VERTCS["AHD",VDATUM["Australian_Height_Datum"],PARAMETER["Vertical_Shift",0.0],PARAMETER["Direction",1.0],UNIT["Meter",1.0]]
=====================
Messages

Start Time: Friday, 1 July 2022 4:13:57 PM
WARNING 000594: Input feature 2932: falls outside of output geometry domains.
WARNING 000595: C:\Users\james.oka (2D6081E6)\AppData\Local\Temp\2\ArcGISProTemp7448\GeotechnicalBorehole0.fid contains the full list of records not able to be processed.
Succeeded at Friday, 1 July 2022 4:14:04 PM (Elapsed Time: 7.72 seconds)

I tracked down feature 2932 and figured out the issue was a negative height. Its a borehole that was conducted underwater so it has to have a negative height for the holes AHD height. I then noticed that the egdb version has the spatial domain below. 

James_OKane_2-1656894711604.png

Ah a Min Z of 0, found the issue. My problem is I can't change it. I've made new feature classes and feature datasets and can't find anywhere to set the spatial domains. I then used a custom CRS which worked on the fgdb but not the egdb as shown below (I've highlighted the min z param). Copy/paste doesn't work either. 

PROJCS["GDA_1994_MGA_Zone_56",GEOGCS["GCS_GDA_1994",DATUM["D_GDA_1994",SPHEROID["GRS_1980",6378137.0,298.257222101]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Transverse_Mercator"],PARAMETER["False_Easting",500000.0],PARAMETER["False_Northing",10000000.0],PARAMETER["Central_Meridian",153.0],PARAMETER["Scale_Factor",0.9996],PARAMETER["Latitude_Of_Origin",0.0],UNIT["Meter",1.0]],VERTCS["AHD",VDATUM["Australian_Height_Datum"],PARAMETER["Vertical_Shift",0.0],PARAMETER["Direction",1.0],UNIT["Meter",1.0]];-5120900 1900 10000;-100000 10000;-100000 10000;0.001;0.001;0.001;IsHighPrecision

In brief how do I set a Min Z? I noticed that some fcs I have are set to -100000 and some 0 with no regard to the vertical datum chosen. I think Pro users should be able to manually edit this at creation time in the environment panel. Any ideas?

Cheers,
James

Tags (2)
0 Kudos
0 Replies