GeographicExtent Members TIBCO Spotfire 7.0 API Reference
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.)
Back to 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.
Back to Top
See Also