Show / Hide Table of Contents

Class CfnAnalysis.GeospatialCoordinateBoundsProperty

The bound options (north, south, west, east) of the geospatial window options.

Inheritance
object
CfnAnalysis.GeospatialCoordinateBoundsProperty
Implements
CfnAnalysis.IGeospatialCoordinateBoundsProperty
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.GeospatialCoordinateBoundsProperty : CfnAnalysis.IGeospatialCoordinateBoundsProperty
Syntax (vb)
Public Class CfnAnalysis.GeospatialCoordinateBoundsProperty Implements CfnAnalysis.IGeospatialCoordinateBoundsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatialcoordinatebounds.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 geospatialCoordinateBoundsProperty = new GeospatialCoordinateBoundsProperty {
                 East = 123,
                 North = 123,
                 South = 123,
                 West = 123
             };

Synopsis

Constructors

GeospatialCoordinateBoundsProperty()

The bound options (north, south, west, east) of the geospatial window options.

Properties

East

The longitude of the east bound of the geospatial coordinate bounds.

North

The latitude of the north bound of the geospatial coordinate bounds.

South

The latitude of the south bound of the geospatial coordinate bounds.

West

The longitude of the west bound of the geospatial coordinate bounds.

Constructors

GeospatialCoordinateBoundsProperty()

The bound options (north, south, west, east) of the geospatial window options.

public GeospatialCoordinateBoundsProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatialcoordinatebounds.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 geospatialCoordinateBoundsProperty = new GeospatialCoordinateBoundsProperty {
                 East = 123,
                 North = 123,
                 South = 123,
                 West = 123
             };

Properties

East

The longitude of the east bound of the geospatial coordinate bounds.

public double East { get; set; }
Property Value

double

Remarks

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

North

The latitude of the north bound of the geospatial coordinate bounds.

public double North { get; set; }
Property Value

double

Remarks

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

South

The latitude of the south bound of the geospatial coordinate bounds.

public double South { get; set; }
Property Value

double

Remarks

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

West

The longitude of the west bound of the geospatial coordinate bounds.

public double West { get; set; }
Property Value

double

Remarks

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

Implements

CfnAnalysis.IGeospatialCoordinateBoundsProperty
Back to top Generated by DocFX