GeographicExtent Class TIBCO Spotfire 7.12 API Reference
Represents an extent in a map chart. This extent is generally geographical, but can also represent a non-geographical extent in the case of Projection.None.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.Application.Visuals.MapsGeographicExtent

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

C#
[SerializableAttribute]
[ImmutableAttribute]
[PersistenceVersionAttribute(14, 0)]
public sealed class GeographicExtent : ISerializable

The GeographicExtent type exposes the following members.

Methods

  NameDescription
Public methodStatic memberCreate(Projection, Range, Range)
Creates an extent with the provided limiting ranges.
Public methodStatic memberCreate(Projection, Double, Double, Double, Double)
Creates an extent with the provided limiting points.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyEast
Gets the east value of the extent.
Public propertyNorth
Gets the north value of the extent.
Public propertyProjection
Gets the Projection in which the extent limits are expressed.
Public propertySouth
Gets the south value of the extent.
Public propertyWest
Gets the west value of the extent.
Top
Version Information

Supported in: 7.9, 7.8, 7.7, 7.6, 7.5, 7.12, 7.11, 7.10, 7.0
See Also

Reference