Class TextBoundaryReadHandler3D

    • Field Detail

      • defaultCharset

        private java.nio.charset.Charset defaultCharset
        Default charset for reading text input.
    • Constructor Detail

      • TextBoundaryReadHandler3D

        public TextBoundaryReadHandler3D()
    • Method Detail

      • getDefaultCharset

        public java.nio.charset.Charset getDefaultCharset()
        Get the text input default charset, used if the input does not specify a charset.
        Returns:
        text input default charset
      • setDefaultCharset

        public void setDefaultCharset​(java.nio.charset.Charset defaultCharset)
        Set the text input default charset, used if the input does not specify a charset.
        Parameters:
        defaultCharset - text input default charset
      • getFormat

        public GeometryFormat getFormat()
        Get the data format supported by this handler.
        Returns:
        data format supported by this handler