All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.gml-v_3_3.2.6.0.source-code.GML_LROV_3_3.js Maven / Gradle / Ivy

There is a newer version: 2.6.1
Show newest version
var GML_LROV_3_3_Module_Factory = function () {
  var GML_LROV_3_3 = {
    n: 'GML_LROV_3_3',
    dens: 'http:\/\/www.opengis.net\/gml\/3.3\/lrov',
    dans: 'http:\/\/www.w3.org\/1999\/xlink',
    deps: ['XLink_1_0', 'GML_LRO_3_3', 'GML_3_2_1', 'GML_LR_3_3'],
    tis: [{
        ln: 'VectorType',
        bti: 'GML_3_2_1.VectorType',
        ps: [{
            n: 'offsetUom',
            an: {
              lp: 'offsetUom'
            },
            t: 'a'
          }]
      }, {
        ln: 'VectorOffsetDistanceExpressionType',
        bti: 'GML_LR_3_3.DistanceExpressionType',
        ps: [{
            n: 'vectorOffsetExpression',
            ti: '.VectorOffsetExpressionType'
          }]
      }, {
        ln: 'VectorOffsetExpressionType',
        ps: [{
            n: 'offsetVector',
            rq: true,
            ti: 'GML_3_2_1.VectorType'
          }]
      }, {
        ln: 'VectorOffsetLinearSRSPropertyType',
        ps: [{
            n: 'vectorOffsetLinearSRS',
            rq: true,
            en: 'VectorOffsetLinearSRS',
            ti: '.VectorOffsetLinearSRSType'
          }, {
            n: 'nilReason',
            ti: {
              t: 'l'
            },
            an: {
              lp: 'nilReason'
            },
            t: 'a'
          }, {
            n: 'remoteSchema',
            an: {
              lp: 'remoteSchema',
              ns: 'http:\/\/www.opengis.net\/gml\/3.2'
            },
            t: 'a'
          }, {
            n: 'type',
            ti: 'XLink_1_0.TypeType',
            t: 'a'
          }, {
            n: 'href',
            t: 'a'
          }, {
            n: 'role',
            t: 'a'
          }, {
            n: 'arcrole',
            t: 'a'
          }, {
            n: 'title',
            t: 'a'
          }, {
            n: 'show',
            ti: 'XLink_1_0.ShowType',
            t: 'a'
          }, {
            n: 'actuate',
            ti: 'XLink_1_0.ActuateType',
            t: 'a'
          }]
      }, {
        ln: 'VectorOffsetLinearSRSType',
        bti: 'GML_LR_3_3.LinearSRSType',
        ps: [{
            n: 'rest',
            rq: true,
            mno: 3,
            mxo: 5,
            col: true,
            mx: false,
            dom: false,
            etis: [{
                en: 'lrm',
                ti: 'GML_LRO_3_3.LRMWithOffsetPropertyType'
              }, {
                en: 'linearElement',
                ti: 'GML_LR_3_3.LinearElementPropertyType'
              }, {
                en: 'offsetVector',
                ti: '.VectorType'
              }],
            t: 'ers'
          }]
      }],
    eis: [{
        en: 'lrm',
        ti: 'GML_LRO_3_3.LRMWithOffsetPropertyType',
        sc: '.VectorOffsetLinearSRSType'
      }, {
        en: 'linearElement',
        ti: 'GML_LR_3_3.LinearElementPropertyType',
        sc: '.VectorOffsetLinearSRSType'
      }, {
        en: 'VectorOffsetLinearSRS',
        ti: '.VectorOffsetLinearSRSType',
        sh: {
          lp: 'LinearSRS',
          ns: 'http:\/\/www.opengis.net\/gml\/3.3\/lr'
        }
      }, {
        en: 'VectorOffsetDistanceExpression',
        ti: '.VectorOffsetDistanceExpressionType',
        sh: {
          lp: 'DistanceExpression',
          ns: 'http:\/\/www.opengis.net\/gml\/3.3\/lr'
        }
      }, {
        en: 'offsetVector',
        ti: '.VectorType',
        sc: '.VectorOffsetLinearSRSType'
      }]
  };
  return {
    GML_LROV_3_3: GML_LROV_3_3
  };
};
if (typeof define === 'function' && define.amd) {
  define([], GML_LROV_3_3_Module_Factory);
}
else {
  var GML_LROV_3_3_Module = GML_LROV_3_3_Module_Factory();
  if (typeof module !== 'undefined' && module.exports) {
    module.exports.GML_LROV_3_3 = GML_LROV_3_3_Module.GML_LROV_3_3;
  }
  else {
    var GML_LROV_3_3 = GML_LROV_3_3_Module.GML_LROV_3_3;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy