Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/179 pro beta #180

Merged
merged 4 commits into from
Jun 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ layout: default
title: ActionBase
parent: Classes
---
---
layout: default
title: ActionBase
parent: Classes
---
#### [dymaptic.GeoBlazor.Core](index.html 'index')
### [dymaptic.GeoBlazor.Core.Components](index.html#dymaptic.GeoBlazor.Core.Components 'dymaptic.GeoBlazor.Core.Components')

Expand Down Expand Up @@ -54,19 +59,6 @@ public System.Func<System.Threading.Tasks.Task>? CallbackFunction { get; set; }
#### Property Value
[System.Func&lt;](https://docs.microsoft.com/en-us/dotnet/api/System.Func-1 'System.Func`1')[System.Threading.Tasks.Task](https://docs.microsoft.com/en-us/dotnet/api/System.Threading.Tasks.Task 'System.Threading.Tasks.Task')[&gt;](https://docs.microsoft.com/en-us/dotnet/api/System.Func-1 'System.Func`1')

<a name='dymaptic.GeoBlazor.Core.Components.ActionBase.ClassName'></a>

## ActionBase.ClassName Property

This adds a CSS class to the ActionButton's node.

```csharp
public string? ClassName { get; set; }
```

#### Property Value
[System.String](https://docs.microsoft.com/en-us/dotnet/api/System.String 'System.String')

<a name='dymaptic.GeoBlazor.Core.Components.ActionBase.Disabled'></a>

## ActionBase.Disabled Property
Expand Down Expand Up @@ -212,3 +204,4 @@ public static bool operator !=(dymaptic.GeoBlazor.Core.Components.ActionBase? le

#### Returns
[System.Boolean](https://docs.microsoft.com/en-us/dotnet/api/System.Boolean 'System.Boolean')

Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ layout: default
title: ActionButton
parent: Classes
---
---
layout: default
title: ActionButton
parent: Classes
---
#### [dymaptic.GeoBlazor.Core](index.html 'index')
### [dymaptic.GeoBlazor.Core.Components](index.html#dymaptic.GeoBlazor.Core.Components 'dymaptic.GeoBlazor.Core.Components')

Expand All @@ -18,6 +23,19 @@ public class ActionButton : dymaptic.GeoBlazor.Core.Components.ActionBase
Inheritance [System.Object](https://docs.microsoft.com/en-us/dotnet/api/System.Object 'System.Object') &#129106; [Microsoft.AspNetCore.Components.ComponentBase](https://docs.microsoft.com/en-us/dotnet/api/Microsoft.AspNetCore.Components.ComponentBase 'Microsoft.AspNetCore.Components.ComponentBase') &#129106; [MapComponent](dymaptic.GeoBlazor.Core.Components.MapComponent.html 'dymaptic.GeoBlazor.Core.Components.MapComponent') &#129106; [ActionBase](dymaptic.GeoBlazor.Core.Components.ActionBase.html 'dymaptic.GeoBlazor.Core.Components.ActionBase') &#129106; ActionButton
### Properties

<a name='dymaptic.GeoBlazor.Core.Components.ActionButton.ClassName'></a>

## ActionButton.ClassName Property

This adds a CSS class to the ActionButton's node.

```csharp
public string? ClassName { get; set; }
```

#### Property Value
[System.String](https://docs.microsoft.com/en-us/dotnet/api/System.String 'System.String')

<a name='dymaptic.GeoBlazor.Core.Components.ActionButton.Image'></a>

## ActionButton.Image Property
Expand Down Expand Up @@ -45,3 +63,4 @@ public override string Type { get; }

#### Property Value
[System.String](https://docs.microsoft.com/en-us/dotnet/api/System.String 'System.String')

Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ layout: default
title: ActionToggle
parent: Classes
---
---
layout: default
title: ActionToggle
parent: Classes
---
#### [dymaptic.GeoBlazor.Core](index.html 'index')
### [dymaptic.GeoBlazor.Core.Components](index.html#dymaptic.GeoBlazor.Core.Components 'dymaptic.GeoBlazor.Core.Components')

Expand Down Expand Up @@ -42,3 +47,4 @@ public System.Nullable<bool> Value { get; set; }

#### Property Value
[System.Nullable&lt;](https://docs.microsoft.com/en-us/dotnet/api/System.Nullable-1 'System.Nullable`1')[System.Boolean](https://docs.microsoft.com/en-us/dotnet/api/System.Boolean 'System.Boolean')[&gt;](https://docs.microsoft.com/en-us/dotnet/api/System.Nullable-1 'System.Nullable`1')

Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ layout: default
title: Basemap
parent: Classes
---
---
layout: default
title: Basemap
parent: Classes
---
#### [dymaptic.GeoBlazor.Core](index.html 'index')
### [dymaptic.GeoBlazor.Core.Components](index.html#dymaptic.GeoBlazor.Core.Components 'dymaptic.GeoBlazor.Core.Components')

Expand Down Expand Up @@ -97,3 +102,4 @@ The child to unregister

### Remarks
This method is an implementation detail and should not be called directly by consumers. In future versions, this may be changed to an internal method.

Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ layout: default
title: Constraints
parent: Classes
---
---
layout: default
title: Constraints
parent: Classes
---
#### [dymaptic.GeoBlazor.Core](index.html 'index')
### [dymaptic.GeoBlazor.Core.Components](index.html#dymaptic.GeoBlazor.Core.Components 'dymaptic.GeoBlazor.Core.Components')

Expand Down Expand Up @@ -178,3 +183,4 @@ The child to unregister

### Remarks
This method is an implementation detail and should not be called directly by consumers. In future versions, this may be changed to an internal method.

Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ layout: default
title: CustomOverlay
parent: Classes
---
---
layout: default
title: CustomOverlay
parent: Classes
---
#### [dymaptic.GeoBlazor.Core](index.html 'index')
### [dymaptic.GeoBlazor.Core.Components](index.html#dymaptic.GeoBlazor.Core.Components 'dymaptic.GeoBlazor.Core.Components')

Expand Down Expand Up @@ -53,3 +58,4 @@ A convenience method to force the child content to call StateHasChanged
```csharp
public void Refresh();
```

Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ layout: default
title: Extent
parent: Classes
---
---
layout: default
title: Extent
parent: Classes
---
#### [dymaptic.GeoBlazor.Core](index.html 'index')
### [dymaptic.GeoBlazor.Core.Components.Geometries](index.html#dymaptic.GeoBlazor.Core.Components.Geometries 'dymaptic.GeoBlazor.Core.Components.Geometries')

Expand Down Expand Up @@ -308,3 +313,4 @@ public static bool operator !=(dymaptic.GeoBlazor.Core.Components.Geometries.Ext

#### Returns
[System.Boolean](https://docs.microsoft.com/en-us/dotnet/api/System.Boolean 'System.Boolean')

Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ layout: default
title: Geometry
parent: Classes
---
---
layout: default
title: Geometry
parent: Classes
---
#### [dymaptic.GeoBlazor.Core](index.html 'index')
### [dymaptic.GeoBlazor.Core.Components.Geometries](index.html#dymaptic.GeoBlazor.Core.Components.Geometries 'dymaptic.GeoBlazor.Core.Components.Geometries')

Expand Down Expand Up @@ -115,3 +120,4 @@ The child to unregister

### Remarks
This method is an implementation detail and should not be called directly by consumers. In future versions, this may be changed to an internal method.

Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ layout: default
title: GeometryType
parent: Classes
---
---
layout: default
title: GeometryType
parent: Classes
---
#### [dymaptic.GeoBlazor.Core](index.html 'index')
### [dymaptic.GeoBlazor.Core.Components.Geometries](index.html#dymaptic.GeoBlazor.Core.Components.Geometries 'dymaptic.GeoBlazor.Core.Components.Geometries')

Expand All @@ -13,3 +18,4 @@ Possible types of geometries
```csharp
public enum GeometryType
```

Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ layout: default
title: Point
parent: Classes
---
---
layout: default
title: Point
parent: Classes
---
#### [dymaptic.GeoBlazor.Core](index.html 'index')
### [dymaptic.GeoBlazor.Core.Components.Geometries](index.html#dymaptic.GeoBlazor.Core.Components.Geometries 'dymaptic.GeoBlazor.Core.Components.Geometries')

Expand Down Expand Up @@ -242,3 +247,4 @@ public override int GetHashCode();
#### Returns
[System.Int32](https://docs.microsoft.com/en-us/dotnet/api/System.Int32 'System.Int32')
A hash code for the current object.

Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ layout: default
title: PolyLine
parent: Classes
---
---
layout: default
title: PolyLine
parent: Classes
---
#### [dymaptic.GeoBlazor.Core](index.html 'index')
### [dymaptic.GeoBlazor.Core.Components.Geometries](index.html#dymaptic.GeoBlazor.Core.Components.Geometries 'dymaptic.GeoBlazor.Core.Components.Geometries')

Expand Down Expand Up @@ -181,3 +186,4 @@ public static bool operator !=(dymaptic.GeoBlazor.Core.Components.Geometries.Pol

#### Returns
[System.Boolean](https://docs.microsoft.com/en-us/dotnet/api/System.Boolean 'System.Boolean')

Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ layout: default
title: Polygon
parent: Classes
---
---
layout: default
title: Polygon
parent: Classes
---
#### [dymaptic.GeoBlazor.Core](index.html 'index')
### [dymaptic.GeoBlazor.Core.Components.Geometries](index.html#dymaptic.GeoBlazor.Core.Components.Geometries 'dymaptic.GeoBlazor.Core.Components.Geometries')

Expand Down Expand Up @@ -181,3 +186,4 @@ public static bool operator !=(dymaptic.GeoBlazor.Core.Components.Geometries.Pol

#### Returns
[System.Boolean](https://docs.microsoft.com/en-us/dotnet/api/System.Boolean 'System.Boolean')

Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ layout: default
title: SpatialReference
parent: Classes
---
---
layout: default
title: SpatialReference
parent: Classes
---
#### [dymaptic.GeoBlazor.Core](index.html 'index')
### [dymaptic.GeoBlazor.Core.Components.Geometries](index.html#dymaptic.GeoBlazor.Core.Components.Geometries 'dymaptic.GeoBlazor.Core.Components.Geometries')

Expand Down Expand Up @@ -264,3 +269,4 @@ public static bool operator !=(dymaptic.GeoBlazor.Core.Components.Geometries.Spa

#### Returns
[System.Boolean](https://docs.microsoft.com/en-us/dotnet/api/System.Boolean 'System.Boolean')

6 changes: 6 additions & 0 deletions docs/pages/classes/dymaptic.GeoBlazor.Core.Components.LOD.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ layout: default
title: LOD
parent: Classes
---
---
layout: default
title: LOD
parent: Classes
---
#### [dymaptic.GeoBlazor.Core](index.html 'index')
### [dymaptic.GeoBlazor.Core.Components](index.html#dymaptic.GeoBlazor.Core.Components 'dymaptic.GeoBlazor.Core.Components')

Expand Down Expand Up @@ -70,3 +75,4 @@ public System.Nullable<double> Scale { get; set; }

#### Property Value
[System.Nullable&lt;](https://docs.microsoft.com/en-us/dotnet/api/System.Nullable-1 'System.Nullable`1')[System.Double](https://docs.microsoft.com/en-us/dotnet/api/System.Double 'System.Double')[&gt;](https://docs.microsoft.com/en-us/dotnet/api/System.Nullable-1 'System.Nullable`1')

Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ layout: default
title: BlendMode
parent: Classes
---
---
layout: default
title: BlendMode
parent: Classes
---
#### [dymaptic.GeoBlazor.Core](index.html 'index')
### [dymaptic.GeoBlazor.Core.Components.Layers](index.html#dymaptic.GeoBlazor.Core.Components.Layers 'dymaptic.GeoBlazor.Core.Components.Layers')

Expand All @@ -22,3 +27,4 @@ See more at
ArcGIS
JS API: Blend Mode
</a>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ layout: default
title: CreatePopupTemplateOptions
parent: Classes
---
---
layout: default
title: CreatePopupTemplateOptions
parent: Classes
---
#### [dymaptic.GeoBlazor.Core](index.html 'index')
### [dymaptic.GeoBlazor.Core.Components.Layers](index.html#dymaptic.GeoBlazor.Core.Components.Layers 'dymaptic.GeoBlazor.Core.Components.Layers')

Expand Down Expand Up @@ -43,3 +48,4 @@ public System.Collections.Generic.HashSet<string>? VisibleFieldNames { get; set;

#### Property Value
[System.Collections.Generic.HashSet&lt;](https://docs.microsoft.com/en-us/dotnet/api/System.Collections.Generic.HashSet-1 'System.Collections.Generic.HashSet`1')[System.String](https://docs.microsoft.com/en-us/dotnet/api/System.String 'System.String')[&gt;](https://docs.microsoft.com/en-us/dotnet/api/System.Collections.Generic.HashSet-1 'System.Collections.Generic.HashSet`1')

Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ layout: default
title: ElevationLayer
parent: Classes
---
---
layout: default
title: ElevationLayer
parent: Classes
---
#### [dymaptic.GeoBlazor.Core](index.html 'index')
### [dymaptic.GeoBlazor.Core.Components.Layers](index.html#dymaptic.GeoBlazor.Core.Components.Layers 'dymaptic.GeoBlazor.Core.Components.Layers')

Expand Down Expand Up @@ -110,3 +115,4 @@ The child to unregister

### Remarks
This method is an implementation detail and should not be called directly by consumers. In future versions, this may be changed to an internal method.

Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ layout: default
title: ExtentQueryResult
parent: Classes
---
---
layout: default
title: ExtentQueryResult
parent: Classes
---
#### [dymaptic.GeoBlazor.Core](index.html 'index')
### [dymaptic.GeoBlazor.Core.Components.Layers](index.html#dymaptic.GeoBlazor.Core.Components.Layers 'dymaptic.GeoBlazor.Core.Components.Layers')

Expand Down Expand Up @@ -69,3 +74,4 @@ public dymaptic.GeoBlazor.Core.Components.Geometries.Extent Extent { get; set; }

#### Property Value
[Extent](dymaptic.GeoBlazor.Core.Components.Geometries.Extent.html 'dymaptic.GeoBlazor.Core.Components.Geometries.Extent')

Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ layout: default
title: FeatureFilter
parent: Classes
---
---
layout: default
title: FeatureFilter
parent: Classes
---
#### [dymaptic.GeoBlazor.Core](index.html 'index')
### [dymaptic.GeoBlazor.Core.Components.Layers](index.html#dymaptic.GeoBlazor.Core.Components.Layers 'dymaptic.GeoBlazor.Core.Components.Layers')

Expand Down Expand Up @@ -125,3 +130,4 @@ public string? Where { get; set; }

#### Property Value
[System.String](https://docs.microsoft.com/en-us/dotnet/api/System.String 'System.String')

Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ layout: default
title: FeatureLayer
parent: Classes
---
---
layout: default
title: FeatureLayer
parent: Classes
---
#### [dymaptic.GeoBlazor.Core](index.html 'index')
### [dymaptic.GeoBlazor.Core.Components.Layers](index.html#dymaptic.GeoBlazor.Core.Components.Layers 'dymaptic.GeoBlazor.Core.Components.Layers')

Expand Down Expand Up @@ -865,3 +870,4 @@ The child to unregister

### Remarks
This method is an implementation detail and should not be called directly by consumers. In future versions, this may be changed to an internal method.

Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ layout: default
title: FeatureLayerView
parent: Classes
---
---
layout: default
title: FeatureLayerView
parent: Classes
---
#### [dymaptic.GeoBlazor.Core](index.html 'index')
### [dymaptic.GeoBlazor.Core.Components.Layers](index.html#dymaptic.GeoBlazor.Core.Components.Layers 'dymaptic.GeoBlazor.Core.Components.Layers')

Expand Down Expand Up @@ -341,3 +346,4 @@ The new filter (or null to clear) to apply to this view.

#### Returns
[System.Threading.Tasks.Task](https://docs.microsoft.com/en-us/dotnet/api/System.Threading.Tasks.Task 'System.Threading.Tasks.Task')

Loading