Uses of Interface
com.luciad.format.s57.ILcdS57InvalidCellExceptionHandler
Package
Description
Handles the S-57 format.
Handles the S-63 format.
-
Uses of ILcdS57InvalidCellExceptionHandler in com.luciad.format.s57
Modifier 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.Modifier and TypeMethodDescriptionvoid
TLcdS57CatalogueModelDecoder.setInvalidCellExceptionHandler
(ILcdS57InvalidCellExceptionHandler aHandler) Sets the cell exception handler to be used when decoding individual cells.void
TLcdS57DirectoryModelDecoder.setInvalidCellExceptionHandler
(ILcdS57InvalidCellExceptionHandler aHandler) Sets the cell exception handler to be used when decoding individual cells.void
TLcdS57UnifiedModelDecoder.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
Modifier and TypeMethodDescriptionTLcdS63UnifiedModelDecoder.getInvalidCellExceptionHandler()
Return the cell exception handler to be used when decoding individual cells.Modifier and TypeMethodDescriptionvoid
TLcdS63UnifiedModelDecoder.setInvalidCellExceptionHandler
(ILcdS57InvalidCellExceptionHandler aHandler) Sets the cell exception handler to be used when decoding individual cells in a catalog.