Index: src/Common/DelftTools.Controls.Swf/DataEditorGenerator/InteractiveToolTip.cs =================================================================== diff -u -r55748a3add7607a81a8116d2d249787df907dab5 -r92b9d3266a1fa2b6547b7d07c2fff8a1bc87434e --- src/Common/DelftTools.Controls.Swf/DataEditorGenerator/InteractiveToolTip.cs (.../InteractiveToolTip.cs) (revision 55748a3add7607a81a8116d2d249787df907dab5) +++ src/Common/DelftTools.Controls.Swf/DataEditorGenerator/InteractiveToolTip.cs (.../InteractiveToolTip.cs) (revision 92b9d3266a1fa2b6547b7d07c2fff8a1bc87434e) @@ -132,13 +132,6 @@ } [StructLayout(LayoutKind.Sequential)] - public struct SIZE - { - public readonly int cx; - public readonly int cy; - } - - [StructLayout(LayoutKind.Sequential)] public struct TOOLINFO { public int cbSize; Fisheye: Tag 92b9d3266a1fa2b6547b7d07c2fff8a1bc87434e refers to a dead (removed) revision in file `src/Common/DelftTools.Utils/AlphanumComparator.cs'. Fisheye: No comparison available. Pass `N' to diff? Index: src/Common/DelftTools.Utils/DelftTools.Utils.csproj =================================================================== diff -u -r6b36acf96bf8747d721d8592dcfcf95f0a0308e5 -r92b9d3266a1fa2b6547b7d07c2fff8a1bc87434e --- src/Common/DelftTools.Utils/DelftTools.Utils.csproj (.../DelftTools.Utils.csproj) (revision 6b36acf96bf8747d721d8592dcfcf95f0a0308e5) +++ src/Common/DelftTools.Utils/DelftTools.Utils.csproj (.../DelftTools.Utils.csproj) (revision 92b9d3266a1fa2b6547b7d07c2fff8a1bc87434e) @@ -106,7 +106,6 @@ Properties\GlobalAssembly.cs - @@ -214,7 +213,6 @@ - Fisheye: Tag 92b9d3266a1fa2b6547b7d07c2fff8a1bc87434e refers to a dead (removed) revision in file `src/Common/DelftTools.Utils/WeakDictionary.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 92b9d3266a1fa2b6547b7d07c2fff8a1bc87434e refers to a dead (removed) revision in file `src/Common/GeoAPI/CoordinateSystems/ICoordinateSystemAuthorityFactory.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 92b9d3266a1fa2b6547b7d07c2fff8a1bc87434e refers to a dead (removed) revision in file `src/Common/GeoAPI/CoordinateSystems/IGeocentricCoordinateSystem.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 92b9d3266a1fa2b6547b7d07c2fff8a1bc87434e refers to a dead (removed) revision in file `src/Common/GeoAPI/CoordinateSystems/IGeodeticSpatialReference.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 92b9d3266a1fa2b6547b7d07c2fff8a1bc87434e refers to a dead (removed) revision in file `src/Common/GeoAPI/CoordinateSystems/IGeographicTransform.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 92b9d3266a1fa2b6547b7d07c2fff8a1bc87434e refers to a dead (removed) revision in file `src/Common/GeoAPI/CoordinateSystems/Transformations/ICoordinateTransformationFactory.cs'. Fisheye: No comparison available. Pass `N' to diff? Index: src/Common/GeoAPI/GeoAPI.csproj =================================================================== diff -u -r15b2d5d6a13bd2c8bf0c589bd8ccd39c5ba265fc -r92b9d3266a1fa2b6547b7d07c2fff8a1bc87434e --- src/Common/GeoAPI/GeoAPI.csproj (.../GeoAPI.csproj) (revision 15b2d5d6a13bd2c8bf0c589bd8ccd39c5ba265fc) +++ src/Common/GeoAPI/GeoAPI.csproj (.../GeoAPI.csproj) (revision 92b9d3266a1fa2b6547b7d07c2fff8a1bc87434e) @@ -45,7 +45,7 @@ true bin\Debug\ - 0 + 0 DEBUG;TRACE @@ -82,15 +82,11 @@ - - - - @@ -108,7 +104,6 @@ - Index: src/Common/NetTopologySuite/Geometries/CoordinateArrays.cs =================================================================== diff -u -r5fc71a385897af92ccb092f2f969b5709afab85a -r92b9d3266a1fa2b6547b7d07c2fff8a1bc87434e --- src/Common/NetTopologySuite/Geometries/CoordinateArrays.cs (.../CoordinateArrays.cs) (revision 5fc71a385897af92ccb092f2f969b5709afab85a) +++ src/Common/NetTopologySuite/Geometries/CoordinateArrays.cs (.../CoordinateArrays.cs) (revision 92b9d3266a1fa2b6547b7d07c2fff8a1bc87434e) @@ -461,24 +461,5 @@ return forwardComp; } } - - /// - /// Compares two arrays - /// in the forward direction of their coordinates, - /// using lexicographic ordering. - /// - public class ForwardComparator : IComparer - { - /// - /// Compares the specified s arrays. - /// - /// - /// - /// - public int Compare(ICoordinate[] pts1, ICoordinate[] pts2) - { - return CoordinateArrays.Compare(pts1, pts2); - } - } } } \ No newline at end of file Index: src/Common/NetTopologySuite/Geometries/PackedCoordinateSequence.cs =================================================================== diff -u -r5fc71a385897af92ccb092f2f969b5709afab85a -r92b9d3266a1fa2b6547b7d07c2fff8a1bc87434e --- src/Common/NetTopologySuite/Geometries/PackedCoordinateSequence.cs (.../PackedCoordinateSequence.cs) (revision 5fc71a385897af92ccb092f2f969b5709afab85a) +++ src/Common/NetTopologySuite/Geometries/PackedCoordinateSequence.cs (.../PackedCoordinateSequence.cs) (revision 92b9d3266a1fa2b6547b7d07c2fff8a1bc87434e) @@ -414,176 +414,4 @@ return new Coordinate(x, y, z); } } - - /// - /// Packed coordinate sequence implementation based on floats. - /// - public class PackedFloatCoordinateSequence : PackedCoordinateSequence - { - /// - /// The packed coordinate array - /// - private readonly float[] coords; - - /// - /// Initializes a new instance of the class. - /// - /// - /// - public PackedFloatCoordinateSequence(float[] coords, int dimensions) - { - if (dimensions < 2) - { - throw new ArgumentException("Must have at least 2 dimensions"); - } - - if (coords.Length%dimensions != 0) - { - throw new ArgumentException("Packed array does not contain " + - "an integral number of coordinates"); - } - - dimension = dimensions; - this.coords = coords; - } - - /// - /// Initializes a new instance of the class. - /// - /// - /// - public PackedFloatCoordinateSequence(double[] coordinates, int dimensions) - { - coords = new float[coordinates.Length]; - dimension = dimensions; - for (int i = 0; i < coordinates.Length; i++) - { - coords[i] = (float) coordinates[i]; - } - } - - /// - /// Initializes a new instance of the class. - /// - /// - /// - public PackedFloatCoordinateSequence(ICoordinate[] coordinates, int dimension) - { - if (coordinates == null) - { - coordinates = new ICoordinate[0]; - } - this.dimension = dimension; - - coords = new float[coordinates.Length*this.dimension]; - for (int i = 0; i < coordinates.Length; i++) - { - coords[i*this.dimension] = (float) coordinates[i].X; - if (this.dimension >= 2) - { - coords[i*this.dimension + 1] = (float) coordinates[i].Y; - } - if (this.dimension >= 3) - { - coords[i*this.dimension + 2] = (float) coordinates[i].Z; - } - } - } - - /// - /// Initializes a new instance of the class. - /// - /// - /// - public PackedFloatCoordinateSequence(int size, int dimension) - { - this.dimension = dimension; - coords = new float[size*this.dimension]; - } - - /// - /// Returns the number of coordinates in this sequence. - /// - /// - public override int Count - { - get - { - return coords.Length/dimension; - } - } - - /// - /// Creates a new object that is a copy of the current instance. - /// - /// - /// A new object that is a copy of this instance. - /// - public override Object Clone() - { - float[] clone = new float[coords.Length]; - Array.Copy(coords, clone, coords.Length); - return new PackedFloatCoordinateSequence(clone, dimension); - } - - /// - /// Returns the ordinate of a coordinate in this sequence. - /// Ordinate indices 0 and 1 are assumed to be X and Y. - /// Ordinates indices greater than 1 have user-defined semantics - /// (for instance, they may contain other dimensions or measure values). - /// - /// The coordinate index in the sequence. - /// The ordinate index in the coordinate (in range [0, dimension-1]). - /// - public override double GetOrdinate(int index, Ordinates ordinate) - { - return coords[index*dimension + (int) ordinate]; - } - - /// - /// Sets the ordinate of a coordinate in this sequence. - /// - /// The coordinate index. - /// The ordinate index in the coordinate, 0 based, - /// smaller than the number of dimensions. - /// The new ordinate value. - /// - /// Warning: for performance reasons the ordinate index is not checked: - /// if it is over dimensions you may not get an exception but a meaningless value. - /// - public override void SetOrdinate(int index, Ordinates ordinate, double value) - { - coordRef = null; - coords[index*dimension + (int) ordinate] = (float) value; - } - - /// - /// Expands the given Envelope to include the coordinates in the sequence. - /// Allows implementing classes to optimize access to coordinate values. - /// - /// The envelope to expand. - /// A reference to the expanded envelope. - public override IEnvelope ExpandEnvelope(IEnvelope env) - { - for (int i = 0; i < coords.Length; i += dimension) - { - env.ExpandToInclude(coords[i], coords[i + 1]); - } - return env; - } - - /// - /// Returns a Coordinate representation of the specified coordinate, by always - /// building a new Coordinate object. - /// - /// - /// - protected override ICoordinate GetCoordinateInternal(int index) - { - double x = coords[index*dimension]; - double y = coords[index*dimension + 1]; - double z = dimension == 2 ? 0.0 : coords[index*dimension + 2]; - return new Coordinate(x, y, z); - } - } } \ No newline at end of file Fisheye: Tag 92b9d3266a1fa2b6547b7d07c2fff8a1bc87434e refers to a dead (removed) revision in file `src/Common/NetTopologySuite/LinearReferencing/LocationIndexOfLine.cs'. Fisheye: No comparison available. Pass `N' to diff? Index: src/Common/NetTopologySuite/NetTopologySuite.csproj =================================================================== diff -u -r8ffcee6dc5fb975b590ae4e15123edf0acf6a8b2 -r92b9d3266a1fa2b6547b7d07c2fff8a1bc87434e --- src/Common/NetTopologySuite/NetTopologySuite.csproj (.../NetTopologySuite.csproj) (revision 8ffcee6dc5fb975b590ae4e15123edf0acf6a8b2) +++ src/Common/NetTopologySuite/NetTopologySuite.csproj (.../NetTopologySuite.csproj) (revision 92b9d3266a1fa2b6547b7d07c2fff8a1bc87434e) @@ -216,7 +216,6 @@ - @@ -252,8 +251,6 @@ - - @@ -269,7 +266,6 @@ - @@ -314,13 +310,9 @@ - - - - Fisheye: Tag 92b9d3266a1fa2b6547b7d07c2fff8a1bc87434e refers to a dead (removed) revision in file `src/Common/NetTopologySuite/Operation/Linemerge/LineMerger.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 92b9d3266a1fa2b6547b7d07c2fff8a1bc87434e refers to a dead (removed) revision in file `src/Common/NetTopologySuite/Operation/Linemerge/LineSequencer.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 92b9d3266a1fa2b6547b7d07c2fff8a1bc87434e refers to a dead (removed) revision in file `src/Common/NetTopologySuite/Operation/Polygonize/Polygonizer.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 92b9d3266a1fa2b6547b7d07c2fff8a1bc87434e refers to a dead (removed) revision in file `src/Common/NetTopologySuite/Utilities/GeoToolsStreamTokenizer.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 92b9d3266a1fa2b6547b7d07c2fff8a1bc87434e refers to a dead (removed) revision in file `src/Common/NetTopologySuite/Utilities/RToolsUtil/Opts.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 92b9d3266a1fa2b6547b7d07c2fff8a1bc87434e refers to a dead (removed) revision in file `src/Common/NetTopologySuite/Utilities/RToolsUtil/ParseUtil.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 92b9d3266a1fa2b6547b7d07c2fff8a1bc87434e refers to a dead (removed) revision in file `src/Common/NetTopologySuite/Utilities/RToolsUtil/SoftwarePackage.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 92b9d3266a1fa2b6547b7d07c2fff8a1bc87434e refers to a dead (removed) revision in file `src/Common/SharpMap/Converters/WellKnownBinary/GeometryToWKB.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 92b9d3266a1fa2b6547b7d07c2fff8a1bc87434e refers to a dead (removed) revision in file `src/Common/SharpMap/Converters/WellKnownText/GeometryToWKT.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 92b9d3266a1fa2b6547b7d07c2fff8a1bc87434e refers to a dead (removed) revision in file `src/Common/SharpMap/Converters/WellKnownText/SpatialReference.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 92b9d3266a1fa2b6547b7d07c2fff8a1bc87434e refers to a dead (removed) revision in file `src/Common/SharpMap/Converters/WellKnownText/WKTStreamTokenizer.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 92b9d3266a1fa2b6547b7d07c2fff8a1bc87434e refers to a dead (removed) revision in file `src/Common/SharpMap/Data/Providers/EGIS.ShapeFileLib/RectangleD.cs'. Fisheye: No comparison available. Pass `N' to diff? Index: src/Common/SharpMap/SharpMap.csproj =================================================================== diff -u -r426da1b8715bb37b1bc570b71ed86e84438f24cf -r92b9d3266a1fa2b6547b7d07c2fff8a1bc87434e --- src/Common/SharpMap/SharpMap.csproj (.../SharpMap.csproj) (revision 426da1b8715bb37b1bc570b71ed86e84438f24cf) +++ src/Common/SharpMap/SharpMap.csproj (.../SharpMap.csproj) (revision 92b9d3266a1fa2b6547b7d07c2fff8a1bc87434e) @@ -101,15 +101,11 @@ - - - - @@ -127,9 +123,6 @@ - - Code - @@ -208,14 +201,9 @@ - - - - - Fisheye: Tag 92b9d3266a1fa2b6547b7d07c2fff8a1bc87434e refers to a dead (removed) revision in file `src/Common/SharpMap/Utilities/Indexing/SpatialIndexing.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 92b9d3266a1fa2b6547b7d07c2fff8a1bc87434e refers to a dead (removed) revision in file `src/Common/SharpMap/Web/Cache.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 92b9d3266a1fa2b6547b7d07c2fff8a1bc87434e refers to a dead (removed) revision in file `src/Common/SharpMap/Web/HttpHandler.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 92b9d3266a1fa2b6547b7d07c2fff8a1bc87434e refers to a dead (removed) revision in file `src/Common/SharpMap/Web/Wms/WmsException.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 92b9d3266a1fa2b6547b7d07c2fff8a1bc87434e refers to a dead (removed) revision in file `src/Common/SharpMap/Web/Wms/WmsServer.cs'. Fisheye: No comparison available. Pass `N' to diff?