Determines whether the specified object is equal to the current object.
The object to compare with the current object.
true if the specified object is equal to the current object; otherwise, false.
Indicates whether the current object is equal to another object of the same type.
An object to compare with this object.
true if the current object is equal to the other parameter; otherwise, false.
Static
EqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
Initializes a new instance of the Spotfire.Dxp.Application.Visuals.Maps.Projection class.
The projection identifier, either an EPSG code on the form "EPSG:1234" or "CustomIdentifierPrefix:ID" when referring to an imported coordinate reference system with id 'ID'. Any whitespace is removed from both ends of the string.
Initializes a new instance of the Spotfire.Dxp.Application.Visuals.Maps.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.
The projection identifier, either an EPSG code on the form "EPSG:1234" or "CustomIdentifierPrefix:ID" when referring to an imported coordinate reference system with id 'ID'. Any whitespace is removed from both ends of the string.
The projection PROJ4 definition.
The projection display name.
Static
Readonly
NoneThe non-geographic projection. Typically used for showing an arbitrary background image without geographic context.
Static
Readonly
WebThe "Web Mercator (auxiliary sphere)" coordinate reference system. See http://www.epsg-registry.org for reference.
Static
Readonly
Wgs84The "WGS 84" projection/coordinate reference system. See http://www.epsg-registry.org for reference.
Gets the identifier for this projection, typically an EPSG code on the form "EPSG:1234". The empty string for Spotfire.Dxp.Application.Visuals.Maps.Projection.None.
Represents a projection.
Since
2.0