Show / Hide Table of Contents

Class CfnAnalysis.GeospatialLayerDefinitionProperty

The definition properties for a geospatial layer.

Inheritance
object
CfnAnalysis.GeospatialLayerDefinitionProperty
Implements
CfnAnalysis.IGeospatialLayerDefinitionProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnAnalysis.GeospatialLayerDefinitionProperty : CfnAnalysis.IGeospatialLayerDefinitionProperty
Syntax (vb)
Public Class CfnAnalysis.GeospatialLayerDefinitionProperty Implements CfnAnalysis.IGeospatialLayerDefinitionProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatiallayerdefinition.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.QuickSight;

             var geospatialLayerDefinitionProperty = new GeospatialLayerDefinitionProperty {
                 LineLayer = new GeospatialLineLayerProperty {
                     Style = new GeospatialLineStyleProperty {
                         LineSymbolStyle = new GeospatialLineSymbolStyleProperty {
                             FillColor = new GeospatialColorProperty {
                                 Categorical = new GeospatialCategoricalColorProperty {
                                     CategoryDataColors = new [] { new GeospatialCategoricalDataColorProperty {
                                         Color = "color",
                                         DataValue = "dataValue"
                                     } },

                                     // the properties below are optional
                                     DefaultOpacity = 123,
                                     NullDataSettings = new GeospatialNullDataSettingsProperty {
                                         SymbolStyle = new GeospatialNullSymbolStyleProperty {
                                             FillColor = "fillColor",
                                             StrokeColor = "strokeColor",
                                             StrokeWidth = 123
                                         }
                                     },
                                     NullDataVisibility = "nullDataVisibility"
                                 },
                                 Gradient = new GeospatialGradientColorProperty {
                                     StepColors = new [] { new GeospatialGradientStepColorProperty {
                                         Color = "color",
                                         DataValue = 123
                                     } },

                                     // the properties below are optional
                                     DefaultOpacity = 123,
                                     NullDataSettings = new GeospatialNullDataSettingsProperty {
                                         SymbolStyle = new GeospatialNullSymbolStyleProperty {
                                             FillColor = "fillColor",
                                             StrokeColor = "strokeColor",
                                             StrokeWidth = 123
                                         }
                                     },
                                     NullDataVisibility = "nullDataVisibility"
                                 },
                                 Solid = new GeospatialSolidColorProperty {
                                     Color = "color",

                                     // the properties below are optional
                                     State = "state"
                                 }
                             },
                             LineWidth = new GeospatialLineWidthProperty {
                                 LineWidth = 123
                             }
                         }
                     }
                 },
                 PointLayer = new GeospatialPointLayerProperty {
                     Style = new GeospatialPointStyleProperty {
                         CircleSymbolStyle = new GeospatialCircleSymbolStyleProperty {
                             CircleRadius = new GeospatialCircleRadiusProperty {
                                 Radius = 123
                             },
                             FillColor = new GeospatialColorProperty {
                                 Categorical = new GeospatialCategoricalColorProperty {
                                     CategoryDataColors = new [] { new GeospatialCategoricalDataColorProperty {
                                         Color = "color",
                                         DataValue = "dataValue"
                                     } },

                                     // the properties below are optional
                                     DefaultOpacity = 123,
                                     NullDataSettings = new GeospatialNullDataSettingsProperty {
                                         SymbolStyle = new GeospatialNullSymbolStyleProperty {
                                             FillColor = "fillColor",
                                             StrokeColor = "strokeColor",
                                             StrokeWidth = 123
                                         }
                                     },
                                     NullDataVisibility = "nullDataVisibility"
                                 },
                                 Gradient = new GeospatialGradientColorProperty {
                                     StepColors = new [] { new GeospatialGradientStepColorProperty {
                                         Color = "color",
                                         DataValue = 123
                                     } },

                                     // the properties below are optional
                                     DefaultOpacity = 123,
                                     NullDataSettings = new GeospatialNullDataSettingsProperty {
                                         SymbolStyle = new GeospatialNullSymbolStyleProperty {
                                             FillColor = "fillColor",
                                             StrokeColor = "strokeColor",
                                             StrokeWidth = 123
                                         }
                                     },
                                     NullDataVisibility = "nullDataVisibility"
                                 },
                                 Solid = new GeospatialSolidColorProperty {
                                     Color = "color",

                                     // the properties below are optional
                                     State = "state"
                                 }
                             },
                             StrokeColor = new GeospatialColorProperty {
                                 Categorical = new GeospatialCategoricalColorProperty {
                                     CategoryDataColors = new [] { new GeospatialCategoricalDataColorProperty {
                                         Color = "color",
                                         DataValue = "dataValue"
                                     } },

                                     // the properties below are optional
                                     DefaultOpacity = 123,
                                     NullDataSettings = new GeospatialNullDataSettingsProperty {
                                         SymbolStyle = new GeospatialNullSymbolStyleProperty {
                                             FillColor = "fillColor",
                                             StrokeColor = "strokeColor",
                                             StrokeWidth = 123
                                         }
                                     },
                                     NullDataVisibility = "nullDataVisibility"
                                 },
                                 Gradient = new GeospatialGradientColorProperty {
                                     StepColors = new [] { new GeospatialGradientStepColorProperty {
                                         Color = "color",
                                         DataValue = 123
                                     } },

                                     // the properties below are optional
                                     DefaultOpacity = 123,
                                     NullDataSettings = new GeospatialNullDataSettingsProperty {
                                         SymbolStyle = new GeospatialNullSymbolStyleProperty {
                                             FillColor = "fillColor",
                                             StrokeColor = "strokeColor",
                                             StrokeWidth = 123
                                         }
                                     },
                                     NullDataVisibility = "nullDataVisibility"
                                 },
                                 Solid = new GeospatialSolidColorProperty {
                                     Color = "color",

                                     // the properties below are optional
                                     State = "state"
                                 }
                             },
                             StrokeWidth = new GeospatialLineWidthProperty {
                                 LineWidth = 123
                             }
                         }
                     }
                 },
                 PolygonLayer = new GeospatialPolygonLayerProperty {
                     Style = new GeospatialPolygonStyleProperty {
                         PolygonSymbolStyle = new GeospatialPolygonSymbolStyleProperty {
                             FillColor = new GeospatialColorProperty {
                                 Categorical = new GeospatialCategoricalColorProperty {
                                     CategoryDataColors = new [] { new GeospatialCategoricalDataColorProperty {
                                         Color = "color",
                                         DataValue = "dataValue"
                                     } },

                                     // the properties below are optional
                                     DefaultOpacity = 123,
                                     NullDataSettings = new GeospatialNullDataSettingsProperty {
                                         SymbolStyle = new GeospatialNullSymbolStyleProperty {
                                             FillColor = "fillColor",
                                             StrokeColor = "strokeColor",
                                             StrokeWidth = 123
                                         }
                                     },
                                     NullDataVisibility = "nullDataVisibility"
                                 },
                                 Gradient = new GeospatialGradientColorProperty {
                                     StepColors = new [] { new GeospatialGradientStepColorProperty {
                                         Color = "color",
                                         DataValue = 123
                                     } },

                                     // the properties below are optional
                                     DefaultOpacity = 123,
                                     NullDataSettings = new GeospatialNullDataSettingsProperty {
                                         SymbolStyle = new GeospatialNullSymbolStyleProperty {
                                             FillColor = "fillColor",
                                             StrokeColor = "strokeColor",
                                             StrokeWidth = 123
                                         }
                                     },
                                     NullDataVisibility = "nullDataVisibility"
                                 },
                                 Solid = new GeospatialSolidColorProperty {
                                     Color = "color",

                                     // the properties below are optional
                                     State = "state"
                                 }
                             },
                             StrokeColor = new GeospatialColorProperty {
                                 Categorical = new GeospatialCategoricalColorProperty {
                                     CategoryDataColors = new [] { new GeospatialCategoricalDataColorProperty {
                                         Color = "color",
                                         DataValue = "dataValue"
                                     } },

                                     // the properties below are optional
                                     DefaultOpacity = 123,
                                     NullDataSettings = new GeospatialNullDataSettingsProperty {
                                         SymbolStyle = new GeospatialNullSymbolStyleProperty {
                                             FillColor = "fillColor",
                                             StrokeColor = "strokeColor",
                                             StrokeWidth = 123
                                         }
                                     },
                                     NullDataVisibility = "nullDataVisibility"
                                 },
                                 Gradient = new GeospatialGradientColorProperty {
                                     StepColors = new [] { new GeospatialGradientStepColorProperty {
                                         Color = "color",
                                         DataValue = 123
                                     } },

                                     // the properties below are optional
                                     DefaultOpacity = 123,
                                     NullDataSettings = new GeospatialNullDataSettingsProperty {
                                         SymbolStyle = new GeospatialNullSymbolStyleProperty {
                                             FillColor = "fillColor",
                                             StrokeColor = "strokeColor",
                                             StrokeWidth = 123
                                         }
                                     },
                                     NullDataVisibility = "nullDataVisibility"
                                 },
                                 Solid = new GeospatialSolidColorProperty {
                                     Color = "color",

                                     // the properties below are optional
                                     State = "state"
                                 }
                             },
                             StrokeWidth = new GeospatialLineWidthProperty {
                                 LineWidth = 123
                             }
                         }
                     }
                 }
             };

Synopsis

Constructors

GeospatialLayerDefinitionProperty()

The definition properties for a geospatial layer.

Properties

LineLayer

The definition for a line layer.

PointLayer

The definition for a point layer.

PolygonLayer

The definition for a polygon layer.

Constructors

GeospatialLayerDefinitionProperty()

The definition properties for a geospatial layer.

public GeospatialLayerDefinitionProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatiallayerdefinition.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.QuickSight;

             var geospatialLayerDefinitionProperty = new GeospatialLayerDefinitionProperty {
                 LineLayer = new GeospatialLineLayerProperty {
                     Style = new GeospatialLineStyleProperty {
                         LineSymbolStyle = new GeospatialLineSymbolStyleProperty {
                             FillColor = new GeospatialColorProperty {
                                 Categorical = new GeospatialCategoricalColorProperty {
                                     CategoryDataColors = new [] { new GeospatialCategoricalDataColorProperty {
                                         Color = "color",
                                         DataValue = "dataValue"
                                     } },

                                     // the properties below are optional
                                     DefaultOpacity = 123,
                                     NullDataSettings = new GeospatialNullDataSettingsProperty {
                                         SymbolStyle = new GeospatialNullSymbolStyleProperty {
                                             FillColor = "fillColor",
                                             StrokeColor = "strokeColor",
                                             StrokeWidth = 123
                                         }
                                     },
                                     NullDataVisibility = "nullDataVisibility"
                                 },
                                 Gradient = new GeospatialGradientColorProperty {
                                     StepColors = new [] { new GeospatialGradientStepColorProperty {
                                         Color = "color",
                                         DataValue = 123
                                     } },

                                     // the properties below are optional
                                     DefaultOpacity = 123,
                                     NullDataSettings = new GeospatialNullDataSettingsProperty {
                                         SymbolStyle = new GeospatialNullSymbolStyleProperty {
                                             FillColor = "fillColor",
                                             StrokeColor = "strokeColor",
                                             StrokeWidth = 123
                                         }
                                     },
                                     NullDataVisibility = "nullDataVisibility"
                                 },
                                 Solid = new GeospatialSolidColorProperty {
                                     Color = "color",

                                     // the properties below are optional
                                     State = "state"
                                 }
                             },
                             LineWidth = new GeospatialLineWidthProperty {
                                 LineWidth = 123
                             }
                         }
                     }
                 },
                 PointLayer = new GeospatialPointLayerProperty {
                     Style = new GeospatialPointStyleProperty {
                         CircleSymbolStyle = new GeospatialCircleSymbolStyleProperty {
                             CircleRadius = new GeospatialCircleRadiusProperty {
                                 Radius = 123
                             },
                             FillColor = new GeospatialColorProperty {
                                 Categorical = new GeospatialCategoricalColorProperty {
                                     CategoryDataColors = new [] { new GeospatialCategoricalDataColorProperty {
                                         Color = "color",
                                         DataValue = "dataValue"
                                     } },

                                     // the properties below are optional
                                     DefaultOpacity = 123,
                                     NullDataSettings = new GeospatialNullDataSettingsProperty {
                                         SymbolStyle = new GeospatialNullSymbolStyleProperty {
                                             FillColor = "fillColor",
                                             StrokeColor = "strokeColor",
                                             StrokeWidth = 123
                                         }
                                     },
                                     NullDataVisibility = "nullDataVisibility"
                                 },
                                 Gradient = new GeospatialGradientColorProperty {
                                     StepColors = new [] { new GeospatialGradientStepColorProperty {
                                         Color = "color",
                                         DataValue = 123
                                     } },

                                     // the properties below are optional
                                     DefaultOpacity = 123,
                                     NullDataSettings = new GeospatialNullDataSettingsProperty {
                                         SymbolStyle = new GeospatialNullSymbolStyleProperty {
                                             FillColor = "fillColor",
                                             StrokeColor = "strokeColor",
                                             StrokeWidth = 123
                                         }
                                     },
                                     NullDataVisibility = "nullDataVisibility"
                                 },
                                 Solid = new GeospatialSolidColorProperty {
                                     Color = "color",

                                     // the properties below are optional
                                     State = "state"
                                 }
                             },
                             StrokeColor = new GeospatialColorProperty {
                                 Categorical = new GeospatialCategoricalColorProperty {
                                     CategoryDataColors = new [] { new GeospatialCategoricalDataColorProperty {
                                         Color = "color",
                                         DataValue = "dataValue"
                                     } },

                                     // the properties below are optional
                                     DefaultOpacity = 123,
                                     NullDataSettings = new GeospatialNullDataSettingsProperty {
                                         SymbolStyle = new GeospatialNullSymbolStyleProperty {
                                             FillColor = "fillColor",
                                             StrokeColor = "strokeColor",
                                             StrokeWidth = 123
                                         }
                                     },
                                     NullDataVisibility = "nullDataVisibility"
                                 },
                                 Gradient = new GeospatialGradientColorProperty {
                                     StepColors = new [] { new GeospatialGradientStepColorProperty {
                                         Color = "color",
                                         DataValue = 123
                                     } },

                                     // the properties below are optional
                                     DefaultOpacity = 123,
                                     NullDataSettings = new GeospatialNullDataSettingsProperty {
                                         SymbolStyle = new GeospatialNullSymbolStyleProperty {
                                             FillColor = "fillColor",
                                             StrokeColor = "strokeColor",
                                             StrokeWidth = 123
                                         }
                                     },
                                     NullDataVisibility = "nullDataVisibility"
                                 },
                                 Solid = new GeospatialSolidColorProperty {
                                     Color = "color",

                                     // the properties below are optional
                                     State = "state"
                                 }
                             },
                             StrokeWidth = new GeospatialLineWidthProperty {
                                 LineWidth = 123
                             }
                         }
                     }
                 },
                 PolygonLayer = new GeospatialPolygonLayerProperty {
                     Style = new GeospatialPolygonStyleProperty {
                         PolygonSymbolStyle = new GeospatialPolygonSymbolStyleProperty {
                             FillColor = new GeospatialColorProperty {
                                 Categorical = new GeospatialCategoricalColorProperty {
                                     CategoryDataColors = new [] { new GeospatialCategoricalDataColorProperty {
                                         Color = "color",
                                         DataValue = "dataValue"
                                     } },

                                     // the properties below are optional
                                     DefaultOpacity = 123,
                                     NullDataSettings = new GeospatialNullDataSettingsProperty {
                                         SymbolStyle = new GeospatialNullSymbolStyleProperty {
                                             FillColor = "fillColor",
                                             StrokeColor = "strokeColor",
                                             StrokeWidth = 123
                                         }
                                     },
                                     NullDataVisibility = "nullDataVisibility"
                                 },
                                 Gradient = new GeospatialGradientColorProperty {
                                     StepColors = new [] { new GeospatialGradientStepColorProperty {
                                         Color = "color",
                                         DataValue = 123
                                     } },

                                     // the properties below are optional
                                     DefaultOpacity = 123,
                                     NullDataSettings = new GeospatialNullDataSettingsProperty {
                                         SymbolStyle = new GeospatialNullSymbolStyleProperty {
                                             FillColor = "fillColor",
                                             StrokeColor = "strokeColor",
                                             StrokeWidth = 123
                                         }
                                     },
                                     NullDataVisibility = "nullDataVisibility"
                                 },
                                 Solid = new GeospatialSolidColorProperty {
                                     Color = "color",

                                     // the properties below are optional
                                     State = "state"
                                 }
                             },
                             StrokeColor = new GeospatialColorProperty {
                                 Categorical = new GeospatialCategoricalColorProperty {
                                     CategoryDataColors = new [] { new GeospatialCategoricalDataColorProperty {
                                         Color = "color",
                                         DataValue = "dataValue"
                                     } },

                                     // the properties below are optional
                                     DefaultOpacity = 123,
                                     NullDataSettings = new GeospatialNullDataSettingsProperty {
                                         SymbolStyle = new GeospatialNullSymbolStyleProperty {
                                             FillColor = "fillColor",
                                             StrokeColor = "strokeColor",
                                             StrokeWidth = 123
                                         }
                                     },
                                     NullDataVisibility = "nullDataVisibility"
                                 },
                                 Gradient = new GeospatialGradientColorProperty {
                                     StepColors = new [] { new GeospatialGradientStepColorProperty {
                                         Color = "color",
                                         DataValue = 123
                                     } },

                                     // the properties below are optional
                                     DefaultOpacity = 123,
                                     NullDataSettings = new GeospatialNullDataSettingsProperty {
                                         SymbolStyle = new GeospatialNullSymbolStyleProperty {
                                             FillColor = "fillColor",
                                             StrokeColor = "strokeColor",
                                             StrokeWidth = 123
                                         }
                                     },
                                     NullDataVisibility = "nullDataVisibility"
                                 },
                                 Solid = new GeospatialSolidColorProperty {
                                     Color = "color",

                                     // the properties below are optional
                                     State = "state"
                                 }
                             },
                             StrokeWidth = new GeospatialLineWidthProperty {
                                 LineWidth = 123
                             }
                         }
                     }
                 }
             };

Properties

LineLayer

The definition for a line layer.

public object? LineLayer { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatiallayerdefinition.html#cfn-quicksight-analysis-geospatiallayerdefinition-linelayer

PointLayer

The definition for a point layer.

public object? PointLayer { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatiallayerdefinition.html#cfn-quicksight-analysis-geospatiallayerdefinition-pointlayer

PolygonLayer

The definition for a polygon layer.

public object? PolygonLayer { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatiallayerdefinition.html#cfn-quicksight-analysis-geospatiallayerdefinition-polygonlayer

Implements

CfnAnalysis.IGeospatialLayerDefinitionProperty
Back to top Generated by DocFX