Uses of Interface
org.apache.commons.geometry.io.euclidean.threed.BoundaryReadHandler3D
Packages that use BoundaryReadHandler3D
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 BoundaryReadHandler3D in org.apache.commons.geometry.io.euclidean.threed
Classes in org.apache.commons.geometry.io.euclidean.threed that implement BoundaryReadHandler3DModifier and TypeClassDescriptionclassAbstract base class forBoundaryReadHandler3Dimplementations. -
Uses of BoundaryReadHandler3D in org.apache.commons.geometry.io.euclidean.threed.obj
Classes in org.apache.commons.geometry.io.euclidean.threed.obj that implement BoundaryReadHandler3DModifier and TypeClassDescriptionclassBoundaryReadHandler3Dimplementation for reading OBJ data. -
Uses of BoundaryReadHandler3D in org.apache.commons.geometry.io.euclidean.threed.stl
Classes in org.apache.commons.geometry.io.euclidean.threed.stl that implement BoundaryReadHandler3DModifier and TypeClassDescriptionclassBoundaryReadHandler3Dimplementation for reading STL data. -
Uses of BoundaryReadHandler3D in org.apache.commons.geometry.io.euclidean.threed.txt
Classes in org.apache.commons.geometry.io.euclidean.threed.txt that implement BoundaryReadHandler3DModifier and TypeClassDescriptionclassBoundaryReadHandler3Dimplementation for the non-standardCSVformat.classBoundaryReadHandler3Dimplementation for the non-standardTXT.