• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    Autodesk MapGuide Developer

    Reply
    *Giovanni

    append new objects to sdf file

    119 Views, 4 Replies
    06-14-2005 03:00 AM
    hi
    i need to append new object to a sdf file
    from a txt file where i have a polyline and coordinate of every point

    there is someone function for this question

    thanks Giovanni
    Please use plain text.
    *Andy Morsell

    Re: append new objects to sdf file

    06-14-2005 08:35 AM in reply to: *Giovanni
    I would recommend you look at the .SDL format file which is the ASCII
    equivelent of a .SDF. You may be able to manipulate (manually or
    programatically) your text file to get the information into the required
    format. You can then use SDFLoader to convert the .SDL to .SDF. There is a
    switch with SDFLoader to append to the file rather than overwrite it.


    --
    Andy Morsell, P.E.
    Spatial Integrators, Inc.
    http://www.SpatialGIS.com

    "Giovanni" wrote in message
    news:4873961@discussion.autodesk.com...
    hi
    i need to append new object to a sdf file
    from a txt file where i have a polyline and coordinate of every point

    there is someone function for this question

    thanks Giovanni
    Please use plain text.
    Distinguished Contributor
    Posts: 498
    Registered: ‎12-12-2003

    Re: append new objects to sdf file

    06-14-2005 08:54 AM in reply to: *Giovanni
    You could use the SDF COM Toolkit to accomplish this. I believe the Help for the Toolkit has examples to do this. If you get stuck just ask for help.

    Scott
    Please use plain text.
    *Giovanni

    Re: append new objects to sdf file

    06-15-2005 02:28 AM in reply to: *Giovanni
    thanks very much

    Giovanni

    "Andy Morsell" ha scritto nel messaggio
    news:4874369@discussion.autodesk.com...
    I would recommend you look at the .SDL format file which is the ASCII
    equivelent of a .SDF. You may be able to manipulate (manually or
    programatically) your text file to get the information into the required
    format. You can then use SDFLoader to convert the .SDL to .SDF. There is a
    switch with SDFLoader to append to the file rather than overwrite it.


    --
    Andy Morsell, P.E.
    Spatial Integrators, Inc.
    http://www.SpatialGIS.com

    "Giovanni" wrote in message
    news:4873961@discussion.autodesk.com...
    hi
    i need to append new object to a sdf file
    from a txt file where i have a polyline and coordinate of every point

    there is someone function for this question

    thanks Giovanni
    Please use plain text.
    *Giovanni

    Re: append new objects to sdf file

    06-15-2005 02:57 AM in reply to: *Giovanni
    thanks very much

    Giovanni


    ha scritto nel messaggio news:4874385@discussion.autodesk.com...
    You could use the SDF COM Toolkit to accomplish this. I believe the Help
    for the Toolkit has examples to do this. If you get stuck just ask for
    help.

    Scott
    Please use plain text.