Uses of Class
com.luciad.format.s57.TLcdS57AttributeClassMap
-
Uses of TLcdS57AttributeClassMap in com.luciad.format.s57
Modifier and TypeMethodDescriptionTLcdS57AttributeClassMapDecoder.decodeS57AttributeClassMap
(String aSourceName) Decodes the given map file.TLcdS57CatalogueModelDecoder.getAttributeClassMap()
Returns the attribute class map that is used by this model decoder.TLcdS57DirectoryModelDecoder.getAttributeClassMap()
Returns the attribute class map that is used by this model decoder.TLcdS57ModelDecoder.getAttributeClassMap()
Returns the attribute class map that is used by this model decoder.TLcdS57ObjectClassMapDecoder.getAttributeClassMap()
Returns the attribute class map from which attribute class descriptors are retrieved.TLcdS57ProductConfiguration.getAttributeClassMap()
Returns the S-57 attribute class map for this product configuration.Modifier and TypeMethodDescriptionvoid
TLcdS57CatalogueModelDecoder.setAttributeClassMap
(TLcdS57AttributeClassMap aAttributeClassMap) Sets the attribute class map to be used by this model decoder.void
TLcdS57DirectoryModelDecoder.setAttributeClassMap
(TLcdS57AttributeClassMap aAttributeClassMap) Sets the attribute class map to be used by this model decoder.void
TLcdS57ModelDecoder.setAttributeClassMap
(TLcdS57AttributeClassMap aAttributeClassMap) Sets the attribute class map to be used by this model decoder.void
TLcdS57ObjectClassMapDecoder.setAttributeClassMap
(TLcdS57AttributeClassMap aAttributeClassMap) Sets the attribute class map from which attribute class descriptors should be retrieved.ModifierConstructorDescriptionTLcdS57ObjectClassMapDecoder
(TLcdS57AttributeClassMap aAttributeClassMap) Constructs a newTLcdS57ObjectClassMapDecoder
, initialized with the given attribute class map.