Uses of Class
org.apache.commons.geometry.io.euclidean.threed.AbstractBoundaryReadHandler3D
-
Packages that use AbstractBoundaryReadHandler3D Package Description 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. -
-
Uses of AbstractBoundaryReadHandler3D in org.apache.commons.geometry.io.euclidean.threed.obj
Subclasses of AbstractBoundaryReadHandler3D in org.apache.commons.geometry.io.euclidean.threed.obj Modifier and Type Class Description class
ObjBoundaryReadHandler3D
BoundaryReadHandler3D
implementation for reading OBJ data. -
Uses of AbstractBoundaryReadHandler3D in org.apache.commons.geometry.io.euclidean.threed.stl
Subclasses of AbstractBoundaryReadHandler3D in org.apache.commons.geometry.io.euclidean.threed.stl Modifier and Type Class Description class
StlBoundaryReadHandler3D
BoundaryReadHandler3D
implementation for reading STL data. -
Uses of AbstractBoundaryReadHandler3D in org.apache.commons.geometry.io.euclidean.threed.txt
Subclasses of AbstractBoundaryReadHandler3D in org.apache.commons.geometry.io.euclidean.threed.txt Modifier and Type Class Description class
CsvBoundaryReadHandler3D
BoundaryReadHandler3D
implementation for the non-standardCSV
format.class
TextBoundaryReadHandler3D
BoundaryReadHandler3D
implementation for the non-standardTXT
.
-