GeographicExtent Create Method (Projection, Double, Double, Double, Double) TIBCO Spotfire 7.0 API Reference
Creates an extent with the provided limiting points.

Namespace: Spotfire.Dxp.Application.Visuals.Maps
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 18.10.8513.5432 (18.10.8513.5432)
Syntax

public static GeographicExtent Create(
	Projection projection,
	double west,
	double south,
	double east,
	double north
)

Parameters

projection
Type: Spotfire.Dxp.Application.Visuals.Maps Projection
The Projection in which the limits are expressed.
west
Type: System Double
The west.
south
Type: System Double
The south.
east
Type: System Double
The east.
north
Type: System Double
The north.

Return Value

Type: GeographicExtent
The new extent.
Version Information

Supported in: 7.0, 6.5
See Also