Uses of Class
com.luciad.format.s57.TLcdS57ObjectClassMap
Packages that use TLcdS57ObjectClassMap
-
Uses of TLcdS57ObjectClassMap in com.luciad.format.s57
Methods in com.luciad.format.s57 that return TLcdS57ObjectClassMapModifier and TypeMethodDescriptionTLcdS57ObjectClassMapDecoder.decodeS57ObjectClassMap(String aSourceName) Decodes the given map file.TLcdS57CatalogueModelDecoder.getObjectClassMap()Returns the object class map that is used by this model decoder.TLcdS57DirectoryModelDecoder.getObjectClassMap()Returns the object class map that is used by this model decoder.TLcdS57ModelDecoder.getObjectClassMap()Returns the object class map that is used by this model decoder.TLcdS57ProductConfiguration.getObjectClassMap()Returns the S-57 object class map for this product configuration.Methods in com.luciad.format.s57 with parameters of type TLcdS57ObjectClassMapModifier and TypeMethodDescriptionvoidTLcdS57CatalogueModelDecoder.setObjectClassMap(TLcdS57ObjectClassMap aObjectClassMap) Sets the object class map to be used by this model decoder.voidTLcdS57DirectoryModelDecoder.setObjectClassMap(TLcdS57ObjectClassMap aObjectClassMap) Sets the object class map to be used by this model decoder.voidTLcdS57ModelDecoder.setObjectClassMap(TLcdS57ObjectClassMap aObjectClassMap) Sets the object class map to be used by this model decoder.