Opened 17 years ago

Closed 17 years ago

#1690 closed defect (fixed)

Missing Geometry.AddPoint_2D() Method in C# Bindings

Reported by: sperkins Owned by: tamas
Priority: normal Milestone: 1.5.0
Component: CSharpBindings Version: 1.4.1
Severity: normal Keywords:
Cc:

Description

I noticed the other day that the OGR C# bindings for the Geometry class have the method AddPoint(double x, double y, double z) , but not !AddPoint_2D(double x, double y). The latter corresponds to the C API function OGR_G_AddPoint_2D().

I can use the 3 argument version, with z=0, but I've noticed that this results in my Polygon geometries being re-assigned a type of wkbPolygon25D, instead of wkbPolygon.

Change History (1)

comment:1 by tamas, 17 years ago

Milestone: 1.5.0
Resolution: fixed
Status: newclosed

Added to the svn-trunk r11709

Note: See TracTickets for help on using tickets.