DataSets[Builtin][WorldMap]
GetPointsList
retrieve as a list all points stored in a WorldMap object
Calling Sequence
Parameters
Description
Examples
Compatibility
GetPointsList(m)
m
-
a WorldMap object
The GetPointsList command returns the list of all points stored in m.
The points are sorted in the lexicographical order.
If a point does not have a string label, the empty string is assigned to it as a placeholder.
m≔DataSets:-Builtin:-WorldMap⁡0,0,0,−1,Ocean
m≔PLOT⁡...A map of the world with 2 pointsprojection: MillerCylindrical
GetPointsList⁡m
0,−1,Ocean,0,0,
AddPoints⁡m,0,1,−5,−5,somewhere
PLOT⁡...A map of the world with 4 pointsprojection: MillerCylindrical
−5,−5,somewhere,0,−1,Ocean,0,0,,0,1,
RemovePoint⁡m,0,−1,Ocean
PLOT⁡...A map of the world with 3 pointsprojection: MillerCylindrical
−5,−5,somewhere,0,0,,0,1,
The DataSets[Builtin][WorldMap][GetPointsList] command was introduced in Maple 2017.
For more information on Maple 2017 changes, see Updates in Maple 2017.
See Also
AddPoint
RemovePoint
WorldMap
Download Help Document