Interface CfnAnalysis.IGeospatialLayerDefinitionProperty
The definition properties for a geospatial layer.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IGeospatialLayerDefinitionProperty
Syntax (vb)
Public Interface IGeospatialLayerDefinitionProperty
Remarks
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
Properties
Line |
The definition for a line layer. |
Point |
The definition for a point layer. |
Polygon |
The definition for a polygon layer. |
Properties
LineLayer
The definition for a line layer.
virtual object LineLayer { get; }
Property Value
System.
Remarks
PointLayer
The definition for a point layer.
virtual object PointLayer { get; }
Property Value
System.
Remarks
PolygonLayer
The definition for a polygon layer.
virtual object PolygonLayer { get; }
Property Value
System.