dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
LogicComponent Class
A base class for non-map components, such as GeometryEngine, Projection, etc.
public abstract class LogicComponent :
System.IDisposable
Inheritance System.Object 🡒 LogicComponent
Derived
↳ GeometryEngine
↳ LocationService
↳ ProjectionEngine
Implements System.IDisposable
Methods
LogicComponent.Dispose() Method
Disposes of the Logic Component and cancels all external calls
public void Dispose();
Implements Dispose()
LogicComponent.Initialize() Method
Initializes the JavaScript reference component, if not already initialized.
public virtual System.Threading.Tasks.Task Initialize();
Returns
LogicComponent.OnJavascriptError(JavascriptError) Method
A JavaScript invokable method that returns a JS Error and converts it to an Exception.
public void OnJavascriptError(dymaptic.GeoBlazor.Core.Exceptions.JavascriptError error);
Parameters
error
JavascriptError
The original JavaScript error.
Exceptions
JavascriptException
The converted error to exception.