Register  |  Login   Search
ThinkGeo - GPS Tracking and Mapping Solutions  |  Home  |  Cygnus Track  |  Developer Community
 
LivePerson Chat

Discussion Forums

The online community for users of Map Suite GIS components

ESRI ShapeFile
Last Post 08-27-2008 11:13 AM by Ryan. 4 Replies.
Printer Friendly
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
nickUser is Offline
Level 1
Level 1
Posts:4

--
08-04-2008 11:13 PM

Hai..

I need halp. How to load (.shp) file, And 

Get Attribute this (.dbf) file. and save back to the same file (.shp, .dbf,).

nick
ZhiyongUser is Online
MVP
MVP
Posts:30

--
08-07-2008 05:10 AM
Hi,

what's your means about this post? can you explain more clear? I'm not clear what did you want to do about loading shape file and getting its attributes.

Thanks,
TimothyUser is Offline
Level 1
Level 1
Posts:6

--
08-07-2008 03:32 PM

Load Shapefile:

Map.Layers.Add("/dir/dir/dir/file.shp");

 

Read DBF:

Layer L= Map.Layers[0];

 DataTable layerDataTable = L.DataQuery(recordID, false);

 

Edit DBF:

Layer L= Map.Layers[0];

 L.UpdateTableData(shapeID, fieldName,fieldValue);

 

 

 

nickUser is Offline
Level 1
Level 1
Posts:4

--
08-07-2008 08:22 PM
Thanks for this reply.

Now I develop 1 software for GPS surveyer (Tracking and Capture Piont and Line) and Cad For Pocket PC. I need store the data. Now I use ESRI shapefile format. Before that I need to know how tu use the MAP SUITE Library, And what the good feature.

thanks.
nick
RyanUser is Offline
ThinkGeo Support
MVP
MVP
Posts:172
Avatar

--
08-27-2008 11:13 AM

Nick,

There are many good features in Map Suite Pocket PC. I would like to invite you to download a free evaluation version and to see our Pocket PC product page that explains many of the features and benefits of the Pocket PC edition.

Free Evaluation

Pocket PC Features and Benefits

ThinkGeo Support

You are not authorized to post a reply.

Active Forums 4.1