Class StlBoundaryReadHandler3D

    • Field Detail

      • defaultCharset

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

      • StlBoundaryReadHandler3D

        public StlBoundaryReadHandler3D()
    • Method Detail

      • getFormat

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

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

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