Class CsvBoundaryReadHandler3D
java.lang.Object
org.apache.commons.geometry.io.euclidean.threed.AbstractBoundaryReadHandler3D
org.apache.commons.geometry.io.euclidean.threed.txt.TextBoundaryReadHandler3D
org.apache.commons.geometry.io.euclidean.threed.txt.CsvBoundaryReadHandler3D
- All Implemented Interfaces:
BoundaryReadHandler<PlaneConvexSubset, BoundarySource3D>, BoundaryReadHandler3D
BoundaryReadHandler3D
implementation for the non-standard CSV format.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class TextBoundaryReadHandler3D
facetDefinitionReader, getDefaultCharset, setDefaultCharsetMethods inherited from class AbstractBoundaryReadHandler3D
boundaries, facets, read, readTriangleMesh
-
Constructor Details
-
CsvBoundaryReadHandler3D
public CsvBoundaryReadHandler3D()
-
-
Method Details
-
getFormat
Get thedata formatsupported by this handler.- Specified by:
getFormatin interfaceBoundaryReadHandler<PlaneConvexSubset, BoundarySource3D>- Overrides:
getFormatin classTextBoundaryReadHandler3D- Returns:
- data format supported by this handler
-