Uses of Interface
com.luciad.format.s57.ILcdS57InvalidCellExceptionHandler
Packages that use ILcdS57InvalidCellExceptionHandler
Package
Description
Handles the S-57 format.
Handles the S-63 format.
-
Uses of ILcdS57InvalidCellExceptionHandler in com.luciad.format.s57
Methods in com.luciad.format.s57 that return ILcdS57InvalidCellExceptionHandlerModifier and TypeMethodDescriptionTLcdS57CatalogueModelDecoder.getInvalidCellExceptionHandler()Return the cell exception handler to be used when decoding individual cells.TLcdS57DirectoryModelDecoder.getInvalidCellExceptionHandler()Return the cell exception handler to be used when decoding individual cells.TLcdS57UnifiedModelDecoder.getInvalidCellExceptionHandler()Return the cell exception handler to be used when decoding individual cells.Methods in com.luciad.format.s57 with parameters of type ILcdS57InvalidCellExceptionHandlerModifier and TypeMethodDescriptionvoidTLcdS57CatalogueModelDecoder.setInvalidCellExceptionHandler(ILcdS57InvalidCellExceptionHandler aHandler) Sets the cell exception handler to be used when decoding individual cells.voidTLcdS57DirectoryModelDecoder.setInvalidCellExceptionHandler(ILcdS57InvalidCellExceptionHandler aHandler) Sets the cell exception handler to be used when decoding individual cells.voidTLcdS57UnifiedModelDecoder.setInvalidCellExceptionHandler(ILcdS57InvalidCellExceptionHandler aHandler) Sets the cell exception handler to be used when decoding individual cells in a catalog. -
Uses of ILcdS57InvalidCellExceptionHandler in com.luciad.format.s63
Methods in com.luciad.format.s63 that return ILcdS57InvalidCellExceptionHandlerModifier and TypeMethodDescriptionTLcdS63UnifiedModelDecoder.getInvalidCellExceptionHandler()Return the cell exception handler to be used when decoding individual cells.Methods in com.luciad.format.s63 with parameters of type ILcdS57InvalidCellExceptionHandlerModifier and TypeMethodDescriptionvoidTLcdS63UnifiedModelDecoder.setInvalidCellExceptionHandler(ILcdS57InvalidCellExceptionHandler aHandler) Sets the cell exception handler to be used when decoding individual cells in a catalog.