Interface CfnAnalysis.GeospatialMapConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.GeospatialMapConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.GeospatialMapConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The configuration of a
GeospatialMapVisual
.
Example:
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAnalysis.GeospatialMapConfigurationProperty
static final class
An implementation forCfnAnalysis.GeospatialMapConfigurationProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
default Object
The field wells of the visual.default Object
The legend display setup of the visual.default Object
The map style options of the geospatial map.default Object
The point style options of the geospatial map.default Object
The tooltip display setup of the visual.default Object
default Object
The 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.- See Also:
-
getLegend
The legend display setup of the visual.- See Also:
-
getMapStyleOptions
The map style options of the geospatial map.- See Also:
-
getPointStyleOptions
The point style options of the geospatial map.- See Also:
-
getTooltip
The tooltip display setup of the visual.- See Also:
-
getVisualPalette
- See Also:
-
getWindowOptions
The window options of the geospatial map.- See Also:
-
builder
-