|
| 1 | +### YamlMime:ManagedReference |
| 2 | +items: |
| 3 | +- uid: Cloudikka.PolylineAlgorithm.Encoding.IPolylineEncoding`1 |
| 4 | + commentId: T:Cloudikka.PolylineAlgorithm.Encoding.IPolylineEncoding`1 |
| 5 | + id: IPolylineEncoding`1 |
| 6 | + parent: Cloudikka.PolylineAlgorithm.Encoding |
| 7 | + children: |
| 8 | + - Cloudikka.PolylineAlgorithm.Encoding.IPolylineEncoding`1.Decode(System.String) |
| 9 | + - Cloudikka.PolylineAlgorithm.Encoding.IPolylineEncoding`1.Encode(System.Collections.Generic.IEnumerable{`0}) |
| 10 | + langs: |
| 11 | + - csharp |
| 12 | + - vb |
| 13 | + name: IPolylineEncoding<T> |
| 14 | + nameWithType: IPolylineEncoding<T> |
| 15 | + fullName: Cloudikka.PolylineAlgorithm.Encoding.IPolylineEncoding<T> |
| 16 | + type: Interface |
| 17 | + source: |
| 18 | + remote: |
| 19 | + path: src/Cloudikka.PolylineAlgorithm/Cloudikka.PolylineAlgorithm/Encoding/IPolylineEncoding.cs |
| 20 | + branch: alpha |
| 21 | + repo: https://github.com/cloudikka/polyline-algorithm-csharp.git |
| 22 | + id: IPolylineEncoding |
| 23 | + path: ../src/Cloudikka.PolylineAlgorithm/Cloudikka.PolylineAlgorithm/Encoding/IPolylineEncoding.cs |
| 24 | + startLine: 14 |
| 25 | + assemblies: |
| 26 | + - Cloudikka.PolylineAlgorithm |
| 27 | + namespace: Cloudikka.PolylineAlgorithm.Encoding |
| 28 | + summary: "\nDefines base interface for all polyline encodings\n" |
| 29 | + example: [] |
| 30 | + syntax: |
| 31 | + content: public interface IPolylineEncoding<T> |
| 32 | + typeParameters: |
| 33 | + - id: T |
| 34 | + description: Desired type used to decode to and encode from |
| 35 | + content.vb: Public Interface IPolylineEncoding(Of T) |
| 36 | + nameWithType.vb: IPolylineEncoding(Of T) |
| 37 | + modifiers.csharp: |
| 38 | + - public |
| 39 | + - interface |
| 40 | + modifiers.vb: |
| 41 | + - Public |
| 42 | + - Interface |
| 43 | + fullName.vb: Cloudikka.PolylineAlgorithm.Encoding.IPolylineEncoding(Of T) |
| 44 | + name.vb: IPolylineEncoding(Of T) |
| 45 | +- uid: Cloudikka.PolylineAlgorithm.Encoding.IPolylineEncoding`1.Decode(System.String) |
| 46 | + commentId: M:Cloudikka.PolylineAlgorithm.Encoding.IPolylineEncoding`1.Decode(System.String) |
| 47 | + id: Decode(System.String) |
| 48 | + parent: Cloudikka.PolylineAlgorithm.Encoding.IPolylineEncoding`1 |
| 49 | + langs: |
| 50 | + - csharp |
| 51 | + - vb |
| 52 | + name: Decode(String) |
| 53 | + nameWithType: IPolylineEncoding<T>.Decode(String) |
| 54 | + fullName: Cloudikka.PolylineAlgorithm.Encoding.IPolylineEncoding<T>.Decode(System.String) |
| 55 | + type: Method |
| 56 | + source: |
| 57 | + remote: |
| 58 | + path: src/Cloudikka.PolylineAlgorithm/Cloudikka.PolylineAlgorithm/Encoding/IPolylineEncoding.cs |
| 59 | + branch: alpha |
| 60 | + repo: https://github.com/cloudikka/polyline-algorithm-csharp.git |
| 61 | + id: Decode |
| 62 | + path: ../src/Cloudikka.PolylineAlgorithm/Cloudikka.PolylineAlgorithm/Encoding/IPolylineEncoding.cs |
| 63 | + startLine: 22 |
| 64 | + assemblies: |
| 65 | + - Cloudikka.PolylineAlgorithm |
| 66 | + namespace: Cloudikka.PolylineAlgorithm.Encoding |
| 67 | + summary: "\nMethod performs decoding from polyline encoded <xref href=\"System.String\" data-throw-if-not-resolved=\"false\"></xref> to <xref href=\"System.Collections.Generic.IEnumerable%601\" data-throw-if-not-resolved=\"false\"></xref>\n" |
| 68 | + example: [] |
| 69 | + syntax: |
| 70 | + content: IEnumerable<T> Decode(string source) |
| 71 | + parameters: |
| 72 | + - id: source |
| 73 | + type: System.String |
| 74 | + description: The <xref href="System.String" data-throw-if-not-resolved="false"></xref> as polyline encoded source |
| 75 | + return: |
| 76 | + type: System.Collections.Generic.IEnumerable{{T}} |
| 77 | + description: The <xref href="System.Collections.Generic.IEnumerable%601" data-throw-if-not-resolved="false"></xref> |
| 78 | + content.vb: Function Decode(source As String) As IEnumerable(Of T) |
| 79 | + overload: Cloudikka.PolylineAlgorithm.Encoding.IPolylineEncoding`1.Decode* |
| 80 | + nameWithType.vb: IPolylineEncoding(Of T).Decode(String) |
| 81 | + fullName.vb: Cloudikka.PolylineAlgorithm.Encoding.IPolylineEncoding(Of T).Decode(System.String) |
| 82 | +- uid: Cloudikka.PolylineAlgorithm.Encoding.IPolylineEncoding`1.Encode(System.Collections.Generic.IEnumerable{`0}) |
| 83 | + commentId: M:Cloudikka.PolylineAlgorithm.Encoding.IPolylineEncoding`1.Encode(System.Collections.Generic.IEnumerable{`0}) |
| 84 | + id: Encode(System.Collections.Generic.IEnumerable{`0}) |
| 85 | + parent: Cloudikka.PolylineAlgorithm.Encoding.IPolylineEncoding`1 |
| 86 | + langs: |
| 87 | + - csharp |
| 88 | + - vb |
| 89 | + name: Encode(IEnumerable<T>) |
| 90 | + nameWithType: IPolylineEncoding<T>.Encode(IEnumerable<T>) |
| 91 | + fullName: Cloudikka.PolylineAlgorithm.Encoding.IPolylineEncoding<T>.Encode(System.Collections.Generic.IEnumerable<T>) |
| 92 | + type: Method |
| 93 | + source: |
| 94 | + remote: |
| 95 | + path: src/Cloudikka.PolylineAlgorithm/Cloudikka.PolylineAlgorithm/Encoding/IPolylineEncoding.cs |
| 96 | + branch: alpha |
| 97 | + repo: https://github.com/cloudikka/polyline-algorithm-csharp.git |
| 98 | + id: Encode |
| 99 | + path: ../src/Cloudikka.PolylineAlgorithm/Cloudikka.PolylineAlgorithm/Encoding/IPolylineEncoding.cs |
| 100 | + startLine: 29 |
| 101 | + assemblies: |
| 102 | + - Cloudikka.PolylineAlgorithm |
| 103 | + namespace: Cloudikka.PolylineAlgorithm.Encoding |
| 104 | + summary: "\nMethod performs encoding from generic type to polyline encoded <xref href=\"System.String\" data-throw-if-not-resolved=\"false\"></xref>\n" |
| 105 | + example: [] |
| 106 | + syntax: |
| 107 | + content: string Encode(IEnumerable<T> source) |
| 108 | + parameters: |
| 109 | + - id: source |
| 110 | + type: System.Collections.Generic.IEnumerable{{T}} |
| 111 | + description: Coordinates to encode |
| 112 | + return: |
| 113 | + type: System.String |
| 114 | + description: Polyline encoded result |
| 115 | + content.vb: Function Encode(source As IEnumerable(Of T)) As String |
| 116 | + overload: Cloudikka.PolylineAlgorithm.Encoding.IPolylineEncoding`1.Encode* |
| 117 | + nameWithType.vb: IPolylineEncoding(Of T).Encode(IEnumerable(Of T)) |
| 118 | + fullName.vb: Cloudikka.PolylineAlgorithm.Encoding.IPolylineEncoding(Of T).Encode(System.Collections.Generic.IEnumerable(Of T)) |
| 119 | + name.vb: Encode(IEnumerable(Of T)) |
| 120 | +references: |
| 121 | +- uid: Cloudikka.PolylineAlgorithm.Encoding |
| 122 | + commentId: N:Cloudikka.PolylineAlgorithm.Encoding |
| 123 | + isExternal: false |
| 124 | + name: Cloudikka.PolylineAlgorithm.Encoding |
| 125 | + nameWithType: Cloudikka.PolylineAlgorithm.Encoding |
| 126 | + fullName: Cloudikka.PolylineAlgorithm.Encoding |
| 127 | +- uid: System.String |
| 128 | + commentId: T:System.String |
| 129 | + parent: System |
| 130 | + isExternal: true |
| 131 | + name: String |
| 132 | + nameWithType: String |
| 133 | + fullName: System.String |
| 134 | +- uid: System.Collections.Generic.IEnumerable`1 |
| 135 | + commentId: T:System.Collections.Generic.IEnumerable`1 |
| 136 | + isExternal: true |
| 137 | + name: IEnumerable<T> |
| 138 | + nameWithType: IEnumerable<T> |
| 139 | + fullName: System.Collections.Generic.IEnumerable<T> |
| 140 | + nameWithType.vb: IEnumerable(Of T) |
| 141 | + fullName.vb: System.Collections.Generic.IEnumerable(Of T) |
| 142 | + name.vb: IEnumerable(Of T) |
| 143 | + spec.csharp: |
| 144 | + - uid: System.Collections.Generic.IEnumerable`1 |
| 145 | + name: IEnumerable |
| 146 | + nameWithType: IEnumerable |
| 147 | + fullName: System.Collections.Generic.IEnumerable |
| 148 | + isExternal: true |
| 149 | + - name: < |
| 150 | + nameWithType: < |
| 151 | + fullName: < |
| 152 | + - name: T |
| 153 | + nameWithType: T |
| 154 | + fullName: T |
| 155 | + - name: '>' |
| 156 | + nameWithType: '>' |
| 157 | + fullName: '>' |
| 158 | + spec.vb: |
| 159 | + - uid: System.Collections.Generic.IEnumerable`1 |
| 160 | + name: IEnumerable |
| 161 | + nameWithType: IEnumerable |
| 162 | + fullName: System.Collections.Generic.IEnumerable |
| 163 | + isExternal: true |
| 164 | + - name: '(Of ' |
| 165 | + nameWithType: '(Of ' |
| 166 | + fullName: '(Of ' |
| 167 | + - name: T |
| 168 | + nameWithType: T |
| 169 | + fullName: T |
| 170 | + - name: ) |
| 171 | + nameWithType: ) |
| 172 | + fullName: ) |
| 173 | +- uid: Cloudikka.PolylineAlgorithm.Encoding.IPolylineEncoding`1.Decode* |
| 174 | + commentId: Overload:Cloudikka.PolylineAlgorithm.Encoding.IPolylineEncoding`1.Decode |
| 175 | + isExternal: false |
| 176 | + name: Decode |
| 177 | + nameWithType: IPolylineEncoding<T>.Decode |
| 178 | + fullName: Cloudikka.PolylineAlgorithm.Encoding.IPolylineEncoding<T>.Decode |
| 179 | + nameWithType.vb: IPolylineEncoding(Of T).Decode |
| 180 | + fullName.vb: Cloudikka.PolylineAlgorithm.Encoding.IPolylineEncoding(Of T).Decode |
| 181 | +- uid: System.Collections.Generic.IEnumerable{{T}} |
| 182 | + commentId: T:System.Collections.Generic.IEnumerable{`0} |
| 183 | + parent: System.Collections.Generic |
| 184 | + definition: System.Collections.Generic.IEnumerable`1 |
| 185 | + name: IEnumerable<T> |
| 186 | + nameWithType: IEnumerable<T> |
| 187 | + fullName: System.Collections.Generic.IEnumerable<T> |
| 188 | + nameWithType.vb: IEnumerable(Of T) |
| 189 | + fullName.vb: System.Collections.Generic.IEnumerable(Of T) |
| 190 | + name.vb: IEnumerable(Of T) |
| 191 | + spec.csharp: |
| 192 | + - uid: System.Collections.Generic.IEnumerable`1 |
| 193 | + name: IEnumerable |
| 194 | + nameWithType: IEnumerable |
| 195 | + fullName: System.Collections.Generic.IEnumerable |
| 196 | + isExternal: true |
| 197 | + - name: < |
| 198 | + nameWithType: < |
| 199 | + fullName: < |
| 200 | + - name: T |
| 201 | + nameWithType: T |
| 202 | + fullName: T |
| 203 | + - name: '>' |
| 204 | + nameWithType: '>' |
| 205 | + fullName: '>' |
| 206 | + spec.vb: |
| 207 | + - uid: System.Collections.Generic.IEnumerable`1 |
| 208 | + name: IEnumerable |
| 209 | + nameWithType: IEnumerable |
| 210 | + fullName: System.Collections.Generic.IEnumerable |
| 211 | + isExternal: true |
| 212 | + - name: '(Of ' |
| 213 | + nameWithType: '(Of ' |
| 214 | + fullName: '(Of ' |
| 215 | + - name: T |
| 216 | + nameWithType: T |
| 217 | + fullName: T |
| 218 | + - name: ) |
| 219 | + nameWithType: ) |
| 220 | + fullName: ) |
| 221 | +- uid: System |
| 222 | + commentId: N:System |
| 223 | + isExternal: false |
| 224 | + name: System |
| 225 | + nameWithType: System |
| 226 | + fullName: System |
| 227 | +- uid: System.Collections.Generic |
| 228 | + commentId: N:System.Collections.Generic |
| 229 | + isExternal: false |
| 230 | + name: System.Collections.Generic |
| 231 | + nameWithType: System.Collections.Generic |
| 232 | + fullName: System.Collections.Generic |
| 233 | +- uid: Cloudikka.PolylineAlgorithm.Encoding.IPolylineEncoding`1.Encode* |
| 234 | + commentId: Overload:Cloudikka.PolylineAlgorithm.Encoding.IPolylineEncoding`1.Encode |
| 235 | + isExternal: false |
| 236 | + name: Encode |
| 237 | + nameWithType: IPolylineEncoding<T>.Encode |
| 238 | + fullName: Cloudikka.PolylineAlgorithm.Encoding.IPolylineEncoding<T>.Encode |
| 239 | + nameWithType.vb: IPolylineEncoding(Of T).Encode |
| 240 | + fullName.vb: Cloudikka.PolylineAlgorithm.Encoding.IPolylineEncoding(Of T).Encode |
0 commit comments