UNPKG

@mangosystem/ogc-schemas

Version:

Jsonix XML-JSON mappings for OGC Schemas.

166 lines 4.77 kB
var CityGML_Generics_1_0_Module_Factory = function () { var CityGML_Generics_1_0 = { n: 'CityGML_Generics_1_0', dens: 'http:\/\/www.opengis.net\/citygml\/generics\/1.0', deps: ['GML_3_1_1', 'CityGML_1_0'], tis: [{ ln: 'GenericCityObjectType', bti: 'CityGML_1_0.AbstractCityObjectType', ps: [{ n: 'clazz', en: 'class' }, { n: 'function', mno: 0, col: true }, { n: 'usage', mno: 0, col: true }, { n: 'lod0Geometry', ti: 'GML_3_1_1.GeometryPropertyType' }, { n: 'lod1Geometry', ti: 'GML_3_1_1.GeometryPropertyType' }, { n: 'lod2Geometry', ti: 'GML_3_1_1.GeometryPropertyType' }, { n: 'lod3Geometry', ti: 'GML_3_1_1.GeometryPropertyType' }, { n: 'lod4Geometry', ti: 'GML_3_1_1.GeometryPropertyType' }, { n: 'lod0TerrainIntersection', ti: 'GML_3_1_1.MultiCurvePropertyType' }, { n: 'lod1TerrainIntersection', ti: 'GML_3_1_1.MultiCurvePropertyType' }, { n: 'lod2TerrainIntersection', ti: 'GML_3_1_1.MultiCurvePropertyType' }, { n: 'lod3TerrainIntersection', ti: 'GML_3_1_1.MultiCurvePropertyType' }, { n: 'lod4TerrainIntersection', ti: 'GML_3_1_1.MultiCurvePropertyType' }, { n: 'lod0ImplicitRepresentation', ti: 'CityGML_1_0.ImplicitRepresentationPropertyType' }, { n: 'lod1ImplicitRepresentation', ti: 'CityGML_1_0.ImplicitRepresentationPropertyType' }, { n: 'lod2ImplicitRepresentation', ti: 'CityGML_1_0.ImplicitRepresentationPropertyType' }, { n: 'lod3ImplicitRepresentation', ti: 'CityGML_1_0.ImplicitRepresentationPropertyType' }, { n: 'lod4ImplicitRepresentation', ti: 'CityGML_1_0.ImplicitRepresentationPropertyType' }] }, { ln: 'DoubleAttributeType', bti: '.AbstractGenericAttributeType', ps: [{ n: 'value', rq: true, ti: 'Double' }] }, { ln: 'DateAttributeType', bti: '.AbstractGenericAttributeType', ps: [{ n: 'value', rq: true, ti: 'Date' }] }, { ln: 'IntAttributeType', bti: '.AbstractGenericAttributeType', ps: [{ n: 'value', rq: true, ti: 'Integer' }] }, { ln: 'UriAttributeType', bti: '.AbstractGenericAttributeType', ps: [{ n: 'value', rq: true }] }, { ln: 'AbstractGenericAttributeType', ps: [{ n: 'name', rq: true, an: { lp: 'name' }, t: 'a' }] }, { ln: 'StringAttributeType', bti: '.AbstractGenericAttributeType', ps: [{ n: 'value', rq: true }] }], eis: [{ en: 'doubleAttribute', ti: '.DoubleAttributeType', sh: '_genericAttribute' }, { en: 'GenericCityObject', ti: '.GenericCityObjectType', sh: { lp: '_CityObject', ns: 'http:\/\/www.opengis.net\/citygml\/1.0' } }, { en: 'intAttribute', ti: '.IntAttributeType', sh: '_genericAttribute' }, { en: 'dateAttribute', ti: '.DateAttributeType', sh: '_genericAttribute' }, { en: 'uriAttribute', ti: '.UriAttributeType', sh: '_genericAttribute' }, { en: '_genericAttribute', ti: '.AbstractGenericAttributeType', sh: { lp: '_GenericApplicationPropertyOfCityObject', ns: 'http:\/\/www.opengis.net\/citygml\/1.0' } }, { en: 'stringAttribute', ti: '.StringAttributeType', sh: '_genericAttribute' }] }; return { CityGML_Generics_1_0: CityGML_Generics_1_0 }; }; if (typeof define === 'function' && define.amd) { define([], CityGML_Generics_1_0_Module_Factory); } else { var CityGML_Generics_1_0_Module = CityGML_Generics_1_0_Module_Factory(); if (typeof module !== 'undefined' && module.exports) { module.exports.CityGML_Generics_1_0 = CityGML_Generics_1_0_Module.CityGML_Generics_1_0; } else { var CityGML_Generics_1_0 = CityGML_Generics_1_0_Module.CityGML_Generics_1_0; } }