grantelgin / tf-net

Automatically exported from code.google.com/p/tf-net
0 stars 0 forks source link

Transform error #6

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. Create transformation from wkt1 to wkt2 (see attached files)
2. Transform any polygon

What is the expected output? What do you see instead?

Expected: transformed polygon, result: empty polygon.
If invoke sGeometryTransform.TransformBox - successfully.

What version of the product are you using? On what operating system?
Tf-net 1.0.8

Please provide any additional information below.

Resulting IMathTransform contains ConcatenatedTransform with empty
transformList. Method ConcatenatedTransform.Transform - return input point,
ConcatenatedTransform.Transform - return empty list.

Original issue reported on code.google.com by IA.Ko...@gmail.com on 30 Mar 2009 at 1:42

Attachments:

GoogleCodeExporter commented 8 years ago
Patch to fix error

Original comment by IA.Ko...@gmail.com on 2 Apr 2009 at 1:39

Attachments: