Class XFFWriter


  • public class XFFWriter
    extends java.lang.Object
    Simple XFF writing code, ripped off from Dazzle 0.08. It probably needs a re-write to allow custom types to be used properly, but it has enough hooks for now...
    Author:
    Thomas Down
    • Constructor Detail

      • XFFWriter

        public XFFWriter()
      • XFFWriter

        public XFFWriter​(XFFHelper h)
    • Method Detail

      • writeFeatureSet

        public void writeFeatureSet​(FeatureHolder fh,
                                    XMLWriter xw)
                             throws java.io.IOException
        Throws:
        java.io.IOException