GeographicExtent Class

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

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

The GeographicExtent type exposes the following members.

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
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 methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
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
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