Package com.luciad.format.s57
Enum Class ELcdS57ProductType
- All Implemented Interfaces:
Serializable
,Comparable<ELcdS57ProductType>
,Constable
Enumeration modeling the S-57 product types supported out-of-the-box by the Maritime Standards component.
- Since:
- 11.0
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ELcdS57ProductType
Returns the S-57 product type of the given model.Returns the source filename of the product configuration file.getName()
static ELcdS57ProductType
Returns the enum constant of this class with the specified name.static ELcdS57ProductType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ENC
The ENC (Electronic Navigational Charts) product type. -
IENC
The IENC (Inland ENC) product type. -
AML
The AML (Additional Military Layers) product type.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getConfigurationSourceName
Returns the source filename of the product configuration file.- Returns:
- the source filename of the product configuration file.
-
getName
-
fromModel
Returns the S-57 product type of the given model.- Parameters:
aModel
- the model to check. Can be a cell or catalogue.- Returns:
- the used product type, or null if the model does not contain ECDIS related data.
- Since:
- 2023.0
-