Quantcast
Channel: DotSpatial
Viewing all articles
Browse latest Browse all 3973

New Post: Noob question: how to retrieve X Y from pointshape

$
0
0
yup this worked.... thx
 Dim fs As New FeatureSet
            fs = CType(FeatureSet.Open(Form1.AdressenPADNAAMtext.Text), FeatureSet)
            fs.FillAttributes()
            fs.Projection = Form1.myVenster.Projection
            Dim dt As DataTable = fs.DataTable

            For AdresRij = 0 To fs.Features.Count - 1
                AdresX = CStr(fs.Features.Item(AdresRij).Coordinates.Item(0).X)
                AdresY = CStr(fs.Features.Item(AdresRij).Coordinates.Item(0).Y)

Viewing all articles
Browse latest Browse all 3973

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>