Class ShapeTableFileFilter

  • All Implemented Interfaces:
    FileFilter

    public class ShapeTableFileFilter
    extends java.lang.Object
    implements FileFilter
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] filter​(FileEntry fileEntry)
      Process the given FileEntry and return a byte array with filtered data.
      java.lang.String getSuggestedFileName​(FileEntry fileEntry)
      Give suggested file name.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ShapeTableFileFilter

        public ShapeTableFileFilter()
    • Method Detail

      • filter

        public byte[] filter​(FileEntry fileEntry)
        Description copied from interface: FileFilter
        Process the given FileEntry and return a byte array with filtered data.
        Specified by:
        filter in interface FileFilter