ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
This is an old revision of the document!
<!– Enumeration –> This enum is used to describe some choice when exception hanppens during drawing Layers or Overlays.
Name | Summary |
---|---|
Default | Default mode used in MapSuite component. |
ThrowException | This item means the exception will be throw out and the rest of drawing will be terminated. |
DrawException | This item means that we will catch the exception and draw it to show error happens, while the user cannot catch it any more. |