@@ -86,15 +86,8 @@ import {
8686GeometryPoint ,
8787GeometryPolygon ,
8888GeometryRectangle ,
89- inheritExt ,
90- mixinExt ,
91- StringExt ,
92- NumberExt ,
93- FunctionExt ,
94- ArrayExt ,
9589Bounds ,
9690Credential ,
97- DateExt ,
9891Event ,
9992Events ,
10093Feature ,
@@ -106,7 +99,7 @@ import {
10699Browser ,
107100FeatureVector
108101} from './commontypes' ;
109- import { Format , GeoJSONFormat , JSONFormat } from './format' ;
102+ import { Format , GeoJSONFormat , JSONFormat , WKTFormat } from './format' ;
110103
111104import { TimeControlBase , TimeFlowControl } from './control' ;
112105import { IManager , IManagerCreateNodeParam , IManagerServiceBase } from './iManager' ;
@@ -317,6 +310,7 @@ import { KeyServiceParameter, SecurityManager, ServerInfo, TokenServiceParameter
317310import { ElasticSearch } from './thirdparty' ;
318311import {
319312isCORS ,
313+ setCORS ,
320314FetchRequest ,
321315ColorsPickerUtil ,
322316ArrayStatistic ,
@@ -333,6 +327,8 @@ import {
333327ShapeParameters ,
334328ShapeParametersImage ,
335329ShapeParametersLabel ,
330+ ShapeParametersCircle ,
331+ ShapeParametersPoint ,
336332ShapeParametersLine ,
337333ShapeParametersPolygon ,
338334ShapeParametersRectangle ,
@@ -467,15 +463,8 @@ export {
467463GeometryPoint ,
468464GeometryPolygon ,
469465GeometryRectangle ,
470- inheritExt ,
471- mixinExt ,
472- StringExt ,
473- NumberExt ,
474- FunctionExt ,
475- ArrayExt ,
476466Bounds ,
477467Credential ,
478- DateExt ,
479468Event ,
480469Events ,
481470Feature ,
@@ -488,9 +477,10 @@ export {
488477FeatureVector
489478} ;
490479export { TimeControlBase , TimeFlowControl } ;
491- export { Format , GeoJSONFormat , JSONFormat } ;
480+ export { Format , GeoJSONFormat , JSONFormat , WKTFormat } ;
492481export {
493482isCORS ,
483+ setCORS ,
494484FetchRequest ,
495485ColorsPickerUtil ,
496486ArrayStatistic ,
@@ -710,6 +700,8 @@ export {
710700ShapeParameters ,
711701ShapeParametersImage ,
712702ShapeParametersLabel ,
703+ ShapeParametersCircle ,
704+ ShapeParametersPoint ,
713705ShapeParametersLine ,
714706ShapeParametersPolygon ,
715707ShapeParametersRectangle ,