Click or drag to resize

WbGlobeCoordinate Structure

This is preliminary documentation and is subject to change.

In Wikibase, represents a point on the globe.
Inheritance Hierarchy
SystemObject
  SystemValueType
    WikiClientLibrary.Wikibase.DataTypesWbGlobeCoordinate

Namespace: WikiClientLibrary.Wikibase.DataTypes
Assembly: WikiClientLibrary.Wikibase (in WikiClientLibrary.Wikibase.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
public struct WbGlobeCoordinate : IEquatable<WbGlobeCoordinate>

The WbGlobeCoordinate type exposes the following members.

Constructors
 NameDescription
Public methodWbGlobeCoordinate Initialize a new WbGlobeCoordinate instance with coordinate, precision, and globe entity URI.
Top
Properties
 NameDescription
Public propertyGlobeEntity URI of the globe.
Public propertyLatitudeLatitude, in degrees.
Public propertyLongitudeLongitude, in degrees.
Public propertyPrecisionPrecision, in degrees.
Top
Methods
 NameDescription
Public methodEquals(Object)Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object))
Public methodEquals(WbGlobeCoordinate)Indicates whether the current object is equal to another object of the same type.
Public methodGetHashCodeReturns the hash code for this instance.
(Overrides ValueTypeGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns the fully qualified type name of this instance.
(Overrides ValueTypeToString)
Top
Operators
See Also