Uses of Package
org.apache.commons.geometry.io.euclidean.threed
Packages that use org.apache.commons.geometry.io.euclidean.threed
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.
-
Classes in org.apache.commons.geometry.io.euclidean.threed used by org.apache.commons.geometry.io.euclidean.threedClassDescriptionClass managing IO operations for geometric data formats containing 3D region boundaries.Basic interface for reading 3D geometric boundary representations (B-reps) from a specific data storage format.Basic interface for writing 3D geometric boundary representations (B-reps) in a specific data storage format.Interface containing values (vertices and optional normal) used to define a convex, finite polygon in 3D space.Interface for reading
facet definitions
from an input source.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.objClassDescriptionAbstract base class for
BoundaryReadHandler3D
implementations.Abstract base class forBoundaryWriteHandler3D
implementations.Basic interface for reading 3D geometric boundary representations (B-reps) from a specific data storage format.Basic interface for writing 3D geometric boundary representations (B-reps) in a specific data storage format.Interface containing values (vertices and optional normal) used to define a convex, finite polygon in 3D space.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.stlClassDescriptionAbstract base class for
BoundaryReadHandler3D
implementations.Abstract base class forBoundaryWriteHandler3D
implementations.Basic interface for reading 3D geometric boundary representations (B-reps) from a specific data storage format.Basic interface for writing 3D geometric boundary representations (B-reps) in a specific data storage format.Interface containing values (vertices and optional normal) used to define a convex, finite polygon in 3D space.Interface for readingfacet definitions
from an input source.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.txtClassDescriptionAbstract base class for
BoundaryReadHandler3D
implementations.Abstract base class forBoundaryWriteHandler3D
implementations.Basic interface for reading 3D geometric boundary representations (B-reps) from a specific data storage format.Basic interface for writing 3D geometric boundary representations (B-reps) in a specific data storage format.Interface containing values (vertices and optional normal) used to define a convex, finite polygon in 3D space.Interface for readingfacet definitions
from an input source.