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
public class CsvBoundaryReadHandler3D extends TextBoundaryReadHandler3D
BoundaryReadHandler3D
implementation for the non-standardCSV
format.
-
-
Constructor Summary
Constructors Constructor Description CsvBoundaryReadHandler3D()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GeometryFormat
getFormat()
Get thedata format
supported by this handler.-
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
-
-
-
-
Method Detail
-
getFormat
public GeometryFormat 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
-
-