GetPointsList - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

DataSets[Builtin][WorldMap]

  

GetPointsList

  

retrieve as a list all points stored in a WorldMap object

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

GetPointsList(m)

Parameters

m

-

a WorldMap object

Description

• 

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.

Examples

(1)

(2)

(3)

(4)

(5)

(6)

Compatibility

• 

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