Tagged Questions
2
votes
0answers
35 views
What traits identify 2D, 2.5D, 3D geometries, and how can you convert downward, such as from 25D to 2D?
In answering this question, posed by @Burton449, I came to realize I don't have a definitive grasp on what distinguishes 2D, 2.5D, and 3D geometries. I certainly realize Z/elevation values are ...
3
votes
1answer
157 views
Geometry Conversion Problem
How do I convert from an ESRI.ArcGIS.Geometry.IPoint to an ESRI.ArcGIS.Client.Graphic point object?
In other words, I'm wanting to convert from an IGeometry to a runtime geometry, I guess.
1
vote
2answers
166 views
dealing with 2 different coordination systems in postGIS
I'm seeking a function that converts degrees to the following format:
POINT(405115.926025391 4543389.4354248)
I dont know this format's name, but is there any function to do so?
Cheers,
EDIT ...
3
votes
3answers
1k views
How to get coordinates from geometry in PostGIS?
This line: SELECT geom FROM myLayer.geom
will return a hex value, i'm wondering how would it be possible to get decimal values, a result that look likes human-readable coordination?
Regards,
1
vote
1answer
233 views
Convert point XY to page units XY using arcpy?
I am using arcpy to export PDFs from my ArcGIS Server application. I want to move a TextElement in my layout view to the centroid of a selected feature. I can get the centroid of the feature, but ...
3
votes
4answers
691 views
Is there a way to convert 3D polylines to 3D points in ArcGIS?
I need to convert a huge number of very dense (densified to 1m) 3D polylines to 3D points.
I need each vertex along the line and no duplicates (two of the same XYZ coordinates) if possible. Is there ...