dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

QueryCompositeTransformation Class

public class QueryCompositeTransformation :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.QueryCompositeTransformation>

Inheritance System.Object 🡒 QueryCompositeTransformation

Implements System.IEquatable<QueryCompositeTransformation>

Constructors

QueryCompositeTransformation(IReadOnlyCollection) Constructor

public QueryCompositeTransformation(System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Model.CompositeTransformationGeoTransforms1>? GeoTransforms=null);

Parameters

GeoTransforms System.Collections.Generic.IReadOnlyCollection<CompositeTransformationGeoTransforms1>

Properties

QueryCompositeTransformation.GeoTransforms Property

public System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Model.CompositeTransformationGeoTransforms1>? GeoTransforms { get; set; }

Property Value

System.Collections.Generic.IReadOnlyCollection<CompositeTransformationGeoTransforms1>