@@ -565,4 +565,57 @@ export { WebPrintingJobExportOptions };
565565export { WebPrintingJobParameters } ;
566566export { WebPrintingService } ;
567567export { KnowledgeGraphEdgeParameter , KnowledgeGraphNodeParameter , KnowledgeGraphService } ;
568- export { VideoFeature } ;
568+ export { VideoFeature } ;
569+
570+
571+ /**
572+ * @typedef {Object } ModuleFeature
573+ * @description 要素对象类型定义。<br>
574+ * @modulecondition openlayers:ol.Feature|GeoJSONObject
575+ * @modulecondition leaflet:GeoJSONObject
576+ * @modulecondition mapboxgl:GeoJSONObject
577+ * @modulecondition maplibregl:GeoJSONObject
578+ */
579+ /**
580+ * @typedef {Object } ModuleGeometry
581+ * @description 几何对象类型定义。<br>
582+ * @modulecondition openlayers:ol.geom.Point|ol.geom.LineString|ol.geom.Polygon|GeoJSONObject
583+ * @modulecondition leaflet:L.Marker|L.CircleMarker|L.Circle|L.GeoJSON|L.Polyline|L.Polygon|GeoJSONObject
584+ * @modulecondition mapboxgl:mapboxgl.Point|mapboxgl.LngLatBounds|GeoJSONObject
585+ * @modulecondition maplibregl:maplibregl.Point|maplibregl.LngLatBounds|GeoJSONObject
586+ */
587+ /**
588+ * @typedef {Object } ModuleBounds
589+ * @description 范围对象类型定义。<br>
590+ * @modulecondition openlayers:ol.extent|GeoJSONObject
591+ * @modulecondition leaflet:L.Bounds|L.LatLngBounds|GeoJSONObject
592+ * @modulecondition mapboxgl:mapboxgl.LngLatBounds|GeoJSONObject
593+ * @modulecondition maplibregl:maplibregl.LngLatBounds|GeoJSONObject
594+ */
595+
596+ /**
597+ * @typedef {Object } ModulePolygon
598+ * @description 面对象类型定义。<br>
599+ * @modulecondition openlayers:ol.geom.Polygon|GeoJSONObject
600+ * @modulecondition leaflet:L.Polygon|L.GeoJSON|GeoJSONObject
601+ * @modulecondition mapboxgl:GeoJSONObject
602+ * @modulecondition maplibregl:GeoJSONObject
603+ */
604+
605+ /**
606+ * @typedef {Object } ModulePolygonAndBounds
607+ * @description 范围和面对象类型定义。<br>
608+ * @modulecondition openlayers:ol.extent|ol.geom.Polygon|GeoJSONObject
609+ * @modulecondition leaflet:L.Bounds|L.LatLngBounds|L.Rectangle|L.Polygon|L.GeoJSON|GeoJSONObject
610+ * @modulecondition mapboxgl:mapboxgl.LngLatBounds|GeoJSONObject
611+ * @modulecondition maplibregl:maplibregl.LngLatBounds|GeoJSONObject
612+ */
613+
614+ /**
615+ * @typedef {Object } ModulePolyline
616+ * @description 线对象类型定义。<br>
617+ * @modulecondition openlayers:ol.geom.LineString|GeoJSONObject
618+ * @modulecondition leaflet:L.Polyline|GeoJSONObject
619+ * @modulecondition mapboxgl:GeoJSONObject
620+ * @modulecondition maplibregl:GeoJSONObject
621+ */
0 commit comments