PlotPoint3D

A position in space defined by longitude, latitude, and altitude.

new SuperMap3D.PlotPoint3D(x, y, z)

Name Type Default Description
x Number 0.0 optional Longitude in degrees.
y Number 0.0 optional Latitude in degrees.
z Number 0.0 optional Height in meters.

Extends

Members

x : Number

Longitude in degrees.
Inherited From:
Default Value: 0.0

y : Number

Latitude in degrees.
Inherited From:
Default Value: 0.0

z : Number

The height of the ellipsoid in meters.
Inherited From:
Default Value: 0.0

Methods

equals(right)Boolean

Determines whether the object is equal to the current object
Name Type Description
right MPoint3D The object being judged
Returns:
Return true if equal, false otherwise
Inherited From:

toString()String

Creates a string representing the map in '(longitude, latitude, height)' format.
Returns:
A string representing a map in the format '(longitude, latitude, height)'.
Inherited From: