Class GeometryTextCleaner


  • public class GeometryTextCleaner
    extends java.lang.Object
    Cleans text strings which are supposed to contain valid text for Geometries (either WKB, WKB, or GML)
    Author:
    mbdavis
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String WKT_SYMBOLS  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String cleanWKT​(java.lang.String input)  
      • Methods inherited from class java.lang.Object

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

      • GeometryTextCleaner

        public GeometryTextCleaner()
    • Method Detail

      • cleanWKT

        public static java.lang.String cleanWKT​(java.lang.String input)