LineString Constructor (String) |
Namespace: Telogis.GeoBase.Geometry
// Create a LineString from a WKT string // -- Note that WKT uses 'x y' coordinates, reversing the values of a LatLon. Telogis.GeoBase.Geometry.LineString newLineFromWKT = new Telogis.GeoBase.Geometry.LineString( "LINESTRING(-117.917855 33.67836,-117.875393 33.65718,-117.917845 33.640147)");