Library | Package Java Toolkit

Interface UnitConversionFactor

package com.ptc.pfc.pfcUnits;

public interface UnitConversionFactor
  extends jxobject



Description

This class describes how a unit is related to its reference unit.



Method Summary
/*optional*/ DoubleGetOffset ()
    Get method for attribute "Offset"
    The offset value applied to values in the reference unit.
doubleGetScale ()
    Get method for attribute "Scale"
    The scale applied to values in the reference unit to get the value in the actual unit.
voidSetOffset ( /*optional*/ Double value)
    Set method for attribute "Offset"
    The offset value applied to values in the reference unit.
voidSetScale (double value)
    Set method for attribute "Scale"
    The scale applied to values in the reference unit to get the value in the actual unit.

Method Detail

GetScale/SetScale

doubleGetScale ()
voidSetScale (double value)


    The scale applied to values in the reference unit to get the value in the actual unit.
Manual References:
Solid: Accessing Individual Units, Solid: Accessing Individual Units, Solid: Modifying Individual Units



GetOffset/SetOffset

/*optional*/ DoubleGetOffset ()
voidSetOffset ( /*optional*/ Double value)


    The offset value applied to values in the reference unit.
Manual References:
Solid: Accessing Individual Units, Solid: Accessing Individual Units, Solid: Modifying Individual Units, Solid: Modifying Individual Units