Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
as.eop-v_1_0.3.0.0.source-code.EOP_SAR_1_0.js Maven / Gradle / Ivy
var EOP_SAR_1_0_Module_Factory = function () {
var EOP_SAR_1_0 = {
n: 'EOP_SAR_1_0',
dens: 'http:\/\/earth.esa.int\/sar',
deps: ['GML_3_1_1', 'EOP_1_0'],
tis: [{
ln: 'EarthObservationType',
bti: 'EOP_1_0.EarthObservationType'
}, {
ln: 'AcquisitionType',
bti: 'EOP_1_0.AcquisitionType',
ps: [{
n: 'polarisationMode'
}, {
n: 'polarisationChannels'
}, {
n: 'antennaLookDirection'
}, {
n: 'minimumIncidenceAngle',
ti: 'GML_3_1_1.AngleType'
}, {
n: 'maximumIncidenceAngle',
ti: 'GML_3_1_1.AngleType'
}, {
n: 'incidenceAngleVariation',
ti: 'GML_3_1_1.AngleType'
}, {
n: 'dopplerFrequency',
ti: 'GML_3_1_1.MeasureType'
}]
}, {
t: 'enum',
ln: 'PolarisationModePropertyType',
vs: ['D', 'Q', 'S', 'T', 'UNDEFINED']
}, {
t: 'enum',
ln: 'PolarisationChannelsPropertyType',
vs: ['HH', 'HV', 'VH', 'VV', 'HH, VV', 'HH, VH', 'HH, HV', 'VH, VV', 'VH, HV', 'VV, HV', 'HH, VV, HV, VH', 'UNDEFINED']
}],
eis: [{
en: 'polarisationMode'
}, {
en: 'dopplerFrequency',
ti: 'GML_3_1_1.MeasureType'
}, {
en: 'minimumIncidenceAngle',
ti: 'GML_3_1_1.AngleType'
}, {
en: 'Acquisition',
ti: '.AcquisitionType',
sh: {
lp: 'Acquisition',
ns: 'http:\/\/earth.esa.int\/eop'
}
}, {
en: 'EarthObservation',
ti: '.EarthObservationType',
sh: {
lp: 'EarthObservation',
ns: 'http:\/\/earth.esa.int\/eop'
}
}, {
en: 'polarisationChannels'
}, {
en: 'antennaLookDirection'
}, {
en: 'incidenceAngleVariation',
ti: 'GML_3_1_1.AngleType'
}, {
en: 'maximumIncidenceAngle',
ti: 'GML_3_1_1.AngleType'
}]
};
return {
EOP_SAR_1_0: EOP_SAR_1_0
};
};
if (typeof define === 'function' && define.amd) {
define([], EOP_SAR_1_0_Module_Factory);
}
else {
var EOP_SAR_1_0_Module = EOP_SAR_1_0_Module_Factory();
if (typeof module !== 'undefined' && module.exports) {
module.exports.EOP_SAR_1_0 = EOP_SAR_1_0_Module.EOP_SAR_1_0;
}
else {
var EOP_SAR_1_0 = EOP_SAR_1_0_Module.EOP_SAR_1_0;
}
}