@@ -56,7 +56,7 @@ $root.vector_tile = (function() {
56
56
} ;
57
57
58
58
/**
59
- * Encodes the specified Tile message.
59
+ * Encodes the specified Tile message. Does not implicitly { @link vector_tile.Tile.verify|verify} messages.
60
60
* @param {vector_tile.Tile|Object } message Tile message or plain object to encode
61
61
* @param {$protobuf.Writer } [writer] Writer to encode to
62
62
* @returns {$protobuf.Writer } Writer
@@ -71,7 +71,7 @@ $root.vector_tile = (function() {
71
71
} ;
72
72
73
73
/**
74
- * Encodes the specified Tile message, length delimited.
74
+ * Encodes the specified Tile message, length delimited. Does not implicitly { @link vector_tile.Tile.verify|verify} messages.
75
75
* @param {vector_tile.Tile|Object } message Tile message or plain object to encode
76
76
* @param {$protobuf.Writer } [writer] Writer to encode to
77
77
* @returns {$protobuf.Writer } Writer
@@ -85,7 +85,7 @@ $root.vector_tile = (function() {
85
85
* @param {$protobuf.Reader|Uint8Array } reader Reader or buffer to decode from
86
86
* @param {number } [length] Message length if known beforehand
87
87
* @returns {vector_tile.Tile } Tile
88
- * @throws {Error } If the payload is invalid or missing required fields
88
+ * @throws {Error } If the payload is not a reader or valid buffer or required fields are missing
89
89
*/
90
90
Tile . decode = function decode ( reader , length ) {
91
91
if ( ! ( reader instanceof $Reader ) )
@@ -111,7 +111,7 @@ $root.vector_tile = (function() {
111
111
* Decodes a Tile message from the specified reader or buffer, length delimited.
112
112
* @param {$protobuf.Reader|Uint8Array } reader Reader or buffer to decode from
113
113
* @returns {vector_tile.Tile } Tile
114
- * @throws {Error } If the payload is invalid or missing required fields
114
+ * @throws {Error } If the payload is not a reader or valid buffer or required fields are missing
115
115
*/
116
116
Tile . decodeDelimited = function decodeDelimited ( reader ) {
117
117
if ( ! ( reader instanceof $Reader ) )
@@ -292,7 +292,7 @@ $root.vector_tile = (function() {
292
292
} ;
293
293
294
294
/**
295
- * Encodes the specified Value message.
295
+ * Encodes the specified Value message. Does not implicitly { @link vector_tile.Tile.Value.verify|verify} messages.
296
296
* @param {vector_tile.Tile.Value|Object } message Value message or plain object to encode
297
297
* @param {$protobuf.Writer } [writer] Writer to encode to
298
298
* @returns {$protobuf.Writer } Writer
@@ -318,7 +318,7 @@ $root.vector_tile = (function() {
318
318
} ;
319
319
320
320
/**
321
- * Encodes the specified Value message, length delimited.
321
+ * Encodes the specified Value message, length delimited. Does not implicitly { @link vector_tile.Tile.Value.verify|verify} messages.
322
322
* @param {vector_tile.Tile.Value|Object } message Value message or plain object to encode
323
323
* @param {$protobuf.Writer } [writer] Writer to encode to
324
324
* @returns {$protobuf.Writer } Writer
@@ -332,7 +332,7 @@ $root.vector_tile = (function() {
332
332
* @param {$protobuf.Reader|Uint8Array } reader Reader or buffer to decode from
333
333
* @param {number } [length] Message length if known beforehand
334
334
* @returns {vector_tile.Tile.Value } Value
335
- * @throws {Error } If the payload is invalid or missing required fields
335
+ * @throws {Error } If the payload is not a reader or valid buffer or required fields are missing
336
336
*/
337
337
Value . decode = function decode ( reader , length ) {
338
338
if ( ! ( reader instanceof $Reader ) )
@@ -374,7 +374,7 @@ $root.vector_tile = (function() {
374
374
* Decodes a Value message from the specified reader or buffer, length delimited.
375
375
* @param {$protobuf.Reader|Uint8Array } reader Reader or buffer to decode from
376
376
* @returns {vector_tile.Tile.Value } Value
377
- * @throws {Error } If the payload is invalid or missing required fields
377
+ * @throws {Error } If the payload is not a reader or valid buffer or required fields are missing
378
378
*/
379
379
Value . decodeDelimited = function decodeDelimited ( reader ) {
380
380
if ( ! ( reader instanceof $Reader ) )
@@ -600,7 +600,7 @@ $root.vector_tile = (function() {
600
600
} ;
601
601
602
602
/**
603
- * Encodes the specified Feature message.
603
+ * Encodes the specified Feature message. Does not implicitly { @link vector_tile.Tile.Feature.verify|verify} messages.
604
604
* @param {vector_tile.Tile.Feature|Object } message Feature message or plain object to encode
605
605
* @param {$protobuf.Writer } [writer] Writer to encode to
606
606
* @returns {$protobuf.Writer } Writer
@@ -628,7 +628,7 @@ $root.vector_tile = (function() {
628
628
} ;
629
629
630
630
/**
631
- * Encodes the specified Feature message, length delimited.
631
+ * Encodes the specified Feature message, length delimited. Does not implicitly { @link vector_tile.Tile.Feature.verify|verify} messages.
632
632
* @param {vector_tile.Tile.Feature|Object } message Feature message or plain object to encode
633
633
* @param {$protobuf.Writer } [writer] Writer to encode to
634
634
* @returns {$protobuf.Writer } Writer
@@ -642,7 +642,7 @@ $root.vector_tile = (function() {
642
642
* @param {$protobuf.Reader|Uint8Array } reader Reader or buffer to decode from
643
643
* @param {number } [length] Message length if known beforehand
644
644
* @returns {vector_tile.Tile.Feature } Feature
645
- * @throws {Error } If the payload is invalid or missing required fields
645
+ * @throws {Error } If the payload is not a reader or valid buffer or required fields are missing
646
646
*/
647
647
Feature . decode = function decode ( reader , length ) {
648
648
if ( ! ( reader instanceof $Reader ) )
@@ -689,7 +689,7 @@ $root.vector_tile = (function() {
689
689
* Decodes a Feature message from the specified reader or buffer, length delimited.
690
690
* @param {$protobuf.Reader|Uint8Array } reader Reader or buffer to decode from
691
691
* @returns {vector_tile.Tile.Feature } Feature
692
- * @throws {Error } If the payload is invalid or missing required fields
692
+ * @throws {Error } If the payload is not a reader or valid buffer or required fields are missing
693
693
*/
694
694
Feature . decodeDelimited = function decodeDelimited ( reader ) {
695
695
if ( ! ( reader instanceof $Reader ) )
@@ -925,7 +925,7 @@ $root.vector_tile = (function() {
925
925
} ;
926
926
927
927
/**
928
- * Encodes the specified Layer message.
928
+ * Encodes the specified Layer message. Does not implicitly { @link vector_tile.Tile.Layer.verify|verify} messages.
929
929
* @param {vector_tile.Tile.Layer|Object } message Layer message or plain object to encode
930
930
* @param {$protobuf.Writer } [writer] Writer to encode to
931
931
* @returns {$protobuf.Writer } Writer
@@ -950,7 +950,7 @@ $root.vector_tile = (function() {
950
950
} ;
951
951
952
952
/**
953
- * Encodes the specified Layer message, length delimited.
953
+ * Encodes the specified Layer message, length delimited. Does not implicitly { @link vector_tile.Tile.Layer.verify|verify} messages.
954
954
* @param {vector_tile.Tile.Layer|Object } message Layer message or plain object to encode
955
955
* @param {$protobuf.Writer } [writer] Writer to encode to
956
956
* @returns {$protobuf.Writer } Writer
@@ -964,7 +964,7 @@ $root.vector_tile = (function() {
964
964
* @param {$protobuf.Reader|Uint8Array } reader Reader or buffer to decode from
965
965
* @param {number } [length] Message length if known beforehand
966
966
* @returns {vector_tile.Tile.Layer } Layer
967
- * @throws {Error } If the payload is invalid or missing required fields
967
+ * @throws {Error } If the payload is not a reader or valid buffer or required fields are missing
968
968
*/
969
969
Layer . decode = function decode ( reader , length ) {
970
970
if ( ! ( reader instanceof $Reader ) )
@@ -1013,7 +1013,7 @@ $root.vector_tile = (function() {
1013
1013
* Decodes a Layer message from the specified reader or buffer, length delimited.
1014
1014
* @param {$protobuf.Reader|Uint8Array } reader Reader or buffer to decode from
1015
1015
* @returns {vector_tile.Tile.Layer } Layer
1016
- * @throws {Error } If the payload is invalid or missing required fields
1016
+ * @throws {Error } If the payload is not a reader or valid buffer or required fields are missing
1017
1017
*/
1018
1018
Layer . decodeDelimited = function decodeDelimited ( reader ) {
1019
1019
if ( ! ( reader instanceof $Reader ) )
0 commit comments