KiiCloudStorageSDK : KiiCorp.Cloud.Storage Namespace

KiiGeoPoint Struct

Represents Geo Point.

Syntax

public struct KiiGeoPoint

Remarks

This class is used to set KiiCorp.Cloud.Storage.KiiObject with geo spatial data.

Requirements

Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0

Members

See Also: Inherited members from ValueType.

Public Constructors

Create KiiGeoPoint with given latitude and longitude.

Public Properties

[read-only]
Latitude double . Gets the latitude.
[read-only]
Longitude double . Gets the longitude.

Public Methods

Equals (KiiGeoPoint) : bool
Determines whether the specified KiiCorp.Cloud.Storage.KiiGeoPoint is equal to the current KiiCorp.Cloud.Storage.KiiGeoPoint.
override
GetHashCode () : int
Serves as a hash function for a KiiCorp.Cloud.Storage.KiiGeoPoint object.

Member Details

KiiGeoPoint Constructor

Create KiiGeoPoint with given latitude and longitude.

Syntax

public KiiGeoPoint (double latitude, double longitude)

Parameters

latitude
Latitude of the point in degrees. Valid if the value is greater than -90 degrees and less than +90 degrees.
longitude
Longitude of the point in degrees. Valid if the value is greater than -90 degrees and less than +90 degrees.

Exceptions

Type Reason
ArgumentException Is thrown when an argument is invalid.

Remarks

If latitude/longitude is out of dange, an exception will be thrown.

Requirements

Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0

Equals Method

Determines whether the specified KiiCorp.Cloud.Storage.KiiGeoPoint is equal to the current KiiCorp.Cloud.Storage.KiiGeoPoint.

Syntax

public bool Equals (KiiGeoPoint other)

Parameters

other
The KiiCorp.Cloud.Storage.KiiGeoPoint to compare with the current KiiCorp.Cloud.Storage.KiiGeoPoint.

Returns

true if the specified KiiCorp.Cloud.Storage.KiiGeoPoint is equal to the current KiiCorp.Cloud.Storage.KiiGeoPoint; otherwise, false.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0

GetHashCode Method

Serves as a hash function for a KiiCorp.Cloud.Storage.KiiGeoPoint object.

Syntax

public override int GetHashCode ()

Returns

A hash code for this instance that is suitable for use in hashing algorithms and data structures such as a hash table.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0

Latitude Property

Gets the latitude.

Syntax

public double Latitude { get; }

Value

The latitude.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0

Longitude Property

Gets the longitude.

Syntax

public double Longitude { get; }

Value

The longitude.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0