<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
I'm not sure you can modify an existing schema through MapGuide (you
can through FDO if the provider supports it).<br>
<br>
I don't have a sample, as I have not tried to do this.<br>
You might get a hint from the buffer code in the viewer:<br>
<br>
<tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MgClassDefinition classDef = new MgClassDefinition();<br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; //Set ID property. Hold this segment ID<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; prop = new MgDataPropertyDefinition("ID");<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; prop.SetDataType(MgPropertyType.Int32);<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; classDef.GetProperties().Add(prop);<br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; //finally, creation of the feature source<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MgCreateSdfParams sdfParams = new
MgCreateSdfParams("LatLong", srsDefMap, schema);<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; featureSrvc.CreateFeatureSource(dataSourceId, sdfParams);<br>
<br>
</tt>You will need to get a hold of the classDef for the featuresource,
and then use the Add code.<br>
Finally you have to call UpdateFeatureSource (if it exists).<br>
<br>
<pre class="moz-signature" cols="72">Regards, Kenneth Skovhede, GEOGRAF A/S
</pre>
<br>
<br>
Dorin skrev:
<blockquote cite="mid:803428.19345.qm@web30901.mail.mud.yahoo.com"
 type="cite">
  <style type="text/css"><!-- DIV {margin:0px;} --></style>
  <div
 style="font-family: times new roman,new york,times,serif; font-size: 12pt;">
  <div
 style="font-family: times new roman,new york,times,serif; font-size: 12pt;">Thanks,<br>
  <br>
I know that, but I want to know more specific way how I can do that.<br>
lets supposed to have a layer with: Id ( as in markup example), Name
and Date ( String). The question is where I have to modify the class in
order to have those three properties. Can you help me?<br>
  <br>
Best regards,<br>
Dorin <br>
  <br>
  <div
 style="font-family: times new roman,new york,times,serif; font-size: 12pt;">-----
Original Message ----<br>
From: Jackie C. Ng <a class="moz-txt-link-rfc2396E" href="mailto:jumpinjackie@gmail.com">&lt;jumpinjackie@gmail.com&gt;</a><br>
To: <a class="moz-txt-link-abbreviated" href="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</a><br>
Sent: Friday, May 16, 2008 6:09:38 PM<br>
Subject: Re: [mapguide-users] Add properties to a point<br>
  <br>
  <br>
You would have to alter the MgClassDefinition object for the Markup
class to<br>
accomodate the properties that you want to put in.<br>
  <br>
When you create your MgInsertFeatures object that gets passed to<br>
MgFeatureService::UpdateFeatures(), you would include these extra new<br>
properties as part of the new point to be inserted.<br>
  <br>
- Jackie<br>
  <br>
  <br>
Dorin333 wrote:<br>
&gt; <br>
&gt; Hi all,<br>
&gt; I want to add some extra properties to&nbsp; point, generate through
the Markup<br>
&gt; option from phpviewersample into MGOS.<br>
&gt; Can anyone tell me how?<br>
&gt; Thanks a lot.<br>
&gt; Dorin<br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt;&nbsp; &nbsp; &nbsp; <br>
&gt; _______________________________________________<br>
&gt; mapguide-users mailing list<br>
&gt; <a moz-do-not-send="true"
 ymailto="mailto:mapguide-users@lists.osgeo.org"
 href="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</a><br>
&gt; <a moz-do-not-send="true"
 href="http://lists.osgeo.org/mailman/listinfo/mapguide-users"
 target="_blank">http://lists.osgeo.org/mailman/listinfo/mapguide-users</a><br>
&gt; <br>
&gt; <br>
  <br>
  <br>
-----<br>
  <a moz-do-not-send="true" href="http://themapguyde.blogspot.com"
 target="_blank">http://themapguyde.blogspot.com</a><br>
  <br>
  <a moz-do-not-send="true" href="http://www.linkedin.com/in/jackieng"
 target="_blank">http://www.linkedin.com/in/jackieng</a><br>
-- <br>
View this message in context: <a moz-do-not-send="true"
 href="http://www.nabble.com/Add-properties-to-a-point-tp17272945p17277070.html"
 target="_blank">http://www.nabble.com/Add-properties-to-a-point-tp17272945p17277070.html</a><br>
Sent from the MapGuide Users mailing list archive at <a
 moz-do-not-send="true" target="_blank" href="http://Nabble.com">Nabble.com</a>.<br>
  <br>
_______________________________________________<br>
mapguide-users mailing list<br>
  <a moz-do-not-send="true"
 ymailto="mailto:mapguide-users@lists.osgeo.org"
 href="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</a><br>
  <a moz-do-not-send="true"
 href="http://lists.osgeo.org/mailman/listinfo/mapguide-users"
 target="_blank">http://lists.osgeo.org/mailman/listinfo/mapguide-users</a><br>
  </div>
  </div>
  </div>
  <br>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
mapguide-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/mapguide-users">http://lists.osgeo.org/mailman/listinfo/mapguide-users</a>
  </pre>
</blockquote>
</body>
</html>