setValues(...)
This method modifies the JournalOptions object.
Required arguments
None.
Optional arguments
- replayGeometry
A SymbolicConstant specifying the format of the geometry in the replay file. Possible values are COORDINATE, INDEX, and COMPRESSEDINDEX. The default value is COMPRESSEDINDEX.
- recoverGeometry
A SymbolicConstant specifying the format of the geometry in the recovery file. Possible values are COORDINATE, INDEX, and COMPRESSEDINDEX. The default value is COMPRESSEDINDEX.
- defaultFormat
A NumberFormat object specifying the default format for numeric output. The default values are the same as the default values for the NumberFormat object.
- fieldReportFormat
A NumberFormat object specifying the default format for numbers in a field report output. The default values are the same as the default values for the NumberFormat object.
- geometryFormat
A NumberFormat object specifying the default format for numbers in geometry commands output. The default values are the same as the default values for the NumberFormat object.
Return value
None.
Exceptions
None.