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 org.apache.commons.geometry.io.euclidean.threed.txt.TextBoundaryReadHandler3D
facetDefinitionReader, getDefaultCharset, setDefaultCharset
Methods inherited from class org.apache.commons.geometry.io.euclidean.threed.AbstractBoundaryReadHandler3D
boundaries, facets, read, readTriangleMesh
-
Constructor Details
-
CsvBoundaryReadHandler3D
public CsvBoundaryReadHandler3D()
-
-
Method Details
-
getFormat
Get thedata format
supported by this handler.- Specified by:
getFormat
in interfaceBoundaryReadHandler<PlaneConvexSubset,
BoundarySource3D> - Overrides:
getFormat
in classTextBoundaryReadHandler3D
- Returns:
- data format supported by this handler
-