AbstractStaticconvertESRI color to convert.
The Geoview color corresponding to the ESRI color.
StaticconvertConvert the ESRI fill style to the GeoView fill style.
ESRI fill style to convert.
The Geoview fill style associated to the ESRI fill style.
StaticconvertConvert the ESRI line style to the GeoView line style.
ESRI line style to convert.
The Geoview line style associated to the ESRI line style.
StaticconvertConvert an ESRI symbol to a GeoView symbol.
ESRI symbol to convert.
The Geoview symbol corresponding to the ESRI symbol or undefined if ESRI symbol is not handled.
StaticconvertConvert the ESRI symbol style to the GeoView symbol style.
ESRI symbol style to convert.
The Geoview symbol style associated to the ESRI symbol style.
StaticcreateParse the GeoView style using the Esri renderer.
ESRI renderer to convert.
The Geoview style or undefined if it can not be created.
Staticesritype guard function that redefines an EsriBaseRenderer as an EsriClassBreakRenderer if the type attribute of the verifyIfRenderer parameter is 'classBreaks'. The type ascention applies only to the true block of the if clause that use this function.
Polymorphic object to test in order to determine if the type ascention is valid.
true if the type ascention is valid.
Staticesritype guard function that redefines an EsriBaseRenderer as an EsriSimpleRenderer if the type attribute of the verifyIfRenderer parameter is 'simple'. The type ascention applies only to the true block of the if clause that use this function.
Polymorphic object to test in order to determine if the type ascention is valid.
true if the type ascention is valid.
Staticesritype guard function that redefines an EsriBaseRenderer as an EsriUniqueValueRenderer if the type attribute of the verifyIfRenderer parameter is 'uniqueValue'. The type ascention applies only to the true block of the if clause that use this function.
Polymorphic object to test in order to determine if the type ascention is valid.
true if the type ascention is valid.
StaticgetGet GeoView style from Esri renderer.
ESRI renderer to convert.
The Geoview style or undefined if it can not be created.
StaticgetGet the configuration key of the style.
GeoView settings.
The Geoview style key or undefined if it can not be determined.
Staticistype guard function that redefines an EsriBaseSymbol as an EsriSimpleFillSymbol if the type attribute of the verifyIfSymbol parameter is 'esriSFS'. The type ascention applies only to the true block of the if clause that use this function.
Polymorphic object to test in order to determine if the type ascention is valid.
true if the type ascention is valid.
Staticistype guard function that redefines an EsriBaseSymbol as an EsriPictureMarkerSymbol if the type attribute of the verifyIfSymbol parameter is 'esriPMS'. The type ascention applies only to the true block of the if clause that use this function.
Polymorphic object to test in order to determine if the type ascention is valid.
true if the type ascention is valid.
Staticistype guard function that redefines an EsriBaseSymbol as an EsriSimpleLineSymbol if the type attribute of the verifyIfSymbol parameter is 'esriSLS'. The type ascention applies only to the true block of the if clause that use this function.
Polymorphic object to test in order to determine if the type ascention is valid.
true if the type ascention is valid.
Staticistype guard function that redefines an EsriBaseSymbol as an EsriSimpleMarkerSymbol if the type attribute of the verifyIfSymbol parameter is 'esriSMS'. The type ascention applies only to the true block of the if clause that use this function.
Polymorphic object to test in order to determine if the type ascention is valid.
true if the type ascention is valid.
StaticprocessProcess ESRI class break renderer and convert it to a GeoView style.
ESRI renderer to convert.
The Geoview style or undefined if it can not be created.
StaticprocessProcess ESRI simple renderer and convert it to a GeoView style.
ESRI renderer to convert.
The Geoview style or undefined if it can not be created.
StaticprocessProcess ESRI unique value renderer and convert it to a GeoView style.
ESRI renderer to convert.
The Geoview style or undefined if it can not be created.
Convert an ESRI color to a GeoView color.