Skip to content
This repository was archived by the owner on Jun 22, 2023. It is now read-only.

Remove obsolete classes #31

Closed
HarelM opened this issue Sep 15, 2017 · 1 comment
Closed

Remove obsolete classes #31

HarelM opened this issue Sep 15, 2017 · 1 comment
Labels
breaking change Doing this would break either source or binary compatibility with existing versions. duplicate

Comments

@HarelM
Copy link

HarelM commented Sep 15, 2017

There are a few classes that I needed to implement and are now throwing warnings due to obsolete attribute.
Can these classes be removed if they are obsolete?
I'm talking especially about ICoordinate and ICoordinate Transform(ICoordinate coordinate) in IMathTransform.
Might be related to #30.

@airbreather airbreather added the breaking change Doing this would break either source or binary compatibility with existing versions. label Sep 3, 2018
@FObermaier
Copy link
Member

Follow up on #54

FObermaier added a commit that referenced this issue Feb 14, 2019
* Remove all obolete items and item members (#54)

The following items are removed:
* GeoAPI.Geometries.ICoordinate
* GeoAPI.Geometries.IEnvelope
* GeoAPI.Operation.Buffer.BufferStyle

The folling members were removed:
* Envelope.Overlaps
* IMultiLineString.Reversed
* ICoordinateSequence.Reversed
* IGeometry.Equals
* IGeometryFactory.CreateMultiLineString(CoordinateXY[])
* minor changes to Interval
* Changed IMathTransform to use CoordinateXY
* Add IComparable, ICloneable to CoordinateXY due to removal of ICoordinate
* Fix semantics of CompareTo according to #58
* Remove unused delegate from IGeometryServices
* Update referenced NuGet packages

Unit test have been adapted; 

Fixes #31
Fixes #54
Fixes #58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
breaking change Doing this would break either source or binary compatibility with existing versions. duplicate
Projects
None yet
Development

No branches or pull requests

3 participants