Package | Description |
---|---|
org.apache.commons.geometry.io.euclidean.threed |
This package contains the core interfaces and classes providing IO
functionality for Euclidean 3D space.
|
org.apache.commons.geometry.io.euclidean.threed.obj |
This package contains types for reading and writing the
OBJ
geometric data file format.
|
org.apache.commons.geometry.io.euclidean.threed.stl |
This package contains types for reading and writing the
STL
geometric data file format.
|
org.apache.commons.geometry.io.euclidean.threed.txt |
This package contains types for working with simple text-based 3D geometric
data formats, including CSV and simple text files.
|
Modifier and Type | Method and Description |
---|---|
FacetDefinitionReader |
BoundaryReadHandler3D.facetDefinitionReader(GeometryInput in)
Return a
FacetDefinitionReader for reading raw
facets from the given
input stream. |
FacetDefinitionReader |
BoundaryIOManager3D.facetDefinitionReader(GeometryInput in,
GeometryFormat fmt)
Get a
FacetDefinitionReader for reading facet information from the given input. |
static FacetDefinitionReader |
IO3D.facetDefinitionReader(GeometryInput in,
GeometryFormat fmt)
Get a
FacetDefinitionReader for reading facet information from the given input. |
static FacetDefinitionReader |
IO3D.facetDefinitionReader(Path path)
Get a
FacetDefinitionReader for reading facet information from the given file path. |
static FacetDefinitionReader |
IO3D.facetDefinitionReader(URL url)
Get a
FacetDefinitionReader for reading facet information from the given URL. |
Modifier and Type | Class and Description |
---|---|
class |
ObjFacetDefinitionReader
Class for reading
facets from OBJ content. |
Modifier and Type | Method and Description |
---|---|
FacetDefinitionReader |
ObjBoundaryReadHandler3D.facetDefinitionReader(GeometryInput in)
Return a
FacetDefinitionReader for reading raw
facets from the given
input stream. |
Modifier and Type | Class and Description |
---|---|
class |
BinaryStlFacetDefinitionReader
Class used to read the binary form of the STL file format.
|
class |
TextStlFacetDefinitionReader
FacetDefinitionReader for reading the text (i.e., "ASCII") version of the STL file format. |
Modifier and Type | Method and Description |
---|---|
static FacetDefinitionReader |
StlFacetDefinitionReaders.create(InputStream in,
Charset charset)
Construct a
FacetDefinitionReader for reading STL content from the
given input. |
FacetDefinitionReader |
StlBoundaryReadHandler3D.facetDefinitionReader(GeometryInput in)
Return a
FacetDefinitionReader for reading raw
facets from the given
input stream. |
Modifier and Type | Class and Description |
---|---|
class |
TextFacetDefinitionReader
Facet definition reader implementation that reads an extremely simple
text format.
|
Modifier and Type | Method and Description |
---|---|
FacetDefinitionReader |
TextBoundaryReadHandler3D.facetDefinitionReader(GeometryInput in)
Return a
FacetDefinitionReader for reading raw
facets from the given
input stream. |
Copyright © 2016–2021 The Apache Software Foundation. All rights reserved.