Skip to content
Snippets Groups Projects
Commit 4d127bef authored by Glenn Proctor's avatar Glenn Proctor
Browse files

Improved documentation for version parameter to constructor.

parent 0d9e1c65
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,10 @@ use vars qw(@ISA);
Arg [..] : List of named arguments:
-NAME - The name of the coordinate system
-VERSION - (optional) The version of the coordinate system
-VERSION - (optional) The version of the coordinate system.
Note that if the version passed in is undefined,
it will be set to the empty string in the
resulting CoordSystem object.
-RANK - The rank of the coordinate system. The highest
level coordinate system should have rank 1, the
second highest rank 2 and so on. An example of
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment