2

I am trying to extract longitude and latitude of points from a polyline shapefile at certain intervals(10-50m). Using ArcGIS I was able to do using Densify followed by Feature Vertices to Points in Data Management Tools. But while doing so in VB.Net I am not able to locate this Class FeatureVerticesToPoints in VB.NET thus making my process useless.

  1. Is it possible to use these ArcGIS tools in VB.NET using ArcObjects and in case yes, How?
  2. Also, is there any other better method to do this?
  3. Can someone help me with a code of something similar as I am a beginner to programming using ArcObjects.
PolyGeo
65.5k29 gold badges115 silver badges350 bronze badges
asked Jan 15, 2016 at 10:29

1 Answer 1

1

You can use the IGeoProcessor to call any of the geoprocessing tools, have a look at his page.

Having said that you have asked for an alternative method. I would have used Ipolyline.QueryPointAndDistance() and extracted points out along a single polyline.

answered Jan 20, 2016 at 14:25
1
  • Also see IGeometry.Project so you can juggle between decimal degrees and xy coordinates in a projection valid for measuring lengths. Commented Jan 20, 2016 at 16:23

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.