Use olx for some parser options types

This commit is contained in:
Éric Lemoine
2013-12-12 15:22:47 +01:00
parent f15694844d
commit b709820777
+5 -5
View File
@@ -30,7 +30,7 @@ ol.parser.ogc.WFS_v1 = function(opt_options) {
/** /**
* @param {olx.parser.WFSWriteGetFeatureOptions} options Options. * @param {olx.parser.WFSWriteGetFeatureOptions} options Options.
* @return {{node: Node, * @return {{node: Node,
* options: ol.parser.WFSWriteGetFeatureOptions}} Object. * options: olx.parser.WFSWriteGetFeatureOptions}} Object.
* @this {ol.parser.XML} * @this {ol.parser.XML}
*/ */
'GetFeature': function(options) { 'GetFeature': function(options) {
@@ -64,7 +64,7 @@ ol.parser.ogc.WFS_v1 = function(opt_options) {
* @param {{inserts: Array.<ol.Feature>, * @param {{inserts: Array.<ol.Feature>,
* updates: Array.<ol.Feature>, * updates: Array.<ol.Feature>,
* deletes: Array.<ol.Feature>, * deletes: Array.<ol.Feature>,
* options: ol.parser.WFSWriteTransactionOptions}} obj Object. * options: olx.parser.WFSWriteTransactionOptions}} obj Object.
* @return {Element} Node. * @return {Element} Node.
* @this {ol.parser.XML} * @this {ol.parser.XML}
*/ */
@@ -120,7 +120,7 @@ ol.parser.ogc.WFS_v1 = function(opt_options) {
}, },
/** /**
* @param {{feature: ol.Feature, * @param {{feature: ol.Feature,
* options: ol.parser.WFSWriteTransactionOptions}} obj Object. * options: olx.parser.WFSWriteTransactionOptions}} obj Object.
* @return {Element} Node. * @return {Element} Node.
* @this {ol.parser.XML} * @this {ol.parser.XML}
*/ */
@@ -140,7 +140,7 @@ ol.parser.ogc.WFS_v1 = function(opt_options) {
}, },
/** /**
* @param {{feature: ol.Feature, * @param {{feature: ol.Feature,
* options: ol.parser.WFSWriteTransactionOptions}} obj Object. * options: olx.parser.WFSWriteTransactionOptions}} obj Object.
* @return {Element} Node. * @return {Element} Node.
* @this {ol.parser.XML} * @this {ol.parser.XML}
*/ */
@@ -213,7 +213,7 @@ ol.parser.ogc.WFS_v1 = function(opt_options) {
}, },
/** /**
* @param {{feature: ol.Feature, * @param {{feature: ol.Feature,
* options: ol.parser.WFSWriteTransactionOptions}} obj Object. * options: olx.parser.WFSWriteTransactionOptions}} obj Object.
* @return {Element} Node. * @return {Element} Node.
* @this {ol.parser.XML} * @this {ol.parser.XML}
*/ */