Uses of Interface
org.apache.commons.geometry.io.euclidean.threed.FacetDefinitionReader
Packages that use FacetDefinitionReader
Package
Description
This package contains the core interfaces and classes providing IO
functionality for Euclidean 3D space.
This package contains types for reading and writing the
OBJ
geometric data file format.
This package contains types for reading and writing the
STL
geometric data file format.
This package contains types for working with simple text-based 3D geometric
data formats, including CSV and simple text files.
-
Uses of FacetDefinitionReader in org.apache.commons.geometry.io.euclidean.threed
Fields in org.apache.commons.geometry.io.euclidean.threed declared as FacetDefinitionReaderModifier and TypeFieldDescriptionprivate final FacetDefinitionReader
AbstractBoundaryReadHandler3D.FacetDefinitionReaderIterator.reader
Reader supplying the facets for iteration.Methods in org.apache.commons.geometry.io.euclidean.threed that return FacetDefinitionReaderModifier and TypeMethodDescriptionBoundaryIOManager3D.facetDefinitionReader
(GeometryInput in, GeometryFormat fmt) Get aFacetDefinitionReader
for reading facet information from the given input.BoundaryReadHandler3D.facetDefinitionReader
(GeometryInput in) Return aFacetDefinitionReader
for reading rawfacets
from the given input stream.static FacetDefinitionReader
IO3D.facetDefinitionReader
(URL url) Get aFacetDefinitionReader
for reading facet information from the given URL.static FacetDefinitionReader
IO3D.facetDefinitionReader
(Path path) Get aFacetDefinitionReader
for reading facet information from the given file path.static FacetDefinitionReader
IO3D.facetDefinitionReader
(GeometryInput in, GeometryFormat fmt) Get aFacetDefinitionReader
for reading facet information from the given input.Constructors in org.apache.commons.geometry.io.euclidean.threed with parameters of type FacetDefinitionReaderModifierConstructorDescription(package private)
Construct a new iterator instance that iterates through the facets available from the argument. -
Uses of FacetDefinitionReader in org.apache.commons.geometry.io.euclidean.threed.obj
Classes in org.apache.commons.geometry.io.euclidean.threed.obj that implement FacetDefinitionReaderMethods in org.apache.commons.geometry.io.euclidean.threed.obj that return FacetDefinitionReaderModifier and TypeMethodDescriptionObjBoundaryReadHandler3D.facetDefinitionReader
(GeometryInput in) Return aFacetDefinitionReader
for reading rawfacets
from the given input stream. -
Uses of FacetDefinitionReader in org.apache.commons.geometry.io.euclidean.threed.stl
Classes in org.apache.commons.geometry.io.euclidean.threed.stl that implement FacetDefinitionReaderModifier and TypeClassDescriptionclass
Class used to read the binary form of the STL file format.class
FacetDefinitionReader
for reading the text (i.e., "ASCII") version of the STL file format.Methods in org.apache.commons.geometry.io.euclidean.threed.stl that return FacetDefinitionReaderModifier and TypeMethodDescriptionstatic FacetDefinitionReader
StlFacetDefinitionReaders.create
(InputStream in, Charset charset) Construct aFacetDefinitionReader
for reading STL content from the given input.StlBoundaryReadHandler3D.facetDefinitionReader
(GeometryInput in) Return aFacetDefinitionReader
for reading rawfacets
from the given input stream. -
Uses of FacetDefinitionReader in org.apache.commons.geometry.io.euclidean.threed.txt
Classes in org.apache.commons.geometry.io.euclidean.threed.txt that implement FacetDefinitionReaderModifier and TypeClassDescriptionclass
Facet definition reader implementation that reads an extremely simple text format.Methods in org.apache.commons.geometry.io.euclidean.threed.txt that return FacetDefinitionReaderModifier and TypeMethodDescriptionTextBoundaryReadHandler3D.facetDefinitionReader
(GeometryInput in) Return aFacetDefinitionReader
for reading rawfacets
from the given input stream.