Projection Class TIBCO Spotfire 7.6 API Reference
Represents a projection.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.Application.Visuals.MapsProjection

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

C#
[SerializableAttribute]
[ImmutableAttribute]
[PersistenceVersionAttribute(14, 0)]
public sealed class Projection : IEquatable<Projection>, 
	ISerializable

The Projection type exposes the following members.

Constructors

  NameDescription
Public methodProjection
Initializes a new instance of the Projection class.
Top
Methods

  NameDescription
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Overrides ObjectEquals(Object).)
Public methodEquals(Projection)
Indicates whether the current object is equal to another object of the same type.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Top
Operators

  NameDescription
Public operatorStatic memberEquality
Equality operator.
Public operatorStatic memberInequality
Inequality operator.
Top
Fields

  NameDescription
Public fieldStatic memberNone
The non-geographic projection. Typically used for showing an arbitrary background image without geographic context.
Public fieldStatic memberWebMercator
The "Web Mercator (auxiliary sphere)" coordinate reference system. See http://www.epsg-registry.org for reference.
Public fieldStatic memberWgs84
The "WGS 84" projection/coordinate reference system. See http://www.epsg-registry.org for reference.
Top
Properties

  NameDescription
Public propertyIdentifier
Gets the identifier for this projection, typically an EPSG code on the form "EPSG:1234". The empty string for None.
Top
Version Information

Supported in: 7.6, 7.5, 7.0, 6.5
See Also

Reference