GeographicExtent Create Method (Projection, Double, Double, Double, Double) TIBCO Spotfire 6.5 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: 14.10.7525.5058 (14.10.7525.5058)
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: 6.5
See Also