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
-
Method Summary
Modifier and TypeMethodDescriptionstatic Integer
Returns the IDSM value.static Integer
Returns the ISDM value.static Float
Returns the MSDC value.static Float
Returns the MSSC value.static Float
Returns the SSDC value.static void
setIDSMValue
(Integer aIDSMValue) Sets the IDSM value.static void
setISDMValue
(Integer aISDMValue) Sets the ISDM value.static void
setMSDCValue
(Float aMSDCValue) Sets the MSDC value.static void
setMSSCValue
(Float aMSSCValue) Sets the MSSC value.static void
setSSDCValue
(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:
-