GeographicExtent Class TIBCO Spotfire 7.6 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: 25.11.10401.3615 (25.11.10401.3615)
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.
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 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
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.6, 7.5, 7.0, 6.5
See Also

Reference