|
1 | | -#nullable enable |
2 | | -PolylineAlgorithm.Internal.Diagnostics.ExceptionGuard |
3 | | -PolylineAlgorithm.Internal.Diagnostics.ExceptionGuard.ExceptionMessage |
4 | | -PolylineAlgorithm.InvalidPolylineException |
5 | | -PolylineAlgorithm.InvalidPolylineException.InvalidPolylineException() -> void |
6 | | -PolylineAlgorithm.InvalidPolylineException.InvalidPolylineException(string! message, System.Exception! innerException) -> void |
7 | | -PolylineAlgorithm.PolylineEncoding |
8 | | -static PolylineAlgorithm.Internal.Diagnostics.ExceptionGuard.ExceptionMessage.FormatCoordinateValueMustBeBetween(string! name, double min, double max) -> string! |
9 | | -static PolylineAlgorithm.Internal.Diagnostics.ExceptionGuard.ExceptionMessage.FormatDestinationArrayLengthMustBeEqualOrGreaterThanPolylineLength(int destinationLength, int polylineLength) -> string! |
10 | | -static PolylineAlgorithm.Internal.Diagnostics.ExceptionGuard.ExceptionMessage.FormatInvalidPolylineCharacter(char character, int position) -> string! |
11 | | -static PolylineAlgorithm.Internal.Diagnostics.ExceptionGuard.ExceptionMessage.FormatInvalidPolylineLength(int length, int min) -> string! |
12 | | -static PolylineAlgorithm.Internal.Diagnostics.ExceptionGuard.ExceptionMessage.FormatMalformedPolyline(long position) -> string! |
13 | | -static PolylineAlgorithm.Internal.Diagnostics.ExceptionGuard.ExceptionMessage.FormatPolylineBlockTooLong(int position) -> string! |
14 | | -static PolylineAlgorithm.Internal.Diagnostics.ExceptionGuard.ExceptionMessage.FormatPolylineCannotBeShorterThan(int length, int minLength) -> string! |
15 | | -static PolylineAlgorithm.Internal.Diagnostics.ExceptionGuard.ExceptionMessage.FormatStackAllocLimitMustBeEqualOrGreaterThan(int minValue) -> string! |
16 | | -static PolylineAlgorithm.Internal.Diagnostics.ExceptionGuard.ExceptionMessage.GetArgumentCannotBeEmpty() -> string! |
17 | | -static PolylineAlgorithm.Internal.Diagnostics.ExceptionGuard.ExceptionMessage.GetArgumentValueMustBeFiniteNumber() -> string! |
18 | | -static PolylineAlgorithm.Internal.Diagnostics.ExceptionGuard.ExceptionMessage.GetCouldNotWriteEncodedValueToTheBuffer() -> string! |
19 | | -static PolylineAlgorithm.Internal.Diagnostics.ExceptionGuard.ExceptionMessage.GetInvalidPolylineBlockTerminator() -> string! |
20 | | -static PolylineAlgorithm.Internal.Diagnostics.ExceptionGuard.StackAllocLimitMustBeEqualOrGreaterThan(int minValue, string! paramName) -> void |
21 | | -static PolylineAlgorithm.Internal.Diagnostics.ExceptionGuard.ThrowArgumentCannotBeEmptyEnumerationMessage(string! paramName) -> void |
22 | | -static PolylineAlgorithm.Internal.Diagnostics.ExceptionGuard.ThrowArgumentNull(string! paramName) -> void |
23 | | -static PolylineAlgorithm.Internal.Diagnostics.ExceptionGuard.ThrowBufferOverflow(string! message) -> void |
24 | | -static PolylineAlgorithm.Internal.Diagnostics.ExceptionGuard.ThrowCoordinateValueOutOfRange(double value, double min, double max, string! paramName) -> void |
25 | | -static PolylineAlgorithm.Internal.Diagnostics.ExceptionGuard.ThrowCouldNotWriteEncodedValueToBuffer() -> void |
26 | | -static PolylineAlgorithm.Internal.Diagnostics.ExceptionGuard.ThrowDestinationArrayLengthMustBeEqualOrGreaterThanPolylineLength(int destinationLength, int polylineLength, string! paramName) -> void |
27 | | -static PolylineAlgorithm.Internal.Diagnostics.ExceptionGuard.ThrowInvalidPolylineBlockTerminator() -> void |
28 | | -static PolylineAlgorithm.Internal.Diagnostics.ExceptionGuard.ThrowInvalidPolylineCharacter(char character, int position) -> void |
29 | | -static PolylineAlgorithm.Internal.Diagnostics.ExceptionGuard.ThrowInvalidPolylineFormat(long position) -> void |
30 | | -static PolylineAlgorithm.Internal.Diagnostics.ExceptionGuard.ThrowInvalidPolylineLength(int length, int min) -> void |
31 | | -static PolylineAlgorithm.Internal.Diagnostics.ExceptionGuard.ThrowNotFiniteNumber(string! paramName) -> void |
32 | | -static PolylineAlgorithm.Internal.Diagnostics.ExceptionGuard.ThrowPolylineBlockTooLong(int position) -> void |
33 | | -static PolylineAlgorithm.PolylineEncoding.Denormalize(int value, uint precision = 5) -> double |
34 | | -static PolylineAlgorithm.PolylineEncoding.GetRequiredBufferSize(int delta) -> int |
35 | | -static PolylineAlgorithm.PolylineEncoding.Normalize(double value, uint precision = 5) -> int |
36 | | -static PolylineAlgorithm.PolylineEncoding.TryReadValue(ref int delta, System.ReadOnlyMemory<char> buffer, ref int position) -> bool |
37 | | -static PolylineAlgorithm.PolylineEncoding.TryWriteValue(int delta, System.Span<char> buffer, ref int position) -> bool |
38 | | -static PolylineAlgorithm.PolylineEncoding.ValidateBlockLength(System.ReadOnlySpan<char> polyline) -> void |
39 | | -static PolylineAlgorithm.PolylineEncoding.ValidateCharRange(System.ReadOnlySpan<char> polyline) -> void |
40 | | -static PolylineAlgorithm.PolylineEncoding.ValidateFormat(System.ReadOnlySpan<char> polyline) -> void |
41 | | -PolylineAlgorithm.Extensions.PolylineDecoderExtensions |
42 | | -static PolylineAlgorithm.Extensions.PolylineDecoderExtensions.Decode<TValue>(this PolylineAlgorithm.Abstraction.IPolylineDecoder<string!, TValue>! decoder, char[]! polyline) -> System.Collections.Generic.IEnumerable<TValue>! |
43 | | -static PolylineAlgorithm.Extensions.PolylineDecoderExtensions.Decode<TValue>(this PolylineAlgorithm.Abstraction.IPolylineDecoder<string!, TValue>! decoder, System.ReadOnlyMemory<char> polyline) -> System.Collections.Generic.IEnumerable<TValue>! |
44 | | -static PolylineAlgorithm.Extensions.PolylineDecoderExtensions.Decode<TValue>(this PolylineAlgorithm.Abstraction.IPolylineDecoder<System.ReadOnlyMemory<char>, TValue>! decoder, string! polyline) -> System.Collections.Generic.IEnumerable<TValue>! |
| 1 | +#nullable enable |
0 commit comments