Uses of Interface
org.apache.commons.geometry.io.core.BoundaryWriteHandler
-
Packages that use BoundaryWriteHandler Package Description org.apache.commons.geometry.io.core This package contains the core interfaces and classes for commons-geometry IO functionality.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. -
-
Uses of BoundaryWriteHandler in org.apache.commons.geometry.io.core
Classes in org.apache.commons.geometry.io.core with type parameters of type BoundaryWriteHandler Modifier and Type Class Description class
BoundaryIOManager<H extends HyperplaneConvexSubset<?>,B extends BoundarySource<H>,R extends BoundaryReadHandler<H,B>,W extends BoundaryWriteHandler<H,B>>
Class managing IO operations for geometric data formats containing region boundaries. -
Uses of BoundaryWriteHandler in org.apache.commons.geometry.io.euclidean.threed
Subinterfaces of BoundaryWriteHandler in org.apache.commons.geometry.io.euclidean.threed Modifier and Type Interface Description interface
BoundaryWriteHandler3D
Basic interface for writing 3D geometric boundary representations (B-reps) in a specific data storage format.Classes in org.apache.commons.geometry.io.euclidean.threed that implement BoundaryWriteHandler Modifier and Type Class Description class
AbstractBoundaryWriteHandler3D
Abstract base class forBoundaryWriteHandler3D
implementations. -
Uses of BoundaryWriteHandler in org.apache.commons.geometry.io.euclidean.threed.obj
Classes in org.apache.commons.geometry.io.euclidean.threed.obj that implement BoundaryWriteHandler Modifier and Type Class Description class
ObjBoundaryWriteHandler3D
BoundaryWriteHandler3D
implementation for writing OBJ content. -
Uses of BoundaryWriteHandler in org.apache.commons.geometry.io.euclidean.threed.stl
Classes in org.apache.commons.geometry.io.euclidean.threed.stl that implement BoundaryWriteHandler Modifier and Type Class Description class
StlBoundaryWriteHandler3D
BoundaryWriteHandler3D
implementation for writing STL content. -
Uses of BoundaryWriteHandler in org.apache.commons.geometry.io.euclidean.threed.txt
Classes in org.apache.commons.geometry.io.euclidean.threed.txt that implement BoundaryWriteHandler Modifier and Type Class Description class
AbstractTextBoundaryWriteHandler3D
Abstract based class for write handlers that output text formats produced byTextFacetDefinitionWriter
.class
CsvBoundaryWriteHandler3D
BoundaryWriteHandler3D
implementation for the non-standardCSV
format.class
TextBoundaryWriteHandler3D
BoundaryWriteHandler3D
implementation for the non-standardTXT
format.
-