Uses of Class
com.luciad.format.s57.TLcdS57AttributeClassMap
Packages that use TLcdS57AttributeClassMap
-
Uses of TLcdS57AttributeClassMap in com.luciad.format.s57
Methods in com.luciad.format.s57 that return TLcdS57AttributeClassMapModifier 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.Methods in com.luciad.format.s57 with parameters of type TLcdS57AttributeClassMapModifier and TypeMethodDescriptionvoidTLcdS57CatalogueModelDecoder.setAttributeClassMap(TLcdS57AttributeClassMap aAttributeClassMap) Sets the attribute class map to be used by this model decoder.voidTLcdS57DirectoryModelDecoder.setAttributeClassMap(TLcdS57AttributeClassMap aAttributeClassMap) Sets the attribute class map to be used by this model decoder.voidTLcdS57ModelDecoder.setAttributeClassMap(TLcdS57AttributeClassMap aAttributeClassMap) Sets the attribute class map to be used by this model decoder.voidTLcdS57ObjectClassMapDecoder.setAttributeClassMap(TLcdS57AttributeClassMap aAttributeClassMap) Sets the attribute class map from which attribute class descriptors should be retrieved.Constructors in com.luciad.format.s57 with parameters of type TLcdS57AttributeClassMapModifierConstructorDescriptionTLcdS57ObjectClassMapDecoder(TLcdS57AttributeClassMap aAttributeClassMap) Constructs a newTLcdS57ObjectClassMapDecoder, initialized with the given attribute class map.