Projection Constructor TIBCO Spotfire 7.0 API Reference
Initializes a new instance of the Projection class.

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 Projection(
	string identifier
)

Parameters

identifier
Type: System String
The projection identifier, EPSG code on the form "EPSG:1234". Any whitespace is removed from both ends of the string.
Exceptions

ExceptionCondition
System ArgumentNullExceptionThrown if identifier is null.
System ArgumentExceptionThrown if identifier is an unsupported EPSG code.
Version Information

Supported in: 7.0, 6.5
See Also