Projection Class

Spotfire 14.3 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: 65.0.19510.3242 (65.0.19510.3242)
Syntax

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

The Projection type exposes the following members.

Constructors

  NameDescription
Public methodProjection(String)
Initializes a new instance of the Projection class.
Public methodProjection(String, String, String)
Initializes a new instance of the Projection class as a custom defined projection. This type of projection can be generated from imported GeoTIFF image files or from imported Shape files or they can be added by users.
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
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.
Public methodGetHashCode
Serves as the default hash function.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents 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
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate methodISerializableGetObjectData
Implements ISerializable.
Top
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference