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
Derived from scale where md_representativefraction.denominator = 1 / scale.measure and scale.targetunits = scale.sourceunits
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to thedenominatorelement.Fields inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
ID_PROPERTY, UUID_PROPERTY -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionReturns the role value contained in the value of theDENOMINATOR_PROPERTYproperty.voidsetDenominator(Long aValue) Sets the value of the property that maps to thedenominatorelement.Methods inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
getId, getUuid, setId, setUuid
-
Field Details
-
DENOMINATOR_PROPERTY
Data property that maps to thedenominatorelement. The possible values for this property are instances ofTLcdISO19115Optional<Long>.
-
-
Constructor Details
-
TLcdISO19115RepresentativeFraction
public TLcdISO19115RepresentativeFraction() -
TLcdISO19115RepresentativeFraction
-
-
Method Details
-
getDenominator
Returns the role value contained in the value of theDENOMINATOR_PROPERTYproperty. Returnsnullif the value of theDENOMINATOR_PROPERTYproperty isnull.- Returns:
- the role value of the
DENOMINATOR_PROPERTYproperty. - See Also:
-
setDenominator
Sets the value of the property that maps to thedenominatorelement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, theDENOMINATOR_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theDENOMINATOR_PROPERTYproperty.
-