724 reputation
19
bio website
location
age
visits member for 1 year, 3 months
seen 20 hours ago
stats profile views 20

GIS Developer


Apr
18
comment Geodesic distance between two polygons in ArcGIS
@travis thanks for the link, I didn't know about the new field calc functionality. Unfortunately that won't work in my program. I'm looping many iterations for a complex polygon so the geoprocessor is too slow. Thanks for input Darksanta, blah238 hit the nail on the head for why that won't work. Plus my polygon is too large to calculate a distance for all points if it were densified, performance would be poor.
Apr
18
comment Geodesic distance between two polygons in ArcGIS
No, this application is for desktop. One polygon comes from a file geodatabase feature class and the other from the ArcMap user interface (in memory).
Apr
17
comment Geodesic distance between two polygons in ArcGIS
Thanks, I did see that question. I was hoping to get this interface working to simplify things.
Apr
17
awarded  Caucus
Apr
17
asked Geodesic distance between two polygons in ArcGIS
Apr
7
answered ArcObjects C#: select intersecting polylines
Feb
11
answered How to save selected feature(“polygon”) as image from the shape file using C#?
Feb
9
awarded  Yearling
Feb
8
comment Connecting to ArcGIS Desktop PostgreSQL database (running locally)
It might be. I'm using a PostgreSQL back-end that is registered with the ArcGIS Server for my connection.
Feb
7
answered Connecting to ArcGIS Desktop PostgreSQL database (running locally)
Jan
30
comment Viewshed analysis problem Arcgis 10
I don't think your problem is datum related. It is likely the tool inputs.The default RADIUS2 distance is infinity. It sounds like your input of 1500 isn't working so it goes to the default. The value for RADIUS2 should be greater than RADIUS1.
Jan
30
comment Viewshed analysis problem Arcgis 10
I believe the units for both your datums are meters already
Jan
30
comment Viewshed analysis problem Arcgis 10
The vertical units will be determined by the DEM you choose and the horizontal units by the projection. Make sure the field type for your offset and radius match the tool inputs. I think they are double?
Jan
22
comment Displaying .gdb content(Feature classes) in winidows forms
Are you just trying to display the attributes (feature class names, feature count, etc) in the form or display the actual shape like the Preview tab in ArcCatalog?
Jan
18
answered Need to convert from ISpatialReference to SpatialReference
Jan
18
answered How Select only specific feature from selected features of more than one layer
Jan
18
accepted in_memory input to geoprocessor tool not returning expected results
Jan
18
comment in_memory input to geoprocessor tool not returning expected results
Turns out the problem is related to not simplifying my polygon. The source polygon comes from an INewPolygonFeedback object. Calling SimplifyPreserveFromTo() on it before adding to the in_memory feature class fixes the problem. Thanks Kirk, if you post your suggestion as an answer I can give you credit.
Jan
17
comment in_memory input to geoprocessor tool not returning expected results
There seems to be something wrong with my polygon. Although it appears correct after adding it to the map, it has incorrect values for shape_area and shape_length.
Jan
17
asked in_memory input to geoprocessor tool not returning expected results