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 FacetDefinitionReaderAbstractBoundaryReadHandler3D.FacetDefinitionReaderIterator.readerReader 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 aFacetDefinitionReaderfor reading facet information from the given input.BoundaryReadHandler3D.facetDefinitionReader(GeometryInput in) Return aFacetDefinitionReaderfor reading rawfacetsfrom the given input stream.static FacetDefinitionReaderIO3D.facetDefinitionReader(URL url) Get aFacetDefinitionReaderfor reading facet information from the given URL.static FacetDefinitionReaderIO3D.facetDefinitionReader(Path path) Get aFacetDefinitionReaderfor reading facet information from the given file path.static FacetDefinitionReaderIO3D.facetDefinitionReader(GeometryInput in, GeometryFormat fmt) Get aFacetDefinitionReaderfor 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 aFacetDefinitionReaderfor reading rawfacetsfrom 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 TypeClassDescriptionclassClass used to read the binary form of the STL file format.classFacetDefinitionReaderfor 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 FacetDefinitionReaderStlFacetDefinitionReaders.create(InputStream in, Charset charset) Construct aFacetDefinitionReaderfor reading STL content from the given input.StlBoundaryReadHandler3D.facetDefinitionReader(GeometryInput in) Return aFacetDefinitionReaderfor reading rawfacetsfrom 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 TypeClassDescriptionclassFacet 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 aFacetDefinitionReaderfor reading rawfacetsfrom the given input stream.