characterMap is undoable, queryable, and editable.
This command is used to create a correlation between the attributes of 2 or more characters.
Long name (short name) |
[argument types] |
Properties |
-mapAttr(-ma)
|
string string
|
 
|
|
In query mode, this flag can be used to query the mapping stored by the specified map node. It returns an array of strings.
In non-query mode, this flag can be used to create a mapping between the specified character members. Any previous mapping on the attributes is removed in favor of the newly specified mapping.
In query mode, this flag needs a value.
|
|
-unmapAttr(-ua)
|
string string
|

|
|
This flag can be used to unmap the mapping stored by the specified map node.
|
|
-mapping(-m)
|
string
|
|
|
This flag is valid in query mode only. It must be used before the query flag with a string argument. It is used for querying the mapping for a particular attribute. A string array is returned.
In query mode, this flag needs a value.
|
|
-proposedMapping(-pm)
|
|
|
|
This flag is valid in query mode only. It is used to get an array of the mapping that the character map would prvide if called with the specified characters and the (optional) specified mappingMethod. If a character map exists on the characters, the map is not affected by the query operation. A string array is returned.
In query mode, this flag needs a value.
|
|
-mapMethod(-mm)
|
string
|
|
|
This is is valid in create mode only. It specifies how the mapping should be done. Valid options are: "byNodeName", "byAttrName", and "byAttrOrder". "byAttrOrder" is the default. The flags mean the following: "byAttrOrder" maps using the order that the character stores the attributes internally, "byAttrName" uses the attribute name to find a correspondence, "byNodeName" uses the node name *and* the attribute name to find a correspondence.
|
|
-mapNode(-mn)
|
string string
|

|
|
This flag can be used to map all the attributes on the source node to their matching attributes on the destination node.
In query mode, this flag needs a value.
|
|
-unmapNode(-umn)
|
string string
|
|
|
This flag can be used to unmap all the attributes on the source node to their matching attributes on the destination node. Note that mapped attributes which do not have matching names, will not be unmapped.
|
|