Interface CfnAnalysisPropsMixin.GeospatialMapConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysisPropsMixin.GeospatialMapConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysisPropsMixin
@Stability(Stable)
public static interface CfnAnalysisPropsMixin.GeospatialMapConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The configuration of a
GeospatialMapVisual .
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAnalysisPropsMixin.GeospatialMapConfigurationPropertystatic final classAn implementation forCfnAnalysisPropsMixin.GeospatialMapConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectThe field wells of the visual.default ObjectThe general visual interactions setup for a visual.default ObjectThe legend display setup of the visual.default ObjectThe map style options of the geospatial map.default ObjectThe point style options of the geospatial map.default ObjectThe tooltip display setup of the visual.default ObjectReturns union: eitherIResolvableorCfnAnalysisPropsMixin.VisualPalettePropertydefault ObjectThe window options of the geospatial map.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFieldWells
The field wells of the visual.Returns union: either
IResolvableorCfnAnalysisPropsMixin.GeospatialMapFieldWellsProperty- See Also:
-
getInteractions
The general visual interactions setup for a visual.Returns union: either
IResolvableorCfnAnalysisPropsMixin.VisualInteractionOptionsProperty- See Also:
-
getLegend
The legend display setup of the visual.Returns union: either
IResolvableorCfnAnalysisPropsMixin.LegendOptionsProperty- See Also:
-
getMapStyleOptions
The map style options of the geospatial map.Returns union: either
IResolvableorCfnAnalysisPropsMixin.GeospatialMapStyleOptionsProperty- See Also:
-
getPointStyleOptions
The point style options of the geospatial map.Returns union: either
IResolvableorCfnAnalysisPropsMixin.GeospatialPointStyleOptionsProperty- See Also:
-
getTooltip
The tooltip display setup of the visual.Returns union: either
IResolvableorCfnAnalysisPropsMixin.TooltipOptionsProperty- See Also:
-
getVisualPalette
Returns union: eitherIResolvableorCfnAnalysisPropsMixin.VisualPaletteProperty- See Also:
-
getWindowOptions
The window options of the geospatial map.Returns union: either
IResolvableorCfnAnalysisPropsMixin.GeospatialWindowOptionsProperty- See Also:
-
builder
@Stability(Stable) static CfnAnalysisPropsMixin.GeospatialMapConfigurationProperty.Builder builder()
-