Uses of Enum Class
com.luciad.format.s57.ELcdS57ProductType
Package
Description
Handles the S-52 format.
Handles the S-57 format.
Handles the S-63 format.
-
Uses of ELcdS57ProductType in com.luciad.format.s52
Modifier and TypeMethodDescriptionTLcdS52DisplaySettings.getProductType()
Returns the product type for which these display settings are meant to be applied.Modifier and TypeMethodDescriptionstatic TLcdS52ProductConfiguration
TLcdS52ProductConfiguration.getInstance
(ELcdS57ProductType aProductType) Get a S-52 product configuration for the specified S-57 product type.static TLcdS52ProductConfiguration
TLcdS52ProductConfiguration.getInstance
(ELcdS57ProductType aProductType, boolean aAntiAliasing) Get a S-52 product configuration for the specified S-57 product type and anti-aliasing setting.static TLcdS52ProductConfiguration
TLcdS52ProductConfiguration.getInstance
(ELcdS57ProductType aProductType, boolean aAntiAliasing, double aScaleFactor) Get a S-52 product configuration for the specified S-57 product type, anti-aliasing setting and scale factor.static TLcdS52ProductConfiguration
TLcdS52ProductConfiguration.newInstance
(ELcdS57ProductType aProductType) Deprecated.static TLcdS52ProductConfiguration
TLcdS52ProductConfiguration.newInstance
(ELcdS57ProductType aProductType, boolean aAntiAliasing) Deprecated.Since the returned instance is immutable, you can useTLcdS52ProductConfiguration.getInstance(com.luciad.format.s57.ELcdS57ProductType)
instead (since 2013.1)ModifierConstructorDescriptionTLcdS52DisplaySettings
(ELcdS57ProductType aProductType) Creates a newTLcdS52DisplaySettings
instance with default display settings for the given product. -
Uses of ELcdS57ProductType in com.luciad.format.s57
Modifier and TypeMethodDescriptionstatic ELcdS57ProductType
Returns the S-57 product type of the given model.TLcdS57ModelDescriptor.getProductType()
Returns the S-57 product type (ENC, AML, ...) of this model.TLcdS57ObjectClassMap.getProductType()
Returns the S-57 product type (ENC, AML, ...) described by this object class map.TLcdS57ProductConfiguration.getProductType()
Returns the S-57 product type of this configuration.static ELcdS57ProductType
Returns the enum constant of this class with the specified name.static ELcdS57ProductType[]
ELcdS57ProductType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic TLcdS57ProductConfiguration
TLcdS57ProductConfiguration.getInstance
(ELcdS57ProductType aProductType) Get a S-57 product configuration for the specified S-57 product type.static TLcdS57ProductConfiguration
TLcdS57ProductConfiguration.newInstance
(ELcdS57ProductType aProductType) Deprecated.Since the returned instance is immutable, you can useTLcdS57ProductConfiguration.getInstance(com.luciad.format.s57.ELcdS57ProductType)
instead (since 2013.1)void
TLcdS57ModelDescriptor.setProductType
(ELcdS57ProductType aProductType) Sets the S-57 product type (ENC, AML, ...) of this model. -
Uses of ELcdS57ProductType in com.luciad.format.s63
Modifier and TypeMethodDescriptionstatic TLcdS63ProductConfiguration
TLcdS63ProductConfiguration.getInstance
(ELcdS57ProductType aProductType) Get a S-63 product configuration for the specified S-57 product type.static TLcdS63ProductConfiguration
TLcdS63ProductConfiguration.newInstance
(ELcdS57ProductType aProductType) Deprecated.Since the returned instance is immutable, you can useTLcdS63ProductConfiguration.getInstance(com.luciad.format.s57.ELcdS57ProductType)
instead (since 2013.1)
TLcdS52ProductConfiguration.getInstance(com.luciad.format.s57.ELcdS57ProductType)
instead (since 2013.1)