@doegis/core
Version:
DOE GIS API
3 lines (1 loc) • 359 B
JavaScript
import{isSome as e}from"../../../../../core/maybe.js";import{BufferRange as s}from"./BufferRange.js";class t extends s{constructor(e,s,t){super(s,t),this.geometry=e}get isVisible(){return this.geometry.visible}get hasHighlights(){return e(this.geometry.highlights)&&this.isVisible}get hasOccludees(){return e(this.geometry.occludees)}}export{t as Instance};