Select to view content in your preferred language

Adding Z value to geometry in PointZ file

3501
1
07-18-2013 08:40 AM
TomPotter
Deactivated User
I have an applet that I use in conjunction with a Geonics EM38 Logger.  Everything works fine, but I would like to be able to capture elevation data. I have modified the vbscript to change the shapefile type from Point to PointZ.  I can get elevation data displaying on the onscreen form in real time, but I can't seem to get it added to the shapefile.

X and Y data are added with Call Application.Map.AddFeatureXY(cdbl(gbl_Longitude), cdbl(gbl_Latitude), false)

I think I can get it added to the attribute table, but isn't there some way to add it to the geometry in a PointZ shapefile?

Tom Potter
GIS Coordinator
USDA-NRCS Montana
Tags (3)
0 Kudos
1 Reply
TomPotter
Deactivated User
Seems like this should be easy, but no help offered and after a lot of looking, couldn't find a way.  Went with my alternate plan and put an elevation field in the attribute table.  Added lat and long at the same time.  This may actually be better way to go in the long run because it will save steps later in the process.
0 Kudos