Uses of Package
org.apache.commons.geometry.io.core
-
Packages that use org.apache.commons.geometry.io.core 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.core.input This package contains types representing input to IO operations.org.apache.commons.geometry.io.core.output This package contains types representing output targets for IO operations.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.core used by org.apache.commons.geometry.io.core Class Description BoundaryIOManager.HandlerRegistry Internal class used to manage handler registration.BoundaryReadHandler Basic interface for reading geometric boundary representations (B-reps) from a specific data storage format.BoundaryWriteHandler Basic interface for writing geometric boundary representations (B-reps) in a specific data storage format.GeometryFormat Interface describing a geometric data format.GeometryIOMetadata Interface containing basic metadata fields for use in I/O operations. -
Classes in org.apache.commons.geometry.io.core used by org.apache.commons.geometry.io.core.input Class Description AbstractGeometryIOMetadata Abstract base class forGeometryIOMetadata
implementations.GeometryIOMetadata Interface containing basic metadata fields for use in I/O operations. -
Classes in org.apache.commons.geometry.io.core used by org.apache.commons.geometry.io.core.output Class Description AbstractGeometryIOMetadata Abstract base class forGeometryIOMetadata
implementations.GeometryIOMetadata Interface containing basic metadata fields for use in I/O operations. -
Classes in org.apache.commons.geometry.io.core used by org.apache.commons.geometry.io.euclidean.threed Class Description BoundaryIOManager Class managing IO operations for geometric data formats containing region boundaries.BoundaryReadHandler Basic interface for reading geometric boundary representations (B-reps) from a specific data storage format.BoundaryWriteHandler Basic interface for writing geometric boundary representations (B-reps) in a specific data storage format.GeometryFormat Interface describing a geometric data format. -
Classes in org.apache.commons.geometry.io.core used by org.apache.commons.geometry.io.euclidean.threed.obj Class Description BoundaryReadHandler Basic interface for reading geometric boundary representations (B-reps) from a specific data storage format.BoundaryWriteHandler Basic interface for writing geometric boundary representations (B-reps) in a specific data storage format.GeometryFormat Interface describing a geometric data format. -
Classes in org.apache.commons.geometry.io.core used by org.apache.commons.geometry.io.euclidean.threed.stl Class Description BoundaryReadHandler Basic interface for reading geometric boundary representations (B-reps) from a specific data storage format.BoundaryWriteHandler Basic interface for writing geometric boundary representations (B-reps) in a specific data storage format.GeometryFormat Interface describing a geometric data format. -
Classes in org.apache.commons.geometry.io.core used by org.apache.commons.geometry.io.euclidean.threed.txt Class Description BoundaryReadHandler Basic interface for reading geometric boundary representations (B-reps) from a specific data storage format.BoundaryWriteHandler Basic interface for writing geometric boundary representations (B-reps) in a specific data storage format.GeometryFormat Interface describing a geometric data format.