1-10 of 19 < Previous Next >
1 vote
closed

HorizontalDatum.EqualParams(obj) incorrectly compares the Ellipsoid instance instead of its parameters

In the method: public override bool EqualParams(object obj) the comparison is done using : return datum.Ellipsoid == this.Ellipsoid && this.DatumType == datum.DatumType It should use: retu...

id# 11196 | Planned Release: None | Last Updated: Sep 9 at 4:24 AM  by SharpGIS
1 vote

Inverse and Invert in ConcatenatedTransform

The Invert() and Inverse() methods in ConcatenatedTransform do not give the desired result. I have made a quick fix.

id# 9090 | Planned Release: Proj.NET 1.0 | Last Updated: Jan 3 at 7:15 AM  by SharpGIS
0 votes
closed

GeoAPI implementation

Move CoordinateSystems interfaces and let Proj.NET implements GeoAPI

id# 7906 | Planned Release: None | Last Updated: Oct 22 2007 at 12:51 PM  by D_Guidi
2 votes

Projection types should be pluggable

CoordinateTransformationFactory.cs hardcodes projection class names, which prevents a pluggable architecture. Use reflection on loaded assemblies to find supported projections and projection class ...

id# 5481 | Planned Release: None | Last Updated: Sep 13 2007 at 9:17 AM  by D_Guidi
1 vote
closed

Classname "Albers_Conic_Equal_Area" not recognized

Albers projection expects the classname "Albers", but some WKTs use "albers_conic_equal_area", which is the same projection.

id# 1972 | Planned Release: Proj.NET 1.0 | Last Updated: Aug 25 2007 at 9:12 AM  by SharpGIS
1 vote
closed

Projection unit is not respected

Projection formulas many places assumes meters, instead of the unit defined in the projection.

id# 1965 | Planned Release: Proj.NET 1.0 | Last Updated: Aug 25 2007 at 3:23 AM  by SharpGIS
1 vote
closed

Transform between 2868 and 4326 EPSG SRIDs

Reported in MsSqlSpatial issue tracker on Apr 16 at 10:28 AM: "I'm having some trouble transforming coordinates. I've tracked down the SRID's and searched and looked at this for hours. Using one c...

id# 1853 | Planned Release: Proj.NET 1.0 | Last Updated: Aug 25 2007 at 3:23 AM  by SharpGIS
1 vote
closed

WellKnownText formatted CS doesn't parse correctly with Silverlight

WKT parser uses the wrong text encoder when using Silverlight. Change to use default.

id# 1958 | Planned Release: Proj.NET 1.0 | Last Updated: Jun 18 2007 at 1:11 AM  by SharpGIS
1 vote
closed

Reading AxisInfo fails in WKT Parser

If axisinfo is provided, only the first axis is read, causing an exception to be thrown.

id# 1970 | Planned Release: Proj.NET 1.0 | Last Updated: Jun 18 2007 at 1:11 AM  by SharpGIS
1 vote
closed

Spheric ellipsoids are instantiated incorrectly

isIvfDefinitive is not acknowledge on spheric projections.

id# 1964 | Planned Release: Proj.NET 1.0 | Last Updated: Jun 18 2007 at 12:41 AM  by SharpGIS

Configure View

Search
Sort by Id
Release
Title
Updated
Votes
1-10 of 19 < Previous 1 2 Next >
Updating...