Package com.luciad.format.s57
Class TLcdS57DataTypes
java.lang.Object
com.luciad.format.s57.TLcdS57DataTypes
This class provides static access to the S-57 data model and its types.
Note that it does only provide access to the data types which are common to all S-57 products.
Product specific information, such as ENC or AML object classes, is stored in the
product-specific data model. This can be retrieved via the
TLcdS57ObjectClassMapDecoder
.- Since:
- 10.1
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataType
S-57 coded string attribute type; each value is a string of ASCII characters in a predefined format, specific to the attribute.static final TLcdDataType
S-57 enumerated attribute type; each value is selected from a predefined list of attribute values, specific to the attribute.static final TLcdDataType
Abstract super type of all S-57 feature objects. -
Method Summary
-
Field Details
-
ObjectType
Abstract super type of all S-57 feature objects. -
EnumeratedType
S-57 enumerated attribute type; each value is selected from a predefined list of attribute values, specific to the attribute. -
CodedStringType
S-57 coded string attribute type; each value is a string of ASCII characters in a predefined format, specific to the attribute.
-
-
Method Details
-
getDataModel
Returns the S-57 data model. This data model contains the static part of S-57 that is common to all S-57 products:- A common super type for all S-57 objects
- S-57 specific attribute types
- Returns:
- the S-57 data model.
-