Uses of Package
org.apache.commons.geometry.io.euclidean.threed
-
Packages that use org.apache.commons.geometry.io.euclidean.threed Package Description 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. -
Classes in org.apache.commons.geometry.io.euclidean.threed used by org.apache.commons.geometry.io.euclidean.threed Class Description BoundaryIOManager3D Class managing IO operations for geometric data formats containing 3D region boundaries.BoundaryReadHandler3D Basic interface for reading 3D geometric boundary representations (B-reps) from a specific data storage format.BoundaryWriteHandler3D Basic interface for writing 3D geometric boundary representations (B-reps) in a specific data storage format.FacetDefinition Interface containing values (vertices and optional normal) used to define a convex, finite polygon in 3D space.FacetDefinitionReader Interface for readingfacet definitions
from an input source.GeometryFormat3D Enum containing 3D geometry formats supported internally by Apache Commons Geometry. -
Classes in org.apache.commons.geometry.io.euclidean.threed used by org.apache.commons.geometry.io.euclidean.threed.obj Class Description AbstractBoundaryReadHandler3D Abstract base class forBoundaryReadHandler3D
implementations.AbstractBoundaryWriteHandler3D Abstract base class forBoundaryWriteHandler3D
implementations.BoundaryReadHandler3D Basic interface for reading 3D geometric boundary representations (B-reps) from a specific data storage format.BoundaryWriteHandler3D Basic interface for writing 3D geometric boundary representations (B-reps) in a specific data storage format.FacetDefinition Interface containing values (vertices and optional normal) used to define a convex, finite polygon in 3D space.FacetDefinitionReader Interface for readingfacet definitions
from an input source. -
Classes in org.apache.commons.geometry.io.euclidean.threed used by org.apache.commons.geometry.io.euclidean.threed.stl Class Description AbstractBoundaryReadHandler3D Abstract base class forBoundaryReadHandler3D
implementations.AbstractBoundaryWriteHandler3D Abstract base class forBoundaryWriteHandler3D
implementations.BoundaryReadHandler3D Basic interface for reading 3D geometric boundary representations (B-reps) from a specific data storage format.BoundaryWriteHandler3D Basic interface for writing 3D geometric boundary representations (B-reps) in a specific data storage format.FacetDefinition Interface containing values (vertices and optional normal) used to define a convex, finite polygon in 3D space.FacetDefinitionReader Interface for readingfacet definitions
from an input source.SimpleFacetDefinition SimpleFacetDefinition
implementation that stores a list of vertices and optional normal. -
Classes in org.apache.commons.geometry.io.euclidean.threed used by org.apache.commons.geometry.io.euclidean.threed.txt Class Description AbstractBoundaryReadHandler3D Abstract base class forBoundaryReadHandler3D
implementations.AbstractBoundaryWriteHandler3D Abstract base class forBoundaryWriteHandler3D
implementations.BoundaryReadHandler3D Basic interface for reading 3D geometric boundary representations (B-reps) from a specific data storage format.BoundaryWriteHandler3D Basic interface for writing 3D geometric boundary representations (B-reps) in a specific data storage format.FacetDefinition Interface containing values (vertices and optional normal) used to define a convex, finite polygon in 3D space.FacetDefinitionReader Interface for readingfacet definitions
from an input source.