public class TextBoundaryReadHandler3D extends AbstractBoundaryReadHandler3D
BoundaryReadHandler3D
implementation for the non-standard TXT
.TextFacetDefinitionReader
Constructor and Description |
---|
TextBoundaryReadHandler3D() |
Modifier and Type | Method and Description |
---|---|
FacetDefinitionReader |
facetDefinitionReader(GeometryInput in)
Return a
FacetDefinitionReader for reading raw
facets from the given
input stream. |
Charset |
getDefaultCharset()
Get the text input default charset, used if the input does not
specify a charset.
|
GeometryFormat |
getFormat() |
void |
setDefaultCharset(Charset defaultCharset)
Set the text input default charset, used if the input does not
specify a charset.
|
boundaries, facets, read, readTriangleMesh
public TextBoundaryReadHandler3D()
public Charset getDefaultCharset()
public void setDefaultCharset(Charset defaultCharset)
defaultCharset
- text input default charsetpublic GeometryFormat getFormat()
public FacetDefinitionReader facetDefinitionReader(GeometryInput in)
FacetDefinitionReader
for reading raw
facets
from the given
input stream.in
- input stream to read fromCopyright © 2016–2021 The Apache Software Foundation. All rights reserved.