Class RGLMeasureSystem
java.lang.Object
com.regula.documentreader.api.enums.RGLMeasureSystem
The constants of the enumeration identify the system for measuring distances and weight
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
It's the Imperial System of Measurement, where things are measured in feet, inches and poundsstatic final int
It's the Metric System of Measurement, which uses the measuring units such as meters and grams and adds prefixes like kilo, milli and centi to count orders of magnitude -
Constructor Summary
-
Method Summary
-
Field Details
-
METRIC
public static final int METRICIt's the Metric System of Measurement, which uses the measuring units such as meters and grams and adds prefixes like kilo, milli and centi to count orders of magnitude- See Also:
-
IMPERIAL
public static final int IMPERIALIt's the Imperial System of Measurement, where things are measured in feet, inches and pounds- See Also:
-
-
Constructor Details
-
RGLMeasureSystem
public RGLMeasureSystem()
-