Click or drag to resize

Vector Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

Note: This API is now obsolete.

A vector is formed from a LatLon with a given heading and speed.
Inheritance Hierarchy
SystemObject
  Telogis.GeoBaseVector

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
[ObsoleteAttribute]
public class Vector

The Vector type exposes the following members.

Constructors
  NameDescription
Public methodVector(LatLon)
Construct Vector with a location but with no heading or speed.
Public methodVector(LatLon, Double)
Construct Vector with location and heading.
Top
Properties
  NameDescription
Public propertyHasHeading
Gets whether this Vector currently has a heading set.
Public propertyHeading
Gets or sets the heading in degrees. Specify -1 for no heading. Values are modded by 360, in order to fall in the range 0 <= heading < 360.
Top
Methods
  NameDescription
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 methodGetSpeed
Gets the speed of this vector in the specified units.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetSpeed
Sets the speed of this vector in the specified units.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldLocation
A LatLon representing the location of this vector.
Top
Remarks
The heading is specified by degrees in a clockwise rotation about the compass face, where North = 0.
See Also