GeoboundingBox Constructors

Definition

Overloads

GeoboundingBox(BasicGeoposition, BasicGeoposition)

Initializes a new instance of the GeoboundingBox class that has the specified corners.

GeoboundingBox(BasicGeoposition, BasicGeoposition, AltitudeReferenceSystem)

Initializes a new instance of the GeoboundingBox class that has the specified corners and uses the specified altitude reference system.

GeoboundingBox(BasicGeoposition, BasicGeoposition, AltitudeReferenceSystem, UInt32)

Initializes a new instance of the GeoboundingBox class that has the specified corners and uses the specified altitude reference system and spatial reference ID (SRID).

GeoboundingBox(BasicGeoposition, BasicGeoposition)

Initializes a new instance of the GeoboundingBox class that has the specified corners.

public:
 GeoboundingBox(BasicGeoposition northwestCorner, BasicGeoposition southeastCorner);
 GeoboundingBox(BasicGeoposition const& northwestCorner, BasicGeoposition const& southeastCorner);
public GeoboundingBox(BasicGeoposition northwestCorner, BasicGeoposition southeastCorner);
function GeoboundingBox(northwestCorner, southeastCorner)
Public Sub New (northwestCorner As BasicGeoposition, southeastCorner As BasicGeoposition)

Parameters

northwestCorner
BasicGeoposition

The northwest corner to use for the new GeoboundingBox. For more info, see the NorthwestCorner property.

southeastCorner
BasicGeoposition

The southeast corner to use for the new GeoboundingBox. For more info, see the SoutheastCorner property.

Windows requirements

App capabilities
location

See also

Applies to

GeoboundingBox(BasicGeoposition, BasicGeoposition, AltitudeReferenceSystem)

Initializes a new instance of the GeoboundingBox class that has the specified corners and uses the specified altitude reference system.

public:
 GeoboundingBox(BasicGeoposition northwestCorner, BasicGeoposition southeastCorner, AltitudeReferenceSystem altitudeReferenceSystem);
 GeoboundingBox(BasicGeoposition const& northwestCorner, BasicGeoposition const& southeastCorner, AltitudeReferenceSystem const& altitudeReferenceSystem);
public GeoboundingBox(BasicGeoposition northwestCorner, BasicGeoposition southeastCorner, AltitudeReferenceSystem altitudeReferenceSystem);
function GeoboundingBox(northwestCorner, southeastCorner, altitudeReferenceSystem)
Public Sub New (northwestCorner As BasicGeoposition, southeastCorner As BasicGeoposition, altitudeReferenceSystem As AltitudeReferenceSystem)

Parameters

northwestCorner
BasicGeoposition

The northwest corner to use for the new GeoboundingBox. For more info, see the NorthwestCorner property.

southeastCorner
BasicGeoposition

The southeast corner to use for the new GeoboundingBox. For more info, see the SoutheastCorner property.

altitudeReferenceSystem
AltitudeReferenceSystem

The altitude reference system to use for the new GeoboundingBox. For more info, see the AltitudeReferenceSystem property.

Windows requirements

App capabilities
location

See also

Applies to

GeoboundingBox(BasicGeoposition, BasicGeoposition, AltitudeReferenceSystem, UInt32)

Initializes a new instance of the GeoboundingBox class that has the specified corners and uses the specified altitude reference system and spatial reference ID (SRID).

public:
 GeoboundingBox(BasicGeoposition northwestCorner, BasicGeoposition southeastCorner, AltitudeReferenceSystem altitudeReferenceSystem, unsigned int spatialReferenceId);
 GeoboundingBox(BasicGeoposition const& northwestCorner, BasicGeoposition const& southeastCorner, AltitudeReferenceSystem const& altitudeReferenceSystem, uint32_t const& spatialReferenceId);
public GeoboundingBox(BasicGeoposition northwestCorner, BasicGeoposition southeastCorner, AltitudeReferenceSystem altitudeReferenceSystem, uint spatialReferenceId);
function GeoboundingBox(northwestCorner, southeastCorner, altitudeReferenceSystem, spatialReferenceId)
Public Sub New (northwestCorner As BasicGeoposition, southeastCorner As BasicGeoposition, altitudeReferenceSystem As AltitudeReferenceSystem, spatialReferenceId As UInteger)

Parameters

northwestCorner
BasicGeoposition

The northwest corner to use for the new GeoboundingBox. For more info, see the NorthwestCorner property.

southeastCorner
BasicGeoposition

The southeast corner to use for the new GeoboundingBox. For more info, see the SoutheastCorner property.

altitudeReferenceSystem
AltitudeReferenceSystem

The altitude reference system to use for the new GeoboundingBox. For more info, see the AltitudeReferenceSystem property.

spatialReferenceId
UInt32

unsigned int

uint32_t

The spatial reference ID (SRID) to use for the new GeoboundingBox. For more info, see the SpatialReferenceId property.

Windows requirements

App capabilities
location

See also

Applies to