Skip to content

Commit

Permalink
Remove ICurveGeometry, CurveGeometry<T> and CurveLineString base classes
Browse files Browse the repository at this point in the history
Move functionality to Curve and Surface based classes, make adjustments to WKXReader classes
  • Loading branch information
FObermaier committed Jun 28, 2021
1 parent 2a6e910 commit 10773fd
Show file tree
Hide file tree
Showing 26 changed files with 1,506 additions and 728 deletions.
4 changes: 4 additions & 0 deletions NetTopologySuite.Curve.sln.DotSettings
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=SRID/@EntryIndexedValue">SRID</s:String>
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=WKB/@EntryIndexedValue">WKB</s:String>
<s:Boolean x:Key="/Default/UserDictionary/Words/=Linearize/@EntryIndexedValue">True</s:Boolean></wpf:ResourceDictionary>
9 changes: 9 additions & 0 deletions src/NetTopologySuite.Curved/Consts.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
internal static class Consts
{
public const string PublicKeyToken =
"0024000004800000940000000602000000240000525341310004000001000100e5a9697e3d378d" +
"e4bdd1607b9a6ea7884823d3909f8de55b573416d9adb0ae25eebc39007d71a7228c500d6e846d" +
"54dcc2cd839056c38c0a5e86b73096d90504f753ea67c9b5e61ecfdb8edf0f1dfaf0455e9a0f9e" +
"124e16777baefcda2af9a5a9e48f0c3502891c79444dc2d75aa50b75d148e16f1401dcb18bc163" +
"8cc764a9";
}
Loading

0 comments on commit 10773fd

Please sign in to comment.