WebMapServiceBoundingBox Members TIBCO Spotfire 6.5 API Reference
The WebMapServiceBoundingBox type exposes the following members.
Constructors

  NameDescription
Public methodWebMapServiceBoundingBox
Back to Top
Methods

  NameDescription
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 propertyByteSize
Gets the byte size of the instance.
Public propertyCrs
Gets or sets the CRS as EPSG code.
Public propertyMaxX
Gets or sets the max X.
Public propertyMaxY
Gets or sets the max Y.
Public propertyMinX
Gets or sets the min X.
Public propertyMinY
Gets or sets the min Y.
Public propertyResX
Gets or sets the resolution for X.
Public propertyResY
Gets or sets the resolution for Y.
Back to Top
See Also