Package com.luciad.format.vpf
Class TLcdVPFGeoSymDefaults
java.lang.Object
com.luciad.format.vpf.TLcdVPFGeoSymDefaults
Stores the default values for the ECDIS External Attribute Values used
in the rules to determine the representation of a VPF object. They are only used when displaying
DNC data.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IntegerReturns the IDSM value.static IntegerReturns the ISDM value.static FloatReturns the MSDC value.static FloatReturns the MSSC value.static FloatReturns the SSDC value.static voidsetIDSMValue(Integer aIDSMValue) Sets the IDSM value.static voidsetISDMValue(Integer aISDMValue) Sets the ISDM value.static voidsetMSDCValue(Float aMSDCValue) Sets the MSDC value.static voidsetMSSCValue(Float aMSSCValue) Sets the MSSC value.static voidsetSSDCValue(Float aSSDCValue) Sets the SSDC value.
-
Constructor Details
-
TLcdVPFGeoSymDefaults
public TLcdVPFGeoSymDefaults()
-
-
Method Details
-
getSSDCValue
Returns the SSDC value.- Returns:
- The SSDC value
- See Also:
-
setSSDCValue
Sets the SSDC value.- Parameters:
aSSDCValue- The SSDC value.- See Also:
-
getMSDCValue
Returns the MSDC value.- Returns:
- The MSDC value
- See Also:
-
setMSDCValue
Sets the MSDC value.- Parameters:
aMSDCValue- The MSDC value.- See Also:
-
getMSSCValue
Returns the MSSC value.- Returns:
- The MSSC value
- See Also:
-
setMSSCValue
Sets the MSSC value.- Parameters:
aMSSCValue- The MSSC value.- See Also:
-
getISDMValue
Returns the ISDM value.- Returns:
- The ISDM value
- See Also:
-
setISDMValue
Sets the ISDM value.- Parameters:
aISDMValue- The ISDM value.- See Also:
-
getIDSMValue
Returns the IDSM value.- Returns:
- The IDSM value
- See Also:
-
setIDSMValue
Sets the IDSM value.- Parameters:
aIDSMValue- The IDSM value.- See Also:
-