The GeoTools library is written in Java. I am afraid that GML is not actually a strict file format with like a header and everything; you need to look at the XML schema in order to figure out what the data looks like; and then parse according to what you find.
You may wish to look at the .net port of JTS. Jody On 17/08/2010, at 8:37 PM, chris wrote: > > Hi. > > I am trying to write a c# application to import a gml file and write to shp. > Could anyone please point me in the right direction. > > Thanks > > Chris > -- > View this message in context: > http://osgeo-org.1803224.n2.nabble.com/Help-needed-Import-GML-to-SHP-tp5431467p5431467.html > Sent from the geotools-gt2-users mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by > > Make an app they can't live without > Enter the BlackBerry Developer Challenge > http://p.sf.net/sfu/RIM-dev2dev > _______________________________________________ > Geotools-gt2-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
