@vcmap/ui 5.0.0-rc.23 → 5.0.0-rc.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +36 -18
- package/app.config.json +2 -4
- package/build/.eslintrc +3 -0
- package/build/build.js +302 -174
- package/build/buildCesium.js +32 -19
- package/build/buildHelpers.js +267 -94
- package/build/buildPreview.js +7 -4
- package/build/bundle.js +56 -0
- package/build/commonViteConfig.js +2 -4
- package/build/determineHost.js +17 -4
- package/build/generateOLLib.js +13 -16
- package/build/getPluginProxies.js +16 -3
- package/build/info/conf.json +21 -21
- package/build/info/publish.js +15 -4
- package/config/aerowest.config.json +16 -44
- package/config/base.config.json +100 -248
- package/config/codes.config.json +3 -1
- package/config/dev.config.json +34 -14
- package/config/graphFeatureInfo.config.json +55 -16
- package/config/projects.config.json +5 -2
- package/config/www.config.json +174 -333
- package/dist/assets/@mdi/font/LICENSE +20 -0
- package/dist/assets/@mdi/font/css/materialdesignicons.css.map +16 -0
- package/dist/assets/@mdi/font/css/materialdesignicons.min.e3f476.css +3 -0
- package/dist/assets/@mdi/font/fonts/materialdesignicons-webfont.woff2 +0 -0
- package/dist/assets/cesium/Workers/{ArcType-ce2e50ab.js → ArcType-2d9abbbc.js} +4 -4
- package/dist/assets/cesium/Workers/{AttributeCompression-b646d393.js → AttributeCompression-f9f6c717.js} +24 -24
- package/dist/assets/cesium/Workers/{AxisAlignedBoundingBox-ff186ccc.js → AxisAlignedBoundingBox-4140c51f.js} +3 -3
- package/dist/assets/cesium/Workers/{BoundingRectangle-be5924f4.js → BoundingRectangle-c714b156.js} +18 -18
- package/dist/assets/cesium/Workers/{BoxGeometry-12eeccaf.js → BoxGeometry-6f3da43d.js} +9 -9
- package/dist/assets/cesium/Workers/{Check-666ab1a0.js → Check-6ede7e26.js} +22 -22
- package/dist/assets/cesium/Workers/{Color-a84038cb.js → Color-8a565ff2.js} +63 -63
- package/dist/assets/cesium/Workers/{ComponentDatatype-f7b11d02.js → ComponentDatatype-cf1fa08e.js} +16 -16
- package/dist/assets/cesium/Workers/{CoplanarPolygonGeometryLibrary-3272c1b3.js → CoplanarPolygonGeometryLibrary-4b4d4096.js} +1 -1
- package/dist/assets/cesium/Workers/{CorridorGeometryLibrary-0170e093.js → CorridorGeometryLibrary-7b94502b.js} +1 -1
- package/dist/assets/cesium/Workers/{CylinderGeometry-7c5da648.js → CylinderGeometry-ca070b87.js} +12 -12
- package/dist/assets/cesium/Workers/{CylinderGeometryLibrary-372c07d8.js → CylinderGeometryLibrary-7bf291b4.js} +1 -1
- package/dist/assets/cesium/Workers/{EllipseGeometry-797d580e.js → EllipseGeometry-122e51fa.js} +20 -20
- package/dist/assets/cesium/Workers/{EllipseGeometryLibrary-2939e1dc.js → EllipseGeometryLibrary-4d326efc.js} +1 -1
- package/dist/assets/cesium/Workers/{EllipseOutlineGeometry-8b50870f.js → EllipseOutlineGeometry-16cc2bd7.js} +15 -15
- package/dist/assets/cesium/Workers/{EllipsoidGeodesic-98c62a56.js → EllipsoidGeodesic-5b3623dc.js} +6 -6
- package/dist/assets/cesium/Workers/{EllipsoidGeometry-21c0e3a5.js → EllipsoidGeometry-cb148ca2.js} +14 -14
- package/dist/assets/cesium/Workers/{EllipsoidOutlineGeometry-eff247c8.js → EllipsoidOutlineGeometry-0fa10c79.js} +15 -15
- package/dist/assets/cesium/Workers/{EllipsoidRhumbLine-19756602.js → EllipsoidRhumbLine-ef872433.js} +9 -9
- package/dist/assets/cesium/Workers/{EllipsoidTangentPlane-214683dc.js → EllipsoidTangentPlane-6dd1b7af.js} +1 -1
- package/dist/assets/cesium/Workers/{EncodedCartesian3-81f70735.js → EncodedCartesian3-57415c8a.js} +6 -6
- package/dist/assets/cesium/Workers/{FrustumGeometry-ac42a6d9.js → FrustumGeometry-ee73037c.js} +139 -111
- package/dist/assets/cesium/Workers/{GeometryAttribute-7d6f1732.js → GeometryAttribute-ff5b4fb1.js} +20 -20
- package/dist/assets/cesium/Workers/{GeometryAttributes-f06a2792.js → GeometryAttributes-ad136444.js} +1 -1
- package/dist/assets/cesium/Workers/{GeometryInstance-451dc1cd.js → GeometryInstance-34d9e21e.js} +6 -6
- package/dist/assets/cesium/Workers/{GeometryPipeline-ce4339ed.js → GeometryPipeline-1f8fbf05.js} +22 -22
- package/dist/assets/cesium/Workers/{IndexDatatype-a55ceaa1.js → IndexDatatype-2643aa47.js} +13 -13
- package/dist/assets/cesium/Workers/{IntersectionTests-f6e6bd8a.js → IntersectionTests-70d39ba9.js} +37 -37
- package/dist/assets/cesium/Workers/{Math-2dbd6b93.js → Math-0a2ac845.js} +149 -139
- package/dist/assets/cesium/Workers/{Matrix2-13178034.js → Matrix2-e1298525.js} +256 -256
- package/dist/assets/cesium/Workers/{Matrix3-315394f6.js → Matrix3-41c58dde.js} +150 -150
- package/dist/assets/cesium/Workers/{OrientedBoundingBox-04920dc7.js → OrientedBoundingBox-159cf1d6.js} +19 -17
- package/dist/assets/cesium/Workers/{Plane-900aa728.js → Plane-4c3d403b.js} +5 -5
- package/dist/assets/cesium/Workers/{PolygonGeometryLibrary-a8680d96.js → PolygonGeometryLibrary-076a5d25.js} +6 -6
- package/dist/assets/cesium/Workers/PolygonPipeline-b9f2810a.js +1344 -0
- package/dist/assets/cesium/Workers/{PolylinePipeline-32f36d2a.js → PolylinePipeline-639192e0.js} +16 -16
- package/dist/assets/cesium/Workers/{PolylineVolumeGeometryLibrary-a510d657.js → PolylineVolumeGeometryLibrary-b73549fb.js} +7 -7
- package/dist/assets/cesium/Workers/{PrimitivePipeline-ba38434a.js → PrimitivePipeline-10ede1b6.js} +6 -6
- package/dist/assets/cesium/Workers/{RectangleGeometryLibrary-bdba697e.js → RectangleGeometryLibrary-c35a7356.js} +1 -1
- package/dist/assets/cesium/Workers/{RuntimeError-06c93819.js → RuntimeError-ef395448.js} +5 -5
- package/dist/assets/cesium/Workers/{TerrainEncoding-833187da.js → TerrainEncoding-668d242f.js} +30 -30
- package/dist/assets/cesium/Workers/Transforms-a2a85221.js +14712 -0
- package/dist/assets/cesium/Workers/{VertexFormat-6b480673.js → VertexFormat-030f11ff.js} +14 -14
- package/dist/assets/cesium/Workers/{WallGeometryLibrary-919eed92.js → WallGeometryLibrary-1938bf0d.js} +1 -1
- package/dist/assets/cesium/Workers/{WebGLConstants-a8cc3e8c.js → WebGLConstants-0b1ce7ba.js} +1 -1
- package/dist/assets/cesium/Workers/{WebMercatorProjection-13a90d41.js → WebMercatorProjection-13ed1a6e.js} +6 -6
- package/dist/assets/cesium/Workers/{arrayRemoveDuplicates-c2038105.js → arrayRemoveDuplicates-d2061e85.js} +5 -5
- package/dist/assets/cesium/Workers/cesiumWorkerBootstrapper.js +5 -5
- package/dist/assets/cesium/Workers/{combine-ca22a614.js → combine-d9581036.js} +5 -5
- package/dist/assets/cesium/Workers/combineGeometry.js +1 -1
- package/dist/assets/cesium/Workers/createBoxGeometry.js +1 -1
- package/dist/assets/cesium/Workers/createBoxOutlineGeometry.js +9 -9
- package/dist/assets/cesium/Workers/createCircleGeometry.js +13 -13
- package/dist/assets/cesium/Workers/createCircleOutlineGeometry.js +13 -13
- package/dist/assets/cesium/Workers/createCoplanarPolygonGeometry.js +11 -11
- package/dist/assets/cesium/Workers/createCoplanarPolygonOutlineGeometry.js +9 -9
- package/dist/assets/cesium/Workers/createCorridorGeometry.js +14 -14
- package/dist/assets/cesium/Workers/createCorridorOutlineGeometry.js +12 -12
- package/dist/assets/cesium/Workers/createCylinderGeometry.js +1 -1
- package/dist/assets/cesium/Workers/createCylinderOutlineGeometry.js +13 -13
- package/dist/assets/cesium/Workers/createEllipseGeometry.js +1 -1
- package/dist/assets/cesium/Workers/createEllipseOutlineGeometry.js +1 -1
- package/dist/assets/cesium/Workers/createEllipsoidGeometry.js +1 -1
- package/dist/assets/cesium/Workers/createEllipsoidOutlineGeometry.js +1 -1
- package/dist/assets/cesium/Workers/createFrustumGeometry.js +1 -1
- package/dist/assets/cesium/Workers/createFrustumOutlineGeometry.js +8 -8
- package/dist/assets/cesium/Workers/createGeometry.js +1 -1
- package/dist/assets/cesium/Workers/createGroundPolylineGeometry.js +33 -33
- package/dist/assets/cesium/Workers/createPlaneGeometry.js +8 -8
- package/dist/assets/cesium/Workers/createPlaneOutlineGeometry.js +6 -6
- package/dist/assets/cesium/Workers/createPolygonGeometry.js +25 -25
- package/dist/assets/cesium/Workers/createPolygonOutlineGeometry.js +17 -17
- package/dist/assets/cesium/Workers/createPolylineGeometry.js +11 -11
- package/dist/assets/cesium/Workers/createPolylineVolumeGeometry.js +9 -9
- package/dist/assets/cesium/Workers/createPolylineVolumeOutlineGeometry.js +9 -9
- package/dist/assets/cesium/Workers/createRectangleGeometry.js +16 -16
- package/dist/assets/cesium/Workers/createRectangleOutlineGeometry.js +12 -12
- package/dist/assets/cesium/Workers/createSimplePolylineGeometry.js +10 -10
- package/dist/assets/cesium/Workers/createSphereGeometry.js +11 -11
- package/dist/assets/cesium/Workers/createSphereOutlineGeometry.js +12 -12
- package/dist/assets/cesium/Workers/createTaskProcessorWorker.js +2 -2
- package/dist/assets/cesium/Workers/createVectorTileClampedPolylines.js +1 -1
- package/dist/assets/cesium/Workers/createVectorTileGeometries.js +8 -8
- package/dist/assets/cesium/Workers/createVectorTilePoints.js +1 -1
- package/dist/assets/cesium/Workers/createVectorTilePolygons.js +1 -1
- package/dist/assets/cesium/Workers/createVectorTilePolylines.js +1 -1
- package/dist/assets/cesium/Workers/createVerticesFromGoogleEarthEnterpriseBuffer.js +1 -1
- package/dist/assets/cesium/Workers/createVerticesFromHeightmap.js +27 -28
- package/dist/assets/cesium/Workers/createVerticesFromQuantizedTerrainMesh.js +33 -38
- package/dist/assets/cesium/Workers/createWallGeometry.js +14 -14
- package/dist/assets/cesium/Workers/createWallOutlineGeometry.js +14 -14
- package/dist/assets/cesium/Workers/decodeDraco.js +10 -2
- package/dist/assets/cesium/Workers/decodeGoogleEarthEnterprisePacket.js +15 -15
- package/dist/assets/cesium/Workers/decodeI3S.js +1 -1
- package/dist/assets/cesium/Workers/{defaultValue-0a909f67.js → defaultValue-fe22d8c0.js} +2 -2
- package/dist/assets/cesium/Workers/package.js +1 -1
- package/dist/assets/cesium/Workers/transcodeKTX2.js +46 -26
- package/dist/assets/cesium/Workers/transferTypedArrayTest.js +1 -1
- package/dist/assets/cesium/Workers/upsampleQuantizedTerrainMesh.js +24 -24
- package/dist/assets/{cesium.166f91.js → cesium.1457fa.js} +155448 -127152
- package/dist/assets/cesium.js +1 -1
- package/dist/assets/core.47836f.js +19060 -0
- package/dist/assets/core.js +1 -1
- package/dist/assets/index-bb372634.js +1 -0
- package/dist/assets/{ol.d2cba3.js → ol.9e4d23.js} +28380 -13095
- package/dist/assets/ol.js +1 -1
- package/dist/assets/ui.6ed89d.css +5 -0
- package/dist/assets/ui.6ed89d.js +13461 -0
- package/dist/assets/ui.js +1 -1
- package/dist/assets/{vue.5d00e9.js → vue.7327e4.js} +834 -598
- package/dist/assets/vue.js +2 -2
- package/dist/assets/{vuetify.2f1432.css → vuetify.d2131d.css} +2 -2
- package/dist/assets/{vuetify.2f1432.js → vuetify.d2131d.js} +343 -103
- package/dist/assets/vuetify.js +2 -2
- package/dist/index.html +28 -7
- package/index.html +35 -7
- package/index.js +82 -17
- package/lib/cesium.js +1 -1
- package/lib/core.js +1 -1
- package/lib/olLib.js +19 -16
- package/lib/ui.js +1 -1
- package/lib/vue.js +2 -2
- package/lib/vuetify.js +2 -2
- package/package.json +29 -19
- package/plugins/.eslintrc +9 -0
- package/plugins/@vcmap/create-link/fallbackCreateLink.vue +13 -11
- package/plugins/@vcmap/create-link/index.js +15 -6
- package/plugins/@vcmap/project-selector/ModulesListComponent.vue +4 -8
- package/plugins/@vcmap/project-selector/ProjectSelectorComponent.vue +5 -10
- package/plugins/@vcmap/project-selector/README.md +4 -2
- package/plugins/@vcmap/project-selector/config.json +13 -13
- package/plugins/@vcmap/project-selector/de.json +2 -2
- package/plugins/@vcmap/project-selector/en.json +2 -2
- package/plugins/@vcmap/project-selector/index.js +63 -28
- package/plugins/@vcmap/search-nominatim/LICENSE.md +5 -6
- package/plugins/@vcmap/search-nominatim/README.md +2 -1
- package/plugins/@vcmap/search-nominatim/config.json +1 -2
- package/plugins/@vcmap/search-nominatim/index.js +7 -4
- package/plugins/@vcmap/search-nominatim/nominatim.js +7 -2
- package/plugins/@vcmap/search-nominatim/package.json +2 -36
- package/plugins/@vcmap/simple-graph/README.md +29 -9
- package/plugins/@vcmap/simple-graph/SimpleGraphComponent.vue +2 -7
- package/plugins/@vcmap/simple-graph/index.js +2 -2
- package/plugins/@vcmap/simple-graph/simpleGraphView.js +3 -1
- package/plugins/@vcmap/theme-changer/README.md +5 -3
- package/plugins/@vcmap/theme-changer/ThemeChangerComponent.vue +6 -10
- package/plugins/@vcmap/theme-changer/config.json +67 -67
- package/plugins/@vcmap/theme-changer/index.js +11 -5
- package/plugins/@vcmap-show-case/README.md +2 -1
- package/plugins/@vcmap-show-case/buttons-example/ButtonsExample.vue +87 -46
- package/plugins/@vcmap-show-case/buttons-example/index.js +10 -8
- package/plugins/@vcmap-show-case/category-tester/CategoriesExample.vue +135 -0
- package/plugins/@vcmap-show-case/category-tester/CollectionComponentOptions.vue +209 -0
- package/plugins/@vcmap-show-case/category-tester/index.js +28 -4
- package/plugins/@vcmap-show-case/collection-manager-example/CollectionManagerExample.vue +182 -0
- package/plugins/@vcmap-show-case/collection-manager-example/README.md +3 -0
- package/plugins/@vcmap-show-case/collection-manager-example/index.js +74 -0
- package/plugins/@vcmap-show-case/collection-manager-example/package.json +5 -0
- package/plugins/@vcmap-show-case/config-editor/{editor.vue → ConfigEditor.vue} +20 -24
- package/plugins/@vcmap-show-case/config-editor/index.js +13 -11
- package/plugins/@vcmap-show-case/context-menu-tester/index.js +18 -10
- package/plugins/@vcmap-show-case/form-inputs-example/FormInputsExample.vue +109 -121
- package/plugins/@vcmap-show-case/form-inputs-example/config.json +3 -3
- package/plugins/@vcmap-show-case/form-inputs-example/exampleActions.js +14 -4
- package/plugins/@vcmap-show-case/form-inputs-example/index.js +41 -19
- package/plugins/@vcmap-show-case/form-inputs-example/validation.js +2 -1
- package/plugins/@vcmap-show-case/icons-example/README.md +1 -1
- package/plugins/@vcmap-show-case/icons-example/allIconsComponent.vue +10 -10
- package/plugins/@vcmap-show-case/icons-example/index.js +10 -8
- package/plugins/@vcmap-show-case/list-example/ListExample.vue +221 -103
- package/plugins/@vcmap-show-case/list-example/index.js +10 -8
- package/plugins/@vcmap-show-case/notifier-tester/index.js +9 -3
- package/plugins/@vcmap-show-case/notifier-tester/notifierTester.vue +15 -21
- package/plugins/@vcmap-show-case/switch-map-callback-example/README.md +21 -0
- package/plugins/@vcmap-show-case/switch-map-callback-example/SwitchMapCallback.js +47 -0
- package/plugins/@vcmap-show-case/switch-map-callback-example/config.json +3 -0
- package/plugins/@vcmap-show-case/switch-map-callback-example/index.js +34 -0
- package/plugins/@vcmap-show-case/switch-map-callback-example/package.json +5 -0
- package/plugins/@vcmap-show-case/table-example/DataTableExample.vue +22 -42
- package/plugins/@vcmap-show-case/table-example/index.js +10 -8
- package/plugins/@vcmap-show-case/textfields-example/TextfieldsExample.vue +7 -30
- package/plugins/@vcmap-show-case/textfields-example/index.js +10 -4
- package/plugins/@vcmap-show-case/window-tester/WindowExample.vue +16 -13
- package/plugins/@vcmap-show-case/window-tester/emptyComponent.vue +4 -7
- package/plugins/@vcmap-show-case/window-tester/index.js +26 -20
- package/plugins/@vcmap-show-case/window-tester/myCustomHeader.vue +7 -3
- package/plugins/@vcmap-show-case/window-tester/toolbox-data.js +82 -5
- package/plugins/@vcmap-show-case/window-tester/windowExampleContent.vue +3 -7
- package/plugins/@vcmap-show-case/wizard-example/index.js +9 -3
- package/plugins/@vcmap-show-case/wizard-example/wizardExample.vue +36 -38
- package/plugins/package.json +3 -1
- package/public/assets/@mdi/font/LICENSE +20 -0
- package/public/assets/@mdi/font/css/materialdesignicons.css.map +16 -0
- package/public/assets/@mdi/font/css/materialdesignicons.min.css +3 -0
- package/public/assets/@mdi/font/fonts/materialdesignicons-webfont.woff2 +0 -0
- package/public/assets/favicon-128.png +0 -0
- package/public/assets/favicon-180.png +0 -0
- package/public/assets/favicon-192.png +0 -0
- package/public/assets/favicon-32.png +0 -0
- package/public/assets/logo-mobile.svg +9 -0
- package/public/assets/logo.svg +26 -0
- package/src/actions/actionHelper.js +49 -11
- package/src/actions/styleSelector.vue +20 -11
- package/src/application/VcsApp.vue +151 -85
- package/src/application/VcsAttributions.vue +25 -11
- package/src/application/VcsAttributionsFooter.vue +12 -10
- package/src/application/VcsMap.vue +9 -5
- package/src/application/VcsNavbar.vue +58 -36
- package/src/application/VcsSettings.vue +5 -12
- package/src/application/attributionsHelper.js +23 -11
- package/src/application/vcsAppWrapper.vue +1 -3
- package/src/callback/activateLayersCallback.js +54 -0
- package/src/callback/applyLayerStyleCallback.js +63 -0
- package/src/callback/deactivateLayersCallback.js +54 -0
- package/src/callback/goToViewpointCallback.js +54 -0
- package/src/callback/vcsCallback.js +66 -0
- package/src/components/buttons/VcsActionButtonList.vue +43 -22
- package/src/components/buttons/VcsButton.vue +50 -116
- package/src/components/buttons/VcsFormButton.vue +178 -0
- package/src/components/buttons/VcsToolButton.vue +161 -0
- package/src/components/form-inputs-controls/VcsCheckbox.vue +6 -7
- package/src/components/form-inputs-controls/VcsDatePicker.vue +66 -21
- package/src/components/form-inputs-controls/VcsFormSection.vue +11 -13
- package/src/components/form-inputs-controls/VcsLabel.vue +9 -10
- package/src/components/form-inputs-controls/VcsRadio.vue +44 -44
- package/src/components/form-inputs-controls/VcsSelect.vue +32 -15
- package/src/components/form-inputs-controls/VcsSlider.vue +72 -0
- package/src/components/form-inputs-controls/VcsTextArea.vue +21 -14
- package/src/components/form-inputs-controls/VcsTextField.vue +43 -18
- package/src/components/form-inputs-controls/VcsWizard.vue +79 -80
- package/src/components/form-inputs-controls/VcsWizardStep.vue +20 -21
- package/src/components/form-inputs-controls/composables.js +13 -8
- package/src/components/form-output/VcsFormattedNumber.vue +26 -26
- package/src/components/icons/+all.js +13 -5
- package/src/components/icons/2DAreaIcon.vue +62 -10
- package/src/components/icons/2DDistanceIcon.vue +14 -2
- package/src/components/icons/3DAreaIcon.vue +62 -10
- package/src/components/icons/3DDistanceIcon.vue +14 -2
- package/src/components/icons/3DHeightIcon.vue +14 -2
- package/src/components/icons/AngleIcon.vue +12 -3
- package/src/components/icons/AssociationsIcon.vue +6 -1
- package/src/components/icons/AxisIcon.vue +34 -5
- package/src/components/icons/BoundingBoxIcon.vue +31 -5
- package/src/components/icons/CheckboxCheckedIcon.vue +4 -1
- package/src/components/icons/CheckboxIcon.vue +1 -8
- package/src/components/icons/CheckboxIndeterminateIcon.vue +9 -2
- package/src/components/icons/CircleIcon.vue +24 -4
- package/src/components/icons/ClippingHorizontalIcon.vue +14 -2
- package/src/components/icons/ClippingIcon.vue +13 -2
- package/src/components/icons/ClippingVerticalIcon.vue +14 -2
- package/src/components/icons/ColorPickerIcon.vue +13 -2
- package/src/components/icons/ColorSwatchIcon.vue +7 -1
- package/src/components/icons/CommentIcon.vue +6 -1
- package/src/components/icons/CompassIcon.vue +21 -3
- package/src/components/icons/ComponentsIcon.vue +14 -2
- package/src/components/icons/ConeIcon.vue +26 -4
- package/src/components/icons/DimensionsHouseIcon.vue +7 -1
- package/src/components/icons/EditIcon.vue +13 -2
- package/src/components/icons/ElevationProfileIcon.vue +6 -1
- package/src/components/icons/ExportAreaIcon.vue +13 -2
- package/src/components/icons/ExportFlightIcon.vue +13 -2
- package/src/components/icons/ExportIcon.vue +14 -2
- package/src/components/icons/ExternalLinkIcon.vue +18 -3
- package/src/components/icons/EyeIcon.vue +12 -2
- package/src/components/icons/FastForwardIcon.vue +13 -2
- package/src/components/icons/FilterIcon.vue +13 -2
- package/src/components/icons/GlobalTerrainIcon.vue +12 -2
- package/src/components/icons/GlobeNatureIcon.vue +7 -1
- package/src/components/icons/GroundIcon.vue +12 -2
- package/src/components/icons/HealthCareIndustriesIcon.vue +6 -1
- package/src/components/icons/HelpIcon.vue +12 -2
- package/src/components/icons/HideIcon.vue +17 -3
- package/src/components/icons/HomePointIcon.vue +13 -3
- package/src/components/icons/HospitalsIcon.vue +6 -1
- package/src/components/icons/HouseIcon.vue +20 -3
- package/src/components/icons/ImportIcon.vue +21 -3
- package/src/components/icons/InfoIcon.vue +19 -3
- package/src/components/icons/KebabIcon.vue +12 -2
- package/src/components/icons/LabelIcon.vue +21 -3
- package/src/components/icons/LayersIcon.vue +12 -2
- package/src/components/icons/LegendIcon.vue +13 -3
- package/src/components/icons/LineIcon.vue +20 -3
- package/src/components/icons/LinkIcon.vue +13 -2
- package/src/components/icons/LogoutIcon.vue +13 -2
- package/src/components/icons/MapIcon.vue +14 -2
- package/src/components/icons/MenuIcon.vue +7 -1
- package/src/components/icons/MinusIcon.vue +14 -2
- package/src/components/icons/ObjectAttributeIcon.vue +13 -2
- package/src/components/icons/ObjectSelectIcon.vue +14 -2
- package/src/components/icons/ObliqueViewIcon.vue +11 -2
- package/src/components/icons/PdfIcon.vue +12 -2
- package/src/components/icons/PedestrianIcon.vue +13 -2
- package/src/components/icons/PenIcon.vue +13 -3
- package/src/components/icons/PlayCircleIcon.vue +20 -3
- package/src/components/icons/PlusIcon.vue +14 -3
- package/src/components/icons/PoiIcon.vue +17 -3
- package/src/components/icons/PointSelectIcon.vue +12 -2
- package/src/components/icons/PolygonIcon.vue +7 -1
- package/src/components/icons/PresentationModeIcon.vue +13 -2
- package/src/components/icons/ProgressIcon.vue +8 -6
- package/src/components/icons/QueryIcon.vue +31 -5
- package/src/components/icons/RectangleIcon.vue +24 -4
- package/src/components/icons/ReturnIcon.vue +13 -2
- package/src/components/icons/RewindIcon.vue +13 -2
- package/src/components/icons/RotateLeftIcon.vue +13 -2
- package/src/components/icons/RotateRightIcon.vue +13 -2
- package/src/components/icons/ScreenshotIcon.vue +52 -10
- package/src/components/icons/SearchIcon.vue +13 -3
- package/src/components/icons/ShadowIcon.vue +14 -3
- package/src/components/icons/ShapesIcon.vue +13 -3
- package/src/components/icons/ShareIcon.vue +17 -4
- package/src/components/icons/SimpleCircleFilledIcon.vue +14 -10
- package/src/components/icons/SimpleCircleHalfFilledIcon.vue +6 -1
- package/src/components/icons/SimpleCircleOutlinedIcon.vue +14 -10
- package/src/components/icons/SkipNextIcon.vue +11 -2
- package/src/components/icons/SkipPreviousIcon.vue +17 -3
- package/src/components/icons/SplitViewIcon.vue +6 -1
- package/src/components/icons/TerrainBoxIcon.vue +12 -2
- package/src/components/icons/TextStyleIcon.vue +7 -1
- package/src/components/icons/ThreeDimensionsIcon.vue +13 -2
- package/src/components/icons/ToolsIcon.vue +12 -2
- package/src/components/icons/TouchIcon.vue +13 -2
- package/src/components/icons/TrashCanIcon.vue +13 -2
- package/src/components/icons/TriangleIcon.vue +6 -2
- package/src/components/icons/TwoDimensionsIcon.vue +14 -2
- package/src/components/icons/UploadIcon.vue +13 -2
- package/src/components/icons/UserProfileIcon.vue +13 -2
- package/src/components/icons/UserShareIcon.vue +12 -2
- package/src/components/icons/VideoRecorderIcon.vue +16 -3
- package/src/components/icons/ViewpointFlightIcon.vue +22 -4
- package/src/components/icons/ViewpointIcon.vue +22 -4
- package/src/components/icons/Viewshed360Icon.vue +14 -2
- package/src/components/icons/ViewshedConeIcon.vue +13 -2
- package/src/components/icons/ViewshedIcon.vue +14 -2
- package/src/components/icons/WalkingIcon.vue +13 -2
- package/src/components/icons/WallIcon.vue +19 -3
- package/src/components/icons/WandIcon.vue +129 -21
- package/src/components/imageElementInjector.vue +1 -3
- package/src/components/lists/VcsActionList.vue +21 -18
- package/src/components/lists/VcsList.vue +211 -100
- package/src/components/lists/VcsTreeview.vue +30 -26
- package/src/components/lists/VcsTreeviewLeaf.vue +23 -23
- package/src/components/lists/VcsTreeviewSearchbar.vue +19 -15
- package/src/components/notification/VcsBadge.vue +4 -6
- package/src/components/notification/VcsTooltip.vue +95 -94
- package/src/components/notification/validation.js +1 -1
- package/src/components/tables/VcsDataTable.vue +107 -97
- package/src/components/tables/VcsTable.vue +38 -30
- package/src/contentTree/LayerTree.vue +17 -12
- package/src/contentTree/contentTreeCollection.js +49 -23
- package/src/contentTree/contentTreeItem.js +58 -17
- package/src/contentTree/groupContentTreeItem.js +45 -22
- package/src/contentTree/layerContentTreeItem.js +40 -28
- package/src/contentTree/layerGroupContentTreeItem.js +51 -39
- package/src/contentTree/nodeContentTreeItem.js +18 -7
- package/src/contentTree/obliqueCollectionContentTreeItem.js +49 -20
- package/src/contentTree/subContentTreeItem.js +13 -4
- package/src/contentTree/vcsObjectContentTreeItem.js +24 -15
- package/src/contentTree/viewpointContentTreeItem.js +20 -6
- package/src/downloadHelper.js +4 -1
- package/src/featureInfo/AddressBalloonComponent.vue +11 -16
- package/src/featureInfo/BalloonComponent.vue +35 -27
- package/src/featureInfo/abstractFeatureInfoView.js +45 -14
- package/src/featureInfo/addressBalloonFeatureInfoView.js +19 -7
- package/src/featureInfo/balloonFeatureInfoView.js +22 -9
- package/src/featureInfo/balloonHelper.js +61 -42
- package/src/featureInfo/featureInfo.js +102 -73
- package/src/featureInfo/featureInfoInteraction.js +13 -7
- package/src/featureInfo/iframeFeatureInfoView.js +3 -1
- package/src/featureInfo/tableFeatureInfoView.js +15 -5
- package/src/i18n/de.js +5 -2
- package/src/i18n/en.js +5 -2
- package/src/i18n/i18nCollection.js +182 -155
- package/src/init.js +121 -121
- package/src/legend/legendHelper.js +11 -6
- package/src/legend/styleLegendItem.vue +18 -12
- package/src/legend/vcsLegend.vue +16 -18
- package/src/manager/buttonManager.js +21 -3
- package/src/manager/collectionManager/CollectionComponent.vue +142 -0
- package/src/manager/collectionManager/CollectionComponentList.vue +62 -0
- package/src/manager/collectionManager/CollectionComponentProvider.vue +38 -0
- package/src/manager/collectionManager/CollectionManager.vue +43 -0
- package/src/manager/collectionManager/categoryManager.js +83 -0
- package/src/manager/collectionManager/collectionComponent.js +453 -0
- package/src/manager/collectionManager/collectionManager.js +432 -0
- package/src/manager/contextMenu/contextMenuComponent.vue +2 -6
- package/src/manager/contextMenu/contextMenuInteraction.js +6 -1
- package/src/manager/contextMenu/contextMenuManager.js +37 -22
- package/src/manager/navbarManager.js +19 -11
- package/src/manager/toolbox/GroupToolboxComponent.vue +27 -28
- package/src/manager/toolbox/SelectToolboxComponent.vue +42 -44
- package/src/manager/toolbox/ToolboxManager.vue +22 -15
- package/src/manager/toolbox/toolboxManager.js +30 -12
- package/src/manager/window/WindowComponent.vue +18 -21
- package/src/manager/window/WindowComponentHeader.vue +34 -30
- package/src/manager/window/WindowManager.vue +33 -22
- package/src/manager/window/windowHelper.js +79 -23
- package/src/manager/window/windowManager.js +61 -32
- package/src/navigation/mapNavCompass.vue +17 -3
- package/src/navigation/mapNavigation.vue +93 -48
- package/src/navigation/obliqueRotation.vue +6 -8
- package/src/navigation/orientationToolsButton.vue +6 -9
- package/src/navigation/overviewMap.js +79 -42
- package/src/navigation/overviewMapClickedInteraction.js +6 -1
- package/src/navigation/tiltSlider.vue +6 -10
- package/src/navigation/vcsCompass.vue +1 -9
- package/src/navigation/vcsZoomButton.vue +16 -17
- package/src/notifier/notifier.js +22 -13
- package/src/notifier/notifierComponent.vue +21 -22
- package/src/pluginHelper.js +28 -9
- package/src/search/resultItem.vue +10 -16
- package/src/search/resultsComponent.vue +30 -24
- package/src/search/search.js +36 -19
- package/src/search/searchComponent.vue +27 -19
- package/src/setup.js +9 -9
- package/src/state.js +22 -6
- package/src/styles/_theming.scss +2 -2
- package/src/styles/_typography.scss +2 -3
- package/src/styles/main.scss +8 -0
- package/src/styles/shades.scss +4 -2
- package/src/styles/utils/_border.scss +1 -1
- package/src/styles/utils/_display.scss +1 -1
- package/src/styles/variables.scss +39 -34
- package/src/styles/vcsFont.scss +2 -22
- package/src/styles/vcsGrid.scss +9 -0
- package/src/uiConfig.js +3 -1
- package/src/vcsUiApp.js +227 -66
- package/src/vuePlugins/i18n.js +22 -23
- package/src/vuePlugins/vuetify.js +4 -1
- package/dist/assets/cesium/Workers/PolygonPipeline-844aab0a.js +0 -1345
- package/dist/assets/cesium/Workers/Transforms-40229881.js +0 -14696
- package/dist/assets/core.9342a1.js +0 -18431
- package/dist/assets/index.fd041928.js +0 -1
- package/dist/assets/ui.c27597.css +0 -5
- package/dist/assets/ui.c27597.js +0 -17799
- package/plugins/@vcmap-show-case/category-tester/Categories.vue +0 -264
- package/plugins/@vcmap-show-case/category-tester/Category.vue +0 -144
- package/src/manager/categoryManager/CategoryComponent.vue +0 -124
- package/src/manager/categoryManager/CategoryComponentList.vue +0 -57
- package/src/manager/categoryManager/CategoryManager.vue +0 -48
- package/src/manager/categoryManager/categoryManager.js +0 -588
- package/start.js +0 -9
- /package/dist/assets/cesium/Workers/{GeometryOffsetAttribute-04332ce7.js → GeometryOffsetAttribute-9ad0019c.js} +0 -0
- /package/{src/assets/favicon-128.png → dist/assets/favicon-128.4c4ce5.png} +0 -0
- /package/{src/assets/favicon-180.png → dist/assets/favicon-180.5b99c0.png} +0 -0
- /package/{src/assets/favicon-192.png → dist/assets/favicon-192.0e205e.png} +0 -0
- /package/{src/assets/favicon-32.png → dist/assets/favicon-32.6b9add.png} +0 -0
- /package/dist/assets/{favicon.decf54cc.svg → favicon.d5ec97.svg} +0 -0
- /package/dist/assets/font/{TitilliumWeb-Regular.woff2 → TitilliumWeb-Regular.9ca076.woff2} +0 -0
- /package/{src/assets/logo-mobile.svg → dist/assets/logo-mobile.2d10a6.svg} +0 -0
- /package/{src/assets/logo.svg → dist/assets/logo.27089a.svg} +0 -0
- /package/{src → public}/assets/favicon.svg +0 -0
- /package/{src → public}/assets/font/OFL.txt +0 -0
- /package/{src → public}/assets/font/TitilliumWeb-Regular.woff2 +0 -0
@@ -1,4 +1,4 @@
|
|
1
|
-
define(['./defaultValue-
|
1
|
+
define(['./defaultValue-fe22d8c0', './Matrix3-41c58dde', './ArcType-2d9abbbc', './BoundingRectangle-c714b156', './Transforms-a2a85221', './Matrix2-e1298525', './Check-6ede7e26', './ComponentDatatype-cf1fa08e', './EllipsoidGeodesic-5b3623dc', './EllipsoidTangentPlane-6dd1b7af', './GeometryAttribute-ff5b4fb1', './GeometryInstance-34d9e21e', './GeometryOffsetAttribute-9ad0019c', './GeometryPipeline-1f8fbf05', './IndexDatatype-2643aa47', './Math-0a2ac845', './PolygonGeometryLibrary-076a5d25', './PolygonPipeline-b9f2810a', './VertexFormat-030f11ff', './combine-d9581036', './RuntimeError-ef395448', './WebGLConstants-0b1ce7ba', './AxisAlignedBoundingBox-4140c51f', './IntersectionTests-70d39ba9', './Plane-4c3d403b', './AttributeCompression-f9f6c717', './EncodedCartesian3-57415c8a', './arrayRemoveDuplicates-d2061e85', './EllipsoidRhumbLine-ef872433', './GeometryAttributes-ad136444'], (function (defaultValue, Matrix3, ArcType, BoundingRectangle, Transforms, Matrix2, Check, ComponentDatatype, EllipsoidGeodesic, EllipsoidTangentPlane, GeometryAttribute, GeometryInstance, GeometryOffsetAttribute, GeometryPipeline, IndexDatatype, Math$1, PolygonGeometryLibrary, PolygonPipeline, VertexFormat, combine, RuntimeError, WebGLConstants, AxisAlignedBoundingBox, IntersectionTests, Plane, AttributeCompression, EncodedCartesian3, arrayRemoveDuplicates, EllipsoidRhumbLine, GeometryAttributes) { 'use strict';
|
2
2
|
|
3
3
|
const scratchCarto1 = new Matrix3.Cartographic();
|
4
4
|
const scratchCarto2 = new Matrix3.Cartographic();
|
@@ -673,17 +673,17 @@ define(['./defaultValue-0a909f67', './Matrix3-315394f6', './ArcType-ce2e50ab', '
|
|
673
673
|
* @alias PolygonGeometry
|
674
674
|
* @constructor
|
675
675
|
*
|
676
|
-
* @param {
|
676
|
+
* @param {object} options Object with the following properties:
|
677
677
|
* @param {PolygonHierarchy} options.polygonHierarchy A polygon hierarchy that can include holes.
|
678
|
-
* @param {
|
679
|
-
* @param {
|
678
|
+
* @param {number} [options.height=0.0] The distance in meters between the polygon and the ellipsoid surface.
|
679
|
+
* @param {number} [options.extrudedHeight] The distance in meters between the polygon's extruded face and the ellipsoid surface.
|
680
680
|
* @param {VertexFormat} [options.vertexFormat=VertexFormat.DEFAULT] The vertex attributes to be computed.
|
681
|
-
* @param {
|
681
|
+
* @param {number} [options.stRotation=0.0] The rotation of the texture coordinates, in radians. A positive rotation is counter-clockwise.
|
682
682
|
* @param {Ellipsoid} [options.ellipsoid=Ellipsoid.WGS84] The ellipsoid to be used as a reference.
|
683
|
-
* @param {
|
684
|
-
* @param {
|
685
|
-
* @param {
|
686
|
-
* @param {
|
683
|
+
* @param {number} [options.granularity=CesiumMath.RADIANS_PER_DEGREE] The distance, in radians, between each latitude and longitude. Determines the number of positions in the buffer.
|
684
|
+
* @param {boolean} [options.perPositionHeight=false] Use the height of options.positions for each position instead of using options.height to determine the height.
|
685
|
+
* @param {boolean} [options.closeTop=true] When false, leaves off the top of an extruded polygon open.
|
686
|
+
* @param {boolean} [options.closeBottom=true] When false, leaves off the bottom of an extruded polygon open.
|
687
687
|
* @param {ArcType} [options.arcType=ArcType.GEODESIC] The type of line the polygon edges must follow. Valid options are {@link ArcType.GEODESIC} and {@link ArcType.RHUMB}.
|
688
688
|
* @param {PolygonHierarchy} [options.textureCoordinates] Texture coordinates as a {@link PolygonHierarchy} of {@link Cartesian2} points. Has no effect for ground primitives.
|
689
689
|
*
|
@@ -826,7 +826,7 @@ define(['./defaultValue-0a909f67', './Matrix3-315394f6', './ArcType-ce2e50ab', '
|
|
826
826
|
|
827
827
|
/**
|
828
828
|
* The number of elements used to pack the object into an array.
|
829
|
-
* @type {
|
829
|
+
* @type {number}
|
830
830
|
*/
|
831
831
|
this.packedLength =
|
832
832
|
PolygonGeometryLibrary.PolygonGeometryLibrary.computeHierarchyPackedLength(
|
@@ -847,17 +847,17 @@ define(['./defaultValue-0a909f67', './Matrix3-315394f6', './ArcType-ce2e50ab', '
|
|
847
847
|
/**
|
848
848
|
* A description of a polygon from an array of positions. Polygon geometry can be rendered with both {@link Primitive} and {@link GroundPrimitive}.
|
849
849
|
*
|
850
|
-
* @param {
|
850
|
+
* @param {object} options Object with the following properties:
|
851
851
|
* @param {Cartesian3[]} options.positions An array of positions that defined the corner points of the polygon.
|
852
|
-
* @param {
|
853
|
-
* @param {
|
852
|
+
* @param {number} [options.height=0.0] The height of the polygon.
|
853
|
+
* @param {number} [options.extrudedHeight] The height of the polygon extrusion.
|
854
854
|
* @param {VertexFormat} [options.vertexFormat=VertexFormat.DEFAULT] The vertex attributes to be computed.
|
855
|
-
* @param {
|
855
|
+
* @param {number} [options.stRotation=0.0] The rotation of the texture coordinates, in radians. A positive rotation is counter-clockwise.
|
856
856
|
* @param {Ellipsoid} [options.ellipsoid=Ellipsoid.WGS84] The ellipsoid to be used as a reference.
|
857
|
-
* @param {
|
858
|
-
* @param {
|
859
|
-
* @param {
|
860
|
-
* @param {
|
857
|
+
* @param {number} [options.granularity=CesiumMath.RADIANS_PER_DEGREE] The distance, in radians, between each latitude and longitude. Determines the number of positions in the buffer.
|
858
|
+
* @param {boolean} [options.perPositionHeight=false] Use the height of options.positions for each position instead of using options.height to determine the height.
|
859
|
+
* @param {boolean} [options.closeTop=true] When false, leaves off the top of an extruded polygon open.
|
860
|
+
* @param {boolean} [options.closeBottom=true] When false, leaves off the bottom of an extruded polygon open.
|
861
861
|
* @param {ArcType} [options.arcType=ArcType.GEODESIC] The type of line the polygon edges must follow. Valid options are {@link ArcType.GEODESIC} and {@link ArcType.RHUMB}.
|
862
862
|
* @param {PolygonHierarchy} [options.textureCoordinates] Texture coordinates as a {@link PolygonHierarchy} of {@link Cartesian2} points. Has no effect for ground primitives.
|
863
863
|
* @returns {PolygonGeometry}
|
@@ -908,10 +908,10 @@ define(['./defaultValue-0a909f67', './Matrix3-315394f6', './ArcType-ce2e50ab', '
|
|
908
908
|
* Stores the provided instance into the provided array.
|
909
909
|
*
|
910
910
|
* @param {PolygonGeometry} value The value to pack.
|
911
|
-
* @param {
|
912
|
-
* @param {
|
911
|
+
* @param {number[]} array The array to pack into.
|
912
|
+
* @param {number} [startingIndex=0] The index into the array at which to start packing the elements.
|
913
913
|
*
|
914
|
-
* @returns {
|
914
|
+
* @returns {number[]} The array that was packed into
|
915
915
|
*/
|
916
916
|
PolygonGeometry.pack = function (value, array, startingIndex) {
|
917
917
|
//>>includeStart('debug', pragmas.debug);
|
@@ -970,8 +970,8 @@ define(['./defaultValue-0a909f67', './Matrix3-315394f6', './ArcType-ce2e50ab', '
|
|
970
970
|
/**
|
971
971
|
* Retrieves an instance from a packed array.
|
972
972
|
*
|
973
|
-
* @param {
|
974
|
-
* @param {
|
973
|
+
* @param {number[]} array The packed array.
|
974
|
+
* @param {number} [startingIndex=0] The starting index of the element to be unpacked.
|
975
975
|
* @param {PolygonGeometry} [result] The object into which to store the result.
|
976
976
|
*/
|
977
977
|
PolygonGeometry.unpack = function (array, startingIndex, result) {
|
@@ -1054,9 +1054,9 @@ define(['./defaultValue-0a909f67', './Matrix3-315394f6', './ArcType-ce2e50ab', '
|
|
1054
1054
|
/**
|
1055
1055
|
* Returns the bounding rectangle given the provided options
|
1056
1056
|
*
|
1057
|
-
* @param {
|
1057
|
+
* @param {object} options Object with the following properties:
|
1058
1058
|
* @param {PolygonHierarchy} options.polygonHierarchy A polygon hierarchy that can include holes.
|
1059
|
-
* @param {
|
1059
|
+
* @param {number} [options.granularity=CesiumMath.RADIANS_PER_DEGREE] The distance, in radians, between each latitude and longitude. Determines the number of positions sampled.
|
1060
1060
|
* @param {ArcType} [options.arcType=ArcType.GEODESIC] The type of line the polygon edges must follow. Valid options are {@link ArcType.GEODESIC} and {@link ArcType.RHUMB}.
|
1061
1061
|
* @param {Ellipsoid} [options.ellipsoid=Ellipsoid.WGS84] The ellipsoid to be used as a reference.
|
1062
1062
|
* @param {Rectangle} [result] An object in which to store the result.
|
@@ -1,4 +1,4 @@
|
|
1
|
-
define(['./defaultValue-
|
1
|
+
define(['./defaultValue-fe22d8c0', './Matrix3-41c58dde', './ArcType-2d9abbbc', './Transforms-a2a85221', './Check-6ede7e26', './ComponentDatatype-cf1fa08e', './EllipsoidTangentPlane-6dd1b7af', './GeometryAttribute-ff5b4fb1', './GeometryAttributes-ad136444', './GeometryInstance-34d9e21e', './GeometryOffsetAttribute-9ad0019c', './GeometryPipeline-1f8fbf05', './IndexDatatype-2643aa47', './Math-0a2ac845', './PolygonGeometryLibrary-076a5d25', './PolygonPipeline-b9f2810a', './Matrix2-e1298525', './RuntimeError-ef395448', './combine-d9581036', './WebGLConstants-0b1ce7ba', './AxisAlignedBoundingBox-4140c51f', './IntersectionTests-70d39ba9', './Plane-4c3d403b', './AttributeCompression-f9f6c717', './EncodedCartesian3-57415c8a', './arrayRemoveDuplicates-d2061e85', './EllipsoidRhumbLine-ef872433'], (function (defaultValue, Matrix3, ArcType, Transforms, Check, ComponentDatatype, EllipsoidTangentPlane, GeometryAttribute, GeometryAttributes, GeometryInstance, GeometryOffsetAttribute, GeometryPipeline, IndexDatatype, Math$1, PolygonGeometryLibrary, PolygonPipeline, Matrix2, RuntimeError, combine, WebGLConstants, AxisAlignedBoundingBox, IntersectionTests, Plane, AttributeCompression, EncodedCartesian3, arrayRemoveDuplicates, EllipsoidRhumbLine) { 'use strict';
|
2
2
|
|
3
3
|
const createGeometryFromPositionsPositions = [];
|
4
4
|
const createGeometryFromPositionsSubdivided = [];
|
@@ -248,14 +248,14 @@ define(['./defaultValue-0a909f67', './Matrix3-315394f6', './ArcType-ce2e50ab', '
|
|
248
248
|
* @alias PolygonOutlineGeometry
|
249
249
|
* @constructor
|
250
250
|
*
|
251
|
-
* @param {
|
251
|
+
* @param {object} options Object with the following properties:
|
252
252
|
* @param {PolygonHierarchy} options.polygonHierarchy A polygon hierarchy that can include holes.
|
253
|
-
* @param {
|
254
|
-
* @param {
|
253
|
+
* @param {number} [options.height=0.0] The distance in meters between the polygon and the ellipsoid surface.
|
254
|
+
* @param {number} [options.extrudedHeight] The distance in meters between the polygon's extruded face and the ellipsoid surface.
|
255
255
|
* @param {VertexFormat} [options.vertexFormat=VertexFormat.DEFAULT] The vertex attributes to be computed.
|
256
256
|
* @param {Ellipsoid} [options.ellipsoid=Ellipsoid.WGS84] The ellipsoid to be used as a reference.
|
257
|
-
* @param {
|
258
|
-
* @param {
|
257
|
+
* @param {number} [options.granularity=CesiumMath.RADIANS_PER_DEGREE] The distance, in radians, between each latitude and longitude. Determines the number of positions in the buffer.
|
258
|
+
* @param {boolean} [options.perPositionHeight=false] Use the height of options.positions for each position instead of using options.height to determine the height.
|
259
259
|
* @param {ArcType} [options.arcType=ArcType.GEODESIC] The type of path the outline must follow. Valid options are {@link ArcType.GEODESIC} and {@link ArcType.RHUMB}.
|
260
260
|
*
|
261
261
|
* @see PolygonOutlineGeometry#createGeometry
|
@@ -382,7 +382,7 @@ define(['./defaultValue-0a909f67', './Matrix3-315394f6', './ArcType-ce2e50ab', '
|
|
382
382
|
|
383
383
|
/**
|
384
384
|
* The number of elements used to pack the object into an array.
|
385
|
-
* @type {
|
385
|
+
* @type {number}
|
386
386
|
*/
|
387
387
|
this.packedLength =
|
388
388
|
PolygonGeometryLibrary.PolygonGeometryLibrary.computeHierarchyPackedLength(
|
@@ -397,10 +397,10 @@ define(['./defaultValue-0a909f67', './Matrix3-315394f6', './ArcType-ce2e50ab', '
|
|
397
397
|
* Stores the provided instance into the provided array.
|
398
398
|
*
|
399
399
|
* @param {PolygonOutlineGeometry} value The value to pack.
|
400
|
-
* @param {
|
401
|
-
* @param {
|
400
|
+
* @param {number[]} array The array to pack into.
|
401
|
+
* @param {number} [startingIndex=0] The index into the array at which to start packing the elements.
|
402
402
|
*
|
403
|
-
* @returns {
|
403
|
+
* @returns {number[]} The array that was packed into
|
404
404
|
*/
|
405
405
|
PolygonOutlineGeometry.pack = function (value, array, startingIndex) {
|
406
406
|
//>>includeStart('debug', pragmas.debug);
|
@@ -440,8 +440,8 @@ define(['./defaultValue-0a909f67', './Matrix3-315394f6', './ArcType-ce2e50ab', '
|
|
440
440
|
/**
|
441
441
|
* Retrieves an instance from a packed array.
|
442
442
|
*
|
443
|
-
* @param {
|
444
|
-
* @param {
|
443
|
+
* @param {number[]} array The packed array.
|
444
|
+
* @param {number} [startingIndex=0] The starting index of the element to be unpacked.
|
445
445
|
* @param {PolygonOutlineGeometry} [result] The object into which to store the result.
|
446
446
|
* @returns {PolygonOutlineGeometry} The modified result parameter or a new PolygonOutlineGeometry instance if one was not provided.
|
447
447
|
*/
|
@@ -494,13 +494,13 @@ define(['./defaultValue-0a909f67', './Matrix3-315394f6', './ArcType-ce2e50ab', '
|
|
494
494
|
/**
|
495
495
|
* A description of a polygon outline from an array of positions.
|
496
496
|
*
|
497
|
-
* @param {
|
497
|
+
* @param {object} options Object with the following properties:
|
498
498
|
* @param {Cartesian3[]} options.positions An array of positions that defined the corner points of the polygon.
|
499
|
-
* @param {
|
500
|
-
* @param {
|
499
|
+
* @param {number} [options.height=0.0] The height of the polygon.
|
500
|
+
* @param {number} [options.extrudedHeight] The height of the polygon extrusion.
|
501
501
|
* @param {Ellipsoid} [options.ellipsoid=Ellipsoid.WGS84] The ellipsoid to be used as a reference.
|
502
|
-
* @param {
|
503
|
-
* @param {
|
502
|
+
* @param {number} [options.granularity=CesiumMath.RADIANS_PER_DEGREE] The distance, in radians, between each latitude and longitude. Determines the number of positions in the buffer.
|
503
|
+
* @param {boolean} [options.perPositionHeight=false] Use the height of options.positions for each position instead of using options.height to determine the height.
|
504
504
|
* @param {ArcType} [options.arcType=ArcType.GEODESIC] The type of path the outline must follow. Valid options are {@link LinkType.GEODESIC} and {@link ArcType.RHUMB}.
|
505
505
|
* @returns {PolygonOutlineGeometry}
|
506
506
|
*
|
@@ -1,4 +1,4 @@
|
|
1
|
-
define(['./defaultValue-
|
1
|
+
define(['./defaultValue-fe22d8c0', './Matrix3-41c58dde', './ArcType-2d9abbbc', './arrayRemoveDuplicates-d2061e85', './Transforms-a2a85221', './Color-8a565ff2', './ComponentDatatype-cf1fa08e', './Check-6ede7e26', './GeometryAttribute-ff5b4fb1', './GeometryAttributes-ad136444', './IndexDatatype-2643aa47', './Math-0a2ac845', './PolylinePipeline-639192e0', './VertexFormat-030f11ff', './Matrix2-e1298525', './RuntimeError-ef395448', './combine-d9581036', './WebGLConstants-0b1ce7ba', './EllipsoidGeodesic-5b3623dc', './EllipsoidRhumbLine-ef872433', './IntersectionTests-70d39ba9', './Plane-4c3d403b'], (function (defaultValue, Matrix3, ArcType, arrayRemoveDuplicates, Transforms, Color, ComponentDatatype, Check, GeometryAttribute, GeometryAttributes, IndexDatatype, Math$1, PolylinePipeline, VertexFormat, Matrix2, RuntimeError, combine, WebGLConstants, EllipsoidGeodesic, EllipsoidRhumbLine, IntersectionTests, Plane) { 'use strict';
|
2
2
|
|
3
3
|
const scratchInterpolateColorsArray = [];
|
4
4
|
|
@@ -49,13 +49,13 @@ define(['./defaultValue-0a909f67', './Matrix3-315394f6', './ArcType-ce2e50ab', '
|
|
49
49
|
* @alias PolylineGeometry
|
50
50
|
* @constructor
|
51
51
|
*
|
52
|
-
* @param {
|
52
|
+
* @param {object} options Object with the following properties:
|
53
53
|
* @param {Cartesian3[]} options.positions An array of {@link Cartesian3} defining the positions in the polyline as a line strip.
|
54
|
-
* @param {
|
54
|
+
* @param {number} [options.width=1.0] The width in pixels.
|
55
55
|
* @param {Color[]} [options.colors] An Array of {@link Color} defining the per vertex or per segment colors.
|
56
|
-
* @param {
|
56
|
+
* @param {boolean} [options.colorsPerVertex=false] A boolean that determines whether the colors will be flat across each segment of the line or interpolated across the vertices.
|
57
57
|
* @param {ArcType} [options.arcType=ArcType.GEODESIC] The type of line the polyline segments must follow.
|
58
|
-
* @param {
|
58
|
+
* @param {number} [options.granularity=CesiumMath.RADIANS_PER_DEGREE] The distance, in radians, between each latitude and longitude if options.arcType is not ArcType.NONE. Determines the number of positions in the buffer.
|
59
59
|
* @param {VertexFormat} [options.vertexFormat=VertexFormat.DEFAULT] The vertex attributes to be computed.
|
60
60
|
* @param {Ellipsoid} [options.ellipsoid=Ellipsoid.WGS84] The ellipsoid to be used as a reference.
|
61
61
|
*
|
@@ -125,7 +125,7 @@ define(['./defaultValue-0a909f67', './Matrix3-315394f6', './ArcType-ce2e50ab', '
|
|
125
125
|
|
126
126
|
/**
|
127
127
|
* The number of elements used to pack the object into an array.
|
128
|
-
* @type {
|
128
|
+
* @type {number}
|
129
129
|
*/
|
130
130
|
this.packedLength =
|
131
131
|
numComponents + Matrix3.Ellipsoid.packedLength + VertexFormat.VertexFormat.packedLength + 4;
|
@@ -135,10 +135,10 @@ define(['./defaultValue-0a909f67', './Matrix3-315394f6', './ArcType-ce2e50ab', '
|
|
135
135
|
* Stores the provided instance into the provided array.
|
136
136
|
*
|
137
137
|
* @param {PolylineGeometry} value The value to pack.
|
138
|
-
* @param {
|
139
|
-
* @param {
|
138
|
+
* @param {number[]} array The array to pack into.
|
139
|
+
* @param {number} [startingIndex=0] The index into the array at which to start packing the elements.
|
140
140
|
*
|
141
|
-
* @returns {
|
141
|
+
* @returns {number[]} The array that was packed into
|
142
142
|
*/
|
143
143
|
PolylineGeometry.pack = function (value, array, startingIndex) {
|
144
144
|
//>>includeStart('debug', pragmas.debug);
|
@@ -200,8 +200,8 @@ define(['./defaultValue-0a909f67', './Matrix3-315394f6', './ArcType-ce2e50ab', '
|
|
200
200
|
/**
|
201
201
|
* Retrieves an instance from a packed array.
|
202
202
|
*
|
203
|
-
* @param {
|
204
|
-
* @param {
|
203
|
+
* @param {number[]} array The packed array.
|
204
|
+
* @param {number} [startingIndex=0] The starting index of the element to be unpacked.
|
205
205
|
* @param {PolylineGeometry} [result] The object into which to store the result.
|
206
206
|
* @returns {PolylineGeometry} The modified result parameter or a new PolylineGeometry instance if one was not provided.
|
207
207
|
*/
|
@@ -1,4 +1,4 @@
|
|
1
|
-
define(['./defaultValue-
|
1
|
+
define(['./defaultValue-fe22d8c0', './Matrix3-41c58dde', './arrayRemoveDuplicates-d2061e85', './BoundingRectangle-c714b156', './Transforms-a2a85221', './Matrix2-e1298525', './ComponentDatatype-cf1fa08e', './PolylineVolumeGeometryLibrary-b73549fb', './Check-6ede7e26', './GeometryAttribute-ff5b4fb1', './GeometryAttributes-ad136444', './GeometryPipeline-1f8fbf05', './IndexDatatype-2643aa47', './Math-0a2ac845', './PolygonPipeline-b9f2810a', './VertexFormat-030f11ff', './combine-d9581036', './RuntimeError-ef395448', './WebGLConstants-0b1ce7ba', './EllipsoidTangentPlane-6dd1b7af', './AxisAlignedBoundingBox-4140c51f', './IntersectionTests-70d39ba9', './Plane-4c3d403b', './PolylinePipeline-639192e0', './EllipsoidGeodesic-5b3623dc', './EllipsoidRhumbLine-ef872433', './AttributeCompression-f9f6c717', './EncodedCartesian3-57415c8a'], (function (defaultValue, Matrix3, arrayRemoveDuplicates, BoundingRectangle, Transforms, Matrix2, ComponentDatatype, PolylineVolumeGeometryLibrary, Check, GeometryAttribute, GeometryAttributes, GeometryPipeline, IndexDatatype, Math, PolygonPipeline, VertexFormat, combine, RuntimeError, WebGLConstants, EllipsoidTangentPlane, AxisAlignedBoundingBox, IntersectionTests, Plane, PolylinePipeline, EllipsoidGeodesic, EllipsoidRhumbLine, AttributeCompression, EncodedCartesian3) { 'use strict';
|
2
2
|
|
3
3
|
function computeAttributes(
|
4
4
|
combinedPositions,
|
@@ -153,11 +153,11 @@ define(['./defaultValue-0a909f67', './Matrix3-315394f6', './arrayRemoveDuplicate
|
|
153
153
|
* @alias PolylineVolumeGeometry
|
154
154
|
* @constructor
|
155
155
|
*
|
156
|
-
* @param {
|
156
|
+
* @param {object} options Object with the following properties:
|
157
157
|
* @param {Cartesian3[]} options.polylinePositions An array of {@link Cartesian3} positions that define the center of the polyline volume.
|
158
158
|
* @param {Cartesian2[]} options.shapePositions An array of {@link Cartesian2} positions that define the shape to be extruded along the polyline
|
159
159
|
* @param {Ellipsoid} [options.ellipsoid=Ellipsoid.WGS84] The ellipsoid to be used as a reference.
|
160
|
-
* @param {
|
160
|
+
* @param {number} [options.granularity=CesiumMath.RADIANS_PER_DEGREE] The distance, in radians, between each latitude and longitude. Determines the number of positions in the buffer.
|
161
161
|
* @param {VertexFormat} [options.vertexFormat=VertexFormat.DEFAULT] The vertex attributes to be computed.
|
162
162
|
* @param {CornerType} [options.cornerType=CornerType.ROUNDED] Determines the style of the corners.
|
163
163
|
*
|
@@ -218,7 +218,7 @@ define(['./defaultValue-0a909f67', './Matrix3-315394f6', './arrayRemoveDuplicate
|
|
218
218
|
|
219
219
|
/**
|
220
220
|
* The number of elements used to pack the object into an array.
|
221
|
-
* @type {
|
221
|
+
* @type {number}
|
222
222
|
*/
|
223
223
|
this.packedLength =
|
224
224
|
numComponents + Matrix3.Ellipsoid.packedLength + VertexFormat.VertexFormat.packedLength + 2;
|
@@ -228,10 +228,10 @@ define(['./defaultValue-0a909f67', './Matrix3-315394f6', './arrayRemoveDuplicate
|
|
228
228
|
* Stores the provided instance into the provided array.
|
229
229
|
*
|
230
230
|
* @param {PolylineVolumeGeometry} value The value to pack.
|
231
|
-
* @param {
|
232
|
-
* @param {
|
231
|
+
* @param {number[]} array The array to pack into.
|
232
|
+
* @param {number} [startingIndex=0] The index into the array at which to start packing the elements.
|
233
233
|
*
|
234
|
-
* @returns {
|
234
|
+
* @returns {number[]} The array that was packed into
|
235
235
|
*/
|
236
236
|
PolylineVolumeGeometry.pack = function (value, array, startingIndex) {
|
237
237
|
//>>includeStart('debug', pragmas.debug);
|
@@ -289,8 +289,8 @@ define(['./defaultValue-0a909f67', './Matrix3-315394f6', './arrayRemoveDuplicate
|
|
289
289
|
/**
|
290
290
|
* Retrieves an instance from a packed array.
|
291
291
|
*
|
292
|
-
* @param {
|
293
|
-
* @param {
|
292
|
+
* @param {number[]} array The packed array.
|
293
|
+
* @param {number} [startingIndex=0] The starting index of the element to be unpacked.
|
294
294
|
* @param {PolylineVolumeGeometry} [result] The object into which to store the result.
|
295
295
|
* @returns {PolylineVolumeGeometry} The modified result parameter or a new PolylineVolumeGeometry instance if one was not provided.
|
296
296
|
*/
|
@@ -1,4 +1,4 @@
|
|
1
|
-
define(['./defaultValue-
|
1
|
+
define(['./defaultValue-fe22d8c0', './Matrix3-41c58dde', './arrayRemoveDuplicates-d2061e85', './BoundingRectangle-c714b156', './Transforms-a2a85221', './Matrix2-e1298525', './ComponentDatatype-cf1fa08e', './PolylineVolumeGeometryLibrary-b73549fb', './Check-6ede7e26', './GeometryAttribute-ff5b4fb1', './GeometryAttributes-ad136444', './IndexDatatype-2643aa47', './Math-0a2ac845', './PolygonPipeline-b9f2810a', './combine-d9581036', './RuntimeError-ef395448', './WebGLConstants-0b1ce7ba', './EllipsoidTangentPlane-6dd1b7af', './AxisAlignedBoundingBox-4140c51f', './IntersectionTests-70d39ba9', './Plane-4c3d403b', './PolylinePipeline-639192e0', './EllipsoidGeodesic-5b3623dc', './EllipsoidRhumbLine-ef872433'], (function (defaultValue, Matrix3, arrayRemoveDuplicates, BoundingRectangle, Transforms, Matrix2, ComponentDatatype, PolylineVolumeGeometryLibrary, Check, GeometryAttribute, GeometryAttributes, IndexDatatype, Math, PolygonPipeline, combine, RuntimeError, WebGLConstants, EllipsoidTangentPlane, AxisAlignedBoundingBox, IntersectionTests, Plane, PolylinePipeline, EllipsoidGeodesic, EllipsoidRhumbLine) { 'use strict';
|
2
2
|
|
3
3
|
function computeAttributes(positions, shape) {
|
4
4
|
const attributes = new GeometryAttributes.GeometryAttributes();
|
@@ -61,11 +61,11 @@ define(['./defaultValue-0a909f67', './Matrix3-315394f6', './arrayRemoveDuplicate
|
|
61
61
|
* @alias PolylineVolumeOutlineGeometry
|
62
62
|
* @constructor
|
63
63
|
*
|
64
|
-
* @param {
|
64
|
+
* @param {object} options Object with the following properties:
|
65
65
|
* @param {Cartesian3[]} options.polylinePositions An array of positions that define the center of the polyline volume.
|
66
66
|
* @param {Cartesian2[]} options.shapePositions An array of positions that define the shape to be extruded along the polyline
|
67
67
|
* @param {Ellipsoid} [options.ellipsoid=Ellipsoid.WGS84] The ellipsoid to be used as a reference.
|
68
|
-
* @param {
|
68
|
+
* @param {number} [options.granularity=CesiumMath.RADIANS_PER_DEGREE] The distance, in radians, between each latitude and longitude. Determines the number of positions in the buffer.
|
69
69
|
* @param {CornerType} [options.cornerType=CornerType.ROUNDED] Determines the style of the corners.
|
70
70
|
*
|
71
71
|
* @see PolylineVolumeOutlineGeometry#createGeometry
|
@@ -119,7 +119,7 @@ define(['./defaultValue-0a909f67', './Matrix3-315394f6', './arrayRemoveDuplicate
|
|
119
119
|
|
120
120
|
/**
|
121
121
|
* The number of elements used to pack the object into an array.
|
122
|
-
* @type {
|
122
|
+
* @type {number}
|
123
123
|
*/
|
124
124
|
this.packedLength = numComponents + Matrix3.Ellipsoid.packedLength + 2;
|
125
125
|
}
|
@@ -128,10 +128,10 @@ define(['./defaultValue-0a909f67', './Matrix3-315394f6', './arrayRemoveDuplicate
|
|
128
128
|
* Stores the provided instance into the provided array.
|
129
129
|
*
|
130
130
|
* @param {PolylineVolumeOutlineGeometry} value The value to pack.
|
131
|
-
* @param {
|
132
|
-
* @param {
|
131
|
+
* @param {number[]} array The array to pack into.
|
132
|
+
* @param {number} [startingIndex=0] The index into the array at which to start packing the elements.
|
133
133
|
*
|
134
|
-
* @returns {
|
134
|
+
* @returns {number[]} The array that was packed into
|
135
135
|
*/
|
136
136
|
PolylineVolumeOutlineGeometry.pack = function (value, array, startingIndex) {
|
137
137
|
//>>includeStart('debug', pragmas.debug);
|
@@ -185,8 +185,8 @@ define(['./defaultValue-0a909f67', './Matrix3-315394f6', './arrayRemoveDuplicate
|
|
185
185
|
/**
|
186
186
|
* Retrieves an instance from a packed array.
|
187
187
|
*
|
188
|
-
* @param {
|
189
|
-
* @param {
|
188
|
+
* @param {number[]} array The packed array.
|
189
|
+
* @param {number} [startingIndex=0] The starting index of the element to be unpacked.
|
190
190
|
* @param {PolylineVolumeOutlineGeometry} [result] The object into which to store the result.
|
191
191
|
* @returns {PolylineVolumeOutlineGeometry} The modified result parameter or a new PolylineVolumeOutlineGeometry instance if one was not provided.
|
192
192
|
*/
|
@@ -1,4 +1,4 @@
|
|
1
|
-
define(['./defaultValue-
|
1
|
+
define(['./defaultValue-fe22d8c0', './Matrix3-41c58dde', './Matrix2-e1298525', './Transforms-a2a85221', './Check-6ede7e26', './ComponentDatatype-cf1fa08e', './GeometryAttribute-ff5b4fb1', './GeometryAttributes-ad136444', './GeometryInstance-34d9e21e', './GeometryOffsetAttribute-9ad0019c', './GeometryPipeline-1f8fbf05', './IndexDatatype-2643aa47', './Math-0a2ac845', './PolygonPipeline-b9f2810a', './RectangleGeometryLibrary-c35a7356', './VertexFormat-030f11ff', './RuntimeError-ef395448', './combine-d9581036', './WebGLConstants-0b1ce7ba', './AttributeCompression-f9f6c717', './EncodedCartesian3-57415c8a', './IntersectionTests-70d39ba9', './Plane-4c3d403b', './EllipsoidRhumbLine-ef872433'], (function (defaultValue, Matrix3, Matrix2, Transforms, Check, ComponentDatatype, GeometryAttribute, GeometryAttributes, GeometryInstance, GeometryOffsetAttribute, GeometryPipeline, IndexDatatype, Math$1, PolygonPipeline, RectangleGeometryLibrary, VertexFormat, RuntimeError, combine, WebGLConstants, AttributeCompression, EncodedCartesian3, IntersectionTests, Plane, EllipsoidRhumbLine) { 'use strict';
|
2
2
|
|
3
3
|
const positionScratch = new Matrix3.Cartesian3();
|
4
4
|
const normalScratch = new Matrix3.Cartesian3();
|
@@ -950,15 +950,15 @@ define(['./defaultValue-0a909f67', './Matrix3-315394f6', './Matrix2-13178034', '
|
|
950
950
|
* @alias RectangleGeometry
|
951
951
|
* @constructor
|
952
952
|
*
|
953
|
-
* @param {
|
953
|
+
* @param {object} options Object with the following properties:
|
954
954
|
* @param {Rectangle} options.rectangle A cartographic rectangle with north, south, east and west properties in radians.
|
955
955
|
* @param {VertexFormat} [options.vertexFormat=VertexFormat.DEFAULT] The vertex attributes to be computed.
|
956
956
|
* @param {Ellipsoid} [options.ellipsoid=Ellipsoid.WGS84] The ellipsoid on which the rectangle lies.
|
957
|
-
* @param {
|
958
|
-
* @param {
|
959
|
-
* @param {
|
960
|
-
* @param {
|
961
|
-
* @param {
|
957
|
+
* @param {number} [options.granularity=CesiumMath.RADIANS_PER_DEGREE] The distance, in radians, between each latitude and longitude. Determines the number of positions in the buffer.
|
958
|
+
* @param {number} [options.height=0.0] The distance in meters between the rectangle and the ellipsoid surface.
|
959
|
+
* @param {number} [options.rotation=0.0] The rotation of the rectangle, in radians. A positive rotation is counter-clockwise.
|
960
|
+
* @param {number} [options.stRotation=0.0] The rotation of the texture coordinates, in radians. A positive rotation is counter-clockwise.
|
961
|
+
* @param {number} [options.extrudedHeight] The distance in meters between the rectangle's extruded face and the ellipsoid surface.
|
962
962
|
*
|
963
963
|
* @exception {DeveloperError} <code>options.rectangle.north</code> must be in the interval [<code>-Pi/2</code>, <code>Pi/2</code>].
|
964
964
|
* @exception {DeveloperError} <code>options.rectangle.south</code> must be in the interval [<code>-Pi/2</code>, <code>Pi/2</code>].
|
@@ -1031,7 +1031,7 @@ define(['./defaultValue-0a909f67', './Matrix3-315394f6', './Matrix2-13178034', '
|
|
1031
1031
|
|
1032
1032
|
/**
|
1033
1033
|
* The number of elements used to pack the object into an array.
|
1034
|
-
* @type {
|
1034
|
+
* @type {number}
|
1035
1035
|
*/
|
1036
1036
|
RectangleGeometry.packedLength =
|
1037
1037
|
Matrix2.Rectangle.packedLength +
|
@@ -1043,10 +1043,10 @@ define(['./defaultValue-0a909f67', './Matrix3-315394f6', './Matrix2-13178034', '
|
|
1043
1043
|
* Stores the provided instance into the provided array.
|
1044
1044
|
*
|
1045
1045
|
* @param {RectangleGeometry} value The value to pack.
|
1046
|
-
* @param {
|
1047
|
-
* @param {
|
1046
|
+
* @param {number[]} array The array to pack into.
|
1047
|
+
* @param {number} [startingIndex=0] The index into the array at which to start packing the elements.
|
1048
1048
|
*
|
1049
|
-
* @returns {
|
1049
|
+
* @returns {number[]} The array that was packed into
|
1050
1050
|
*/
|
1051
1051
|
RectangleGeometry.pack = function (value, array, startingIndex) {
|
1052
1052
|
//>>includeStart('debug', pragmas.debug);
|
@@ -1094,8 +1094,8 @@ define(['./defaultValue-0a909f67', './Matrix3-315394f6', './Matrix2-13178034', '
|
|
1094
1094
|
/**
|
1095
1095
|
* Retrieves an instance from a packed array.
|
1096
1096
|
*
|
1097
|
-
* @param {
|
1098
|
-
* @param {
|
1097
|
+
* @param {number[]} array The packed array.
|
1098
|
+
* @param {number} [startingIndex=0] The starting index of the element to be unpacked.
|
1099
1099
|
* @param {RectangleGeometry} [result] The object into which to store the result.
|
1100
1100
|
* @returns {RectangleGeometry} The modified result parameter or a new RectangleGeometry instance if one was not provided.
|
1101
1101
|
*/
|
@@ -1158,11 +1158,11 @@ define(['./defaultValue-0a909f67', './Matrix3-315394f6', './Matrix2-13178034', '
|
|
1158
1158
|
/**
|
1159
1159
|
* Computes the bounding rectangle based on the provided options
|
1160
1160
|
*
|
1161
|
-
* @param {
|
1161
|
+
* @param {object} options Object with the following properties:
|
1162
1162
|
* @param {Rectangle} options.rectangle A cartographic rectangle with north, south, east and west properties in radians.
|
1163
1163
|
* @param {Ellipsoid} [options.ellipsoid=Ellipsoid.WGS84] The ellipsoid on which the rectangle lies.
|
1164
|
-
* @param {
|
1165
|
-
* @param {
|
1164
|
+
* @param {number} [options.granularity=CesiumMath.RADIANS_PER_DEGREE] The distance, in radians, between each latitude and longitude. Determines the number of positions in the buffer.
|
1165
|
+
* @param {number} [options.rotation=0.0] The rotation of the rectangle, in radians. A positive rotation is counter-clockwise.
|
1166
1166
|
* @param {Rectangle} [result] An object in which to store the result.
|
1167
1167
|
*
|
1168
1168
|
* @returns {Rectangle} The result rectangle
|
@@ -1,4 +1,4 @@
|
|
1
|
-
define(['./defaultValue-
|
1
|
+
define(['./defaultValue-fe22d8c0', './Matrix3-41c58dde', './Matrix2-e1298525', './Transforms-a2a85221', './ComponentDatatype-cf1fa08e', './Check-6ede7e26', './GeometryAttribute-ff5b4fb1', './GeometryAttributes-ad136444', './GeometryOffsetAttribute-9ad0019c', './IndexDatatype-2643aa47', './Math-0a2ac845', './PolygonPipeline-b9f2810a', './RectangleGeometryLibrary-c35a7356', './RuntimeError-ef395448', './combine-d9581036', './WebGLConstants-0b1ce7ba', './EllipsoidRhumbLine-ef872433'], (function (defaultValue, Matrix3, Matrix2, Transforms, ComponentDatatype, Check, GeometryAttribute, GeometryAttributes, GeometryOffsetAttribute, IndexDatatype, Math$1, PolygonPipeline, RectangleGeometryLibrary, RuntimeError, combine, WebGLConstants, EllipsoidRhumbLine) { 'use strict';
|
2
2
|
|
3
3
|
const bottomBoundingSphere = new Transforms.BoundingSphere();
|
4
4
|
const topBoundingSphere = new Transforms.BoundingSphere();
|
@@ -230,13 +230,13 @@ define(['./defaultValue-0a909f67', './Matrix3-315394f6', './Matrix2-13178034', '
|
|
230
230
|
* @alias RectangleOutlineGeometry
|
231
231
|
* @constructor
|
232
232
|
*
|
233
|
-
* @param {
|
233
|
+
* @param {object} options Object with the following properties:
|
234
234
|
* @param {Rectangle} options.rectangle A cartographic rectangle with north, south, east and west properties in radians.
|
235
235
|
* @param {Ellipsoid} [options.ellipsoid=Ellipsoid.WGS84] The ellipsoid on which the rectangle lies.
|
236
|
-
* @param {
|
237
|
-
* @param {
|
238
|
-
* @param {
|
239
|
-
* @param {
|
236
|
+
* @param {number} [options.granularity=CesiumMath.RADIANS_PER_DEGREE] The distance, in radians, between each latitude and longitude. Determines the number of positions in the buffer.
|
237
|
+
* @param {number} [options.height=0.0] The distance in meters between the rectangle and the ellipsoid surface.
|
238
|
+
* @param {number} [options.rotation=0.0] The rotation of the rectangle, in radians. A positive rotation is counter-clockwise.
|
239
|
+
* @param {number} [options.extrudedHeight] The distance in meters between the rectangle's extruded face and the ellipsoid surface.
|
240
240
|
*
|
241
241
|
* @exception {DeveloperError} <code>options.rectangle.north</code> must be in the interval [<code>-Pi/2</code>, <code>Pi/2</code>].
|
242
242
|
* @exception {DeveloperError} <code>options.rectangle.south</code> must be in the interval [<code>-Pi/2</code>, <code>Pi/2</code>].
|
@@ -292,7 +292,7 @@ define(['./defaultValue-0a909f67', './Matrix3-315394f6', './Matrix2-13178034', '
|
|
292
292
|
|
293
293
|
/**
|
294
294
|
* The number of elements used to pack the object into an array.
|
295
|
-
* @type {
|
295
|
+
* @type {number}
|
296
296
|
*/
|
297
297
|
RectangleOutlineGeometry.packedLength =
|
298
298
|
Matrix2.Rectangle.packedLength + Matrix3.Ellipsoid.packedLength + 5;
|
@@ -301,10 +301,10 @@ define(['./defaultValue-0a909f67', './Matrix3-315394f6', './Matrix2-13178034', '
|
|
301
301
|
* Stores the provided instance into the provided array.
|
302
302
|
*
|
303
303
|
* @param {RectangleOutlineGeometry} value The value to pack.
|
304
|
-
* @param {
|
305
|
-
* @param {
|
304
|
+
* @param {number[]} array The array to pack into.
|
305
|
+
* @param {number} [startingIndex=0] The index into the array at which to start packing the elements.
|
306
306
|
*
|
307
|
-
* @returns {
|
307
|
+
* @returns {number[]} The array that was packed into
|
308
308
|
*/
|
309
309
|
RectangleOutlineGeometry.pack = function (value, array, startingIndex) {
|
310
310
|
//>>includeStart('debug', pragmas.debug);
|
@@ -349,8 +349,8 @@ define(['./defaultValue-0a909f67', './Matrix3-315394f6', './Matrix2-13178034', '
|
|
349
349
|
/**
|
350
350
|
* Retrieves an instance from a packed array.
|
351
351
|
*
|
352
|
-
* @param {
|
353
|
-
* @param {
|
352
|
+
* @param {number[]} array The packed array.
|
353
|
+
* @param {number} [startingIndex=0] The starting index of the element to be unpacked.
|
354
354
|
* @param {RectangleOutlineGeometry} [result] The object into which to store the result.
|
355
355
|
* @returns {RectangleOutlineGeometry} The modified result parameter or a new Quaternion instance if one was not provided.
|
356
356
|
*/
|
@@ -1,4 +1,4 @@
|
|
1
|
-
define(['./defaultValue-
|
1
|
+
define(['./defaultValue-fe22d8c0', './Matrix3-41c58dde', './ArcType-2d9abbbc', './Transforms-a2a85221', './Color-8a565ff2', './ComponentDatatype-cf1fa08e', './Check-6ede7e26', './GeometryAttribute-ff5b4fb1', './GeometryAttributes-ad136444', './IndexDatatype-2643aa47', './Math-0a2ac845', './PolylinePipeline-639192e0', './Matrix2-e1298525', './RuntimeError-ef395448', './combine-d9581036', './WebGLConstants-0b1ce7ba', './EllipsoidGeodesic-5b3623dc', './EllipsoidRhumbLine-ef872433', './IntersectionTests-70d39ba9', './Plane-4c3d403b'], (function (defaultValue, Matrix3, ArcType, Transforms, Color, ComponentDatatype, Check, GeometryAttribute, GeometryAttributes, IndexDatatype, Math, PolylinePipeline, Matrix2, RuntimeError, combine, WebGLConstants, EllipsoidGeodesic, EllipsoidRhumbLine, IntersectionTests, Plane) { 'use strict';
|
2
2
|
|
3
3
|
function interpolateColors(p0, p1, color0, color1, minDistance, array, offset) {
|
4
4
|
const numPoints = PolylinePipeline.PolylinePipeline.numberOfPoints(p0, p1, minDistance);
|
@@ -47,12 +47,12 @@ define(['./defaultValue-0a909f67', './Matrix3-315394f6', './ArcType-ce2e50ab', '
|
|
47
47
|
* @alias SimplePolylineGeometry
|
48
48
|
* @constructor
|
49
49
|
*
|
50
|
-
* @param {
|
50
|
+
* @param {object} options Object with the following properties:
|
51
51
|
* @param {Cartesian3[]} options.positions An array of {@link Cartesian3} defining the positions in the polyline as a line strip.
|
52
52
|
* @param {Color[]} [options.colors] An Array of {@link Color} defining the per vertex or per segment colors.
|
53
|
-
* @param {
|
53
|
+
* @param {boolean} [options.colorsPerVertex=false] A boolean that determines whether the colors will be flat across each segment of the line or interpolated across the vertices.
|
54
54
|
* @param {ArcType} [options.arcType=ArcType.GEODESIC] The type of line the polyline segments must follow.
|
55
|
-
* @param {
|
55
|
+
* @param {number} [options.granularity=CesiumMath.RADIANS_PER_DEGREE] The distance, in radians, between each latitude and longitude if options.arcType is not ArcType.NONE. Determines the number of positions in the buffer.
|
56
56
|
* @param {Ellipsoid} [options.ellipsoid=Ellipsoid.WGS84] The ellipsoid to be used as a reference.
|
57
57
|
*
|
58
58
|
* @exception {DeveloperError} At least two positions are required.
|
@@ -107,7 +107,7 @@ define(['./defaultValue-0a909f67', './Matrix3-315394f6', './ArcType-ce2e50ab', '
|
|
107
107
|
|
108
108
|
/**
|
109
109
|
* The number of elements used to pack the object into an array.
|
110
|
-
* @type {
|
110
|
+
* @type {number}
|
111
111
|
*/
|
112
112
|
this.packedLength = numComponents + Matrix3.Ellipsoid.packedLength + 3;
|
113
113
|
}
|
@@ -116,10 +116,10 @@ define(['./defaultValue-0a909f67', './Matrix3-315394f6', './ArcType-ce2e50ab', '
|
|
116
116
|
* Stores the provided instance into the provided array.
|
117
117
|
*
|
118
118
|
* @param {SimplePolylineGeometry} value The value to pack.
|
119
|
-
* @param {
|
120
|
-
* @param {
|
119
|
+
* @param {number[]} array The array to pack into.
|
120
|
+
* @param {number} [startingIndex=0] The index into the array at which to start packing the elements.
|
121
121
|
*
|
122
|
-
* @returns {
|
122
|
+
* @returns {number[]} The array that was packed into
|
123
123
|
*/
|
124
124
|
SimplePolylineGeometry.pack = function (value, array, startingIndex) {
|
125
125
|
//>>includeStart('debug', pragmas.debug);
|
@@ -164,8 +164,8 @@ define(['./defaultValue-0a909f67', './Matrix3-315394f6', './ArcType-ce2e50ab', '
|
|
164
164
|
/**
|
165
165
|
* Retrieves an instance from a packed array.
|
166
166
|
*
|
167
|
-
* @param {
|
168
|
-
* @param {
|
167
|
+
* @param {number[]} array The packed array.
|
168
|
+
* @param {number} [startingIndex=0] The starting index of the element to be unpacked.
|
169
169
|
* @param {SimplePolylineGeometry} [result] The object into which to store the result.
|
170
170
|
* @returns {SimplePolylineGeometry} The modified result parameter or a new SimplePolylineGeometry instance if one was not provided.
|
171
171
|
*/
|