public static NTSG STTranslate(this NTSG geometry, double deltaX, double deltaY, double deltaZ) { throw new InvalidOperationException(); }
public static string STGeoHash(this NTSG geometry, int maxchars) { throw new InvalidOperationException(); }
public static byte[] STAsBinary(this NTSG geometry, string encoding) // TODO: geography { throw new InvalidOperationException(); }
public static string STAsText(this NTSG geometry) // TODO: geography { throw new InvalidOperationException(); }
public static string STAsX3D(this NTSG geometry, int maxDecimalDigits) { throw new InvalidOperationException(); }
public static string STAsKML(this NTSG geometry, int maxDecimalDigits, string nprefix) { throw new InvalidOperationException(); }
public static string STAsSVG(this NTSG geometry, int rel) { throw new InvalidOperationException(); }
public static int?STNumPoints(this NTSG geometry) { throw new InvalidOperationException(); }
public static NTSG STPointN(this NTSG geometry, int n) { throw new InvalidOperationException(); }
public static string GeometryType(this NTSG geometry) { throw new InvalidOperationException(); }
public static int?STNumInteriorRings(this NTSG geometry) { throw new InvalidOperationException(); }
public static NTSG STExteriorRing(this NTSG geometry) { throw new InvalidOperationException(); }
public static NTSG STAffine(this NTSG geometry, double a, double b, double d, double e, double xoff, double yoff) { throw new InvalidOperationException(); }
public static NTSG STTransScale(this NTSG geometry, double deltaX, double deltaY, double xFactor, double yFactor) { throw new InvalidOperationException(); }
public static string STAsHEXEWKB(this NTSG geometry, string encoding) { throw new InvalidOperationException(); }
public static NTSG STStartPoint(this NTSG geometry) { throw new InvalidOperationException(); }
public static string STAsEncodedPolyline(this NTSG geometry, int precision) { throw new InvalidOperationException(); }
public static double?STZ(this NTSG geometry) { throw new InvalidOperationException(); }
public static string STAsLatLonText(this NTSG geometry, string format) { throw new InvalidOperationException(); }
public static NTSG STBoundary(this NTSG geometry) { throw new InvalidOperationException(); }
public static byte[] STAsTWKB(this NTSG geometry) // TODO: overloads { throw new InvalidOperationException(); }
public static int?STDimension(this NTSG geometry) { throw new InvalidOperationException(); }
public static string STAsX3D(this NTSG geometry) { throw new InvalidOperationException(); }
public static NTSG STEnvelope(this NTSG geometry) { throw new InvalidOperationException(); }
public static string STAsX3D(this NTSG geometry, int maxDecimalDigits, int options) // TODO: options enum (bitfield) { throw new InvalidOperationException(); }
private string createGeoObject(NetTopologySuite.Features.IAttributesTable atr, NetTopologySuite.Geometries.Geometry geo) { var jsonObj = new { gml_id = atr.GetOptionalValue("gml_id"), id_lokalId = atr.GetOptionalValue("id_lokalid"), geo = geo.ToString() }; var jsonDoc = JsonConvert.SerializeObject(jsonObj); return(jsonDoc); }
public static string STAsText(this NTSG geometry, int maxDecimalDigits) // TODO: geography { throw new InvalidOperationException(); }
public static byte[] STAsEWKB(this NTSG geometry) { throw new InvalidOperationException(); }
public static bool?STIsValid(this NTSG geometry) { throw new InvalidOperationException(); }
public static NTSG STScale(string geometry, NTSG factor, NTSG origin) { throw new InvalidOperationException(); }