new Coordinate
Parameters:
| Name | Type | Description |
|---|---|---|
x |
number | X. |
y |
number | Y. |
- Source:
- coordinate.js, line 21
Extends
- goog.math.Vec2
Members
-
<static, constant> ZERO :ol.Coordinate
-
- Source:
- coordinate.js, line 31
Methods
-
<static> createStringXY
-
Parameters:
Name Type Argument Description precisionnumber <optional>
(Optional) Precision. - Source:
- coordinate.js, line 38
Returns:
Coordinate format.- Type
- ol.CoordinateFormatType
-
<static> toStringHDMS
-
Parameters:
Name Type Description coordinateol.Coordinate | undefined Coordinate. - Source:
- coordinate.js, line 65
Returns:
Hemisphere, degrees, minutes and seconds.- Type
- string
-
<static> toStringXY
-
Parameters:
Name Type Argument Description coordinateol.Coordinate | undefined Coordinate. precisionnumber <optional>
(Optional) Precision. - Source:
- coordinate.js, line 80
Returns:
XY.- Type
- string