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
BoundaryReadHandler3Dimplementation for the non-standardCSVformat.
-
-
Constructor Summary
Constructors Constructor Description CsvBoundaryReadHandler3D()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GeometryFormatgetFormat()Get thedata formatsupported 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 formatsupported by this handler.- Specified by:
getFormatin interfaceBoundaryReadHandler<PlaneConvexSubset,BoundarySource3D>- Overrides:
getFormatin classTextBoundaryReadHandler3D- Returns:
- data format supported by this handler
-
-