sigmlgen
Class CASMMToMetres

java.lang.Object
  extended by sigmlgen.CASMMToMetres

public class CASMMToMetres
extends java.lang.Object

Main class, whose main method converts all the length/position values in a CAS file from mm to metres, using a simple XSLT transform.


Constructor Summary
CASMMToMetres()
           
 
Method Summary
static void main(java.lang.String[] args)
          This method must have exactly two arguments, an input an an output CAS file path: the mm-to-metres transform is applied to the former giving the result in the latter.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CASMMToMetres

public CASMMToMetres()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws XMLTransformer.XMLTransformerException
This method must have exactly two arguments, an input an an output CAS file path: the mm-to-metres transform is applied to the former giving the result in the latter.

Throws:
XMLTransformer.XMLTransformerException