@mangosystem/ogc-schemas
Version:
Jsonix XML-JSON mappings for OGC Schemas.
73 lines • 2.14 kB
JavaScript
var CityGML_LandUse_2_0_Module_Factory = function () {
var CityGML_LandUse_2_0 = {
n: 'CityGML_LandUse_2_0',
dens: 'http:\/\/www.opengis.net\/citygml\/landuse\/2.0',
deps: ['GML_3_1_1', 'CityGML_2_0'],
tis: [{
ln: 'LandUseType',
bti: 'CityGML_2_0.AbstractCityObjectType',
ps: [{
n: 'clazz',
en: 'class',
ti: 'GML_3_1_1.CodeType'
}, {
n: 'function',
mno: 0,
col: true,
ti: 'GML_3_1_1.CodeType'
}, {
n: 'usage',
mno: 0,
col: true,
ti: 'GML_3_1_1.CodeType'
}, {
n: 'lod0MultiSurface',
ti: 'GML_3_1_1.MultiSurfacePropertyType'
}, {
n: 'lod1MultiSurface',
ti: 'GML_3_1_1.MultiSurfacePropertyType'
}, {
n: 'lod2MultiSurface',
ti: 'GML_3_1_1.MultiSurfacePropertyType'
}, {
n: 'lod3MultiSurface',
ti: 'GML_3_1_1.MultiSurfacePropertyType'
}, {
n: 'lod4MultiSurface',
ti: 'GML_3_1_1.MultiSurfacePropertyType'
}, {
n: 'genericApplicationPropertyOfLandUse',
mno: 0,
col: true,
en: '_GenericApplicationPropertyOfLandUse',
ti: 'AnyType'
}]
}],
eis: [{
en: 'LandUse',
ti: '.LandUseType',
sh: {
lp: '_CityObject',
ns: 'http:\/\/www.opengis.net\/citygml\/2.0'
}
}, {
en: '_GenericApplicationPropertyOfLandUse',
ti: 'AnyType'
}]
};
return {
CityGML_LandUse_2_0: CityGML_LandUse_2_0
};
};
if (typeof define === 'function' && define.amd) {
define([], CityGML_LandUse_2_0_Module_Factory);
}
else {
var CityGML_LandUse_2_0_Module = CityGML_LandUse_2_0_Module_Factory();
if (typeof module !== 'undefined' && module.exports) {
module.exports.CityGML_LandUse_2_0 = CityGML_LandUse_2_0_Module.CityGML_LandUse_2_0;
}
else {
var CityGML_LandUse_2_0 = CityGML_LandUse_2_0_Module.CityGML_LandUse_2_0;
}
}