UNPKG
@doegis/core
Version:
latest (0.1.0)
0.1.0
DOE GIS API
@doegis/core
/
views
/
3d
/
layers
/
graphics
/
graphicSymbolUtils.js
3 lines
(1 loc)
•
194 B
JavaScript
View Raw
1
2
3
import
o
from
"./Graphics3DSymbol.js"
;
import
r
from
"./Graphics3DWebStyleSymbol.js"
;
function
i
(
i
){
return
i
instanceof
r?i.
graphics3DSymbol
:i
instanceof
o?
i
:
null
}
export
{i
as
getGraphics3DSymbol};