Class TLcdISO19115RepresentativeFraction

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19118Object
com.luciad.format.metadata.model.identification.TLcdISO19115RepresentativeFraction
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdISO19115RepresentativeFraction extends TLcdISO19118Object
Derived from scale where md_representativefraction.denominator = 1 / scale.measure and scale.targetunits = scale.sourceunits
Since:
10.0
  • Field Details

    • DENOMINATOR_PROPERTY

      public static final TLcdDataProperty DENOMINATOR_PROPERTY
      Data property that maps to the denominator element. The possible values for this property are instances of TLcdISO19115Optional<Long>.
  • Constructor Details

    • TLcdISO19115RepresentativeFraction

      public TLcdISO19115RepresentativeFraction()
    • TLcdISO19115RepresentativeFraction

      public TLcdISO19115RepresentativeFraction(TLcdDataType aType)
  • Method Details

    • getDenominator

      public Long getDenominator()
      Returns the role value contained in the value of the DENOMINATOR_PROPERTY property. Returns null if the value of the DENOMINATOR_PROPERTY property is null.
      Returns:
      the role value of the DENOMINATOR_PROPERTY property.
      See Also:
    • setDenominator

      public void setDenominator(Long aValue)
      Sets the value of the property that maps to the denominator element. to a new instance of the association class TLcdISO19115Optional initialized with the given role value. In case the given role value is null, the DENOMINATOR_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the DENOMINATOR_PROPERTY property.