Projection Members TIBCO Spotfire 7.0 API Reference
The Projection type exposes the following members.
Constructors

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

  NameDescription
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Overrides Object Equals(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 Object GetHashCode .)
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.)
Back to Top
Operators

  NameDescription
Public operatorStatic memberEquality
Equality operator.
Public operatorStatic memberInequality
Inequality operator.
Back to 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.
Back to 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.
Back to Top
See Also