Dear Fabio,<div><br></div><div>you are saying that with the exsiting FDO it is possible to add geometry to a SHP?</div><div><br></div><div>Do you have a sample code for MGOS 2.x also for the interface or maybe a whole project/sln? I am not a programmer, but would like just to test this functionality in MapGuide.</div>
<div><br></div><div>Best regards,</div><div>Dejan<br><br><div class="gmail_quote">On Fri, Nov 6, 2009 at 00:29, Zac Spitzer <span dir="ltr">&lt;<a href="mailto:zac.spitzer@gmail.com">zac.spitzer@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">what&#39;s in the string? it&#39;s probably an error string<br>
<br>
if your feature source readonly?<br>
<br>
<a href="http://trac.osgeo.org/mapguide/ticket/649" target="_blank">http://trac.osgeo.org/mapguide/ticket/649</a><br>
<br>
a very nasty annoying bug<br>
<font color="#888888"><br>
z<br>
</font><div><div></div><div class="h5"><br>
On Fri, Nov 6, 2009 at 9:45 AM, Jackie Ng &lt;<a href="mailto:jumpinjackie@gmail.com">jumpinjackie@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt; What does your ReleaseReader() look like?<br>
&gt;<br>
&gt; If it&#39;s from the samples, it&#39;s supposed to close any open MgFeatureReaders<br>
&gt; that may exist in the result returned from MgFeatureService.UpdateFeatures()<br>
&gt;<br>
&gt; - Jackie<br>
&gt;<br>
&gt;<br>
&gt; sekko970 wrote:<br>
&gt;&gt;<br>
&gt;&gt; I tryng to add a point to an existing SHP data connection in ASP.Net<br>
&gt;&gt; application, using MG API.<br>
&gt;&gt;<br>
&gt;&gt; Dim dataSource as String = &quot;Library://.../MySHP.FeatureSource&quot;<br>
&gt;&gt; Dim dataSourceId As New MgResourceIdentifier(dataSource)<br>
&gt;&gt;<br>
&gt;&gt; Dim MyProps As New MgPropertyCollection()<br>
&gt;&gt; Dim agfRW As New MgAgfReaderWriter()<br>
&gt;&gt; Dim geomFactory As New MgGeometryFactory<br>
&gt;&gt;<br>
&gt;&gt; Dim myPoint As MgPoint =<br>
&gt;&gt; geomFactory.CreatePoint(geomFactory.CreateCoordinateXY(X, Y))<br>
&gt;&gt;<br>
&gt;&gt; &#39;ID<br>
&gt;&gt; Dim IDProp As New MgInt32Property(&quot;FeatID&quot;, IDValue)<br>
&gt;&gt; MyProps.Add(IDProp)<br>
&gt;&gt;<br>
&gt;&gt; &#39;MyProp<br>
&gt;&gt; Dim MyProp As New MgDoubleProperty(&quot;MyProp&quot;, MyPropValue)<br>
&gt;&gt; MyProps.Add(MyProp)<br>
&gt;&gt;<br>
&gt;&gt; &#39;Geometry<br>
&gt;&gt; Dim geomReader As MgByteReader = agfRW.Write(myPoint)<br>
&gt;&gt; Dim geometryProp As New MgGeometryProperty(&quot;Geometry&quot;, geomReader)<br>
&gt;&gt; MyProps.Add(geometryProp)<br>
&gt;&gt;<br>
&gt;&gt; Dim propCollection As New MgBatchPropertyCollection()<br>
&gt;&gt; propCollection.Add(MyProps)<br>
&gt;&gt;<br>
&gt;&gt; Dim commands As New MgFeatureCommandCollection()<br>
&gt;&gt; commands.Add(New MgInsertFeatures(MyFeatureName, propCollection))<br>
&gt;&gt;<br>
&gt;&gt; Dim res As MgPropertyCollection = featureSrvc.UpdateFeatures(dataSourceId,<br>
&gt;&gt; commands, False)<br>
&gt;&gt; ReleaseReader(res, commands)<br>
&gt;&gt;<br>
&gt;&gt; In ReleaseReader, I have the following error:<br>
&gt;&gt; Unable to cast object of type &#39;OSGeo.MapGuide.MgStringProperty&#39; to type<br>
&gt;&gt; &#39;OSGeo.MapGuide.MgFeatureProperty&#39;.<br>
&gt;&gt;<br>
&gt;&gt; In fact, res has only one property of type MgStringProperty: but why?<br>
&gt;&gt;<br>
&gt;&gt; Have you any idea where is the error?<br>
&gt;&gt; Thanks, Fabio<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt; --<br>
&gt; View this message in context: <a href="http://n2.nabble.com/Add-geometry-to-SHP-tp3953583p3955574.html" target="_blank">http://n2.nabble.com/Add-geometry-to-SHP-tp3953583p3955574.html</a><br>
&gt; Sent from the MapGuide Users mailing list archive at Nabble.com.<br>
&gt; _______________________________________________<br>
&gt; mapguide-users mailing list<br>
&gt; <a href="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</a><br>
&gt; <a href="http://lists.osgeo.org/mailman/listinfo/mapguide-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapguide-users</a><br>
&gt;<br>
<br>
<br>
<br>
</div></div><div class="im">--<br>
Zac Spitzer<br>
Solution Architect / Director<br>
Ennoble Consultancy Australia<br>
<a href="http://www.ennoble.com.au" target="_blank">http://www.ennoble.com.au</a><br>
<a href="http://zacster.blogspot.com" target="_blank">http://zacster.blogspot.com</a><br>
+61 405 847 168<br>
_______________________________________________<br>
</div><div><div></div><div class="h5">mapguide-users mailing list<br>
<a href="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/mapguide-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapguide-users</a><br>
</div></div></blockquote></div><br></div>