Class CsvBoundaryWriteHandler3D
- java.lang.Object
-
- org.apache.commons.geometry.io.euclidean.threed.AbstractBoundaryWriteHandler3D
-
- org.apache.commons.geometry.io.euclidean.threed.txt.AbstractTextBoundaryWriteHandler3D
-
- org.apache.commons.geometry.io.euclidean.threed.txt.CsvBoundaryWriteHandler3D
-
- All Implemented Interfaces:
BoundaryWriteHandler<PlaneConvexSubset,BoundarySource3D>,BoundaryWriteHandler3D
public class CsvBoundaryWriteHandler3D extends AbstractTextBoundaryWriteHandler3D
BoundaryWriteHandler3Dimplementation for the non-standardCSVformat.
-
-
Constructor Summary
Constructors Constructor Description CsvBoundaryWriteHandler3D()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected TextFacetDefinitionWritergetFacetDefinitionWriter(GeometryOutput out)Get a configuredTextFacetDefinitionWriterfor writing output.GeometryFormatgetFormat()Get thedata formatsupported by this handler.-
Methods inherited from class org.apache.commons.geometry.io.euclidean.threed.txt.AbstractTextBoundaryWriteHandler3D
getDefaultCharset, getDoubleFormat, getLineSeparator, setDefaultCharset, setDoubleFormat, setLineSeparator, write, writeFacets
-
Methods inherited from class org.apache.commons.geometry.io.euclidean.threed.AbstractBoundaryWriteHandler3D
write, writeFacets
-
-
-
-
Method Detail
-
getFormat
public GeometryFormat getFormat()
Get thedata formatsupported by this handler.- Returns:
- data format supported by this handler
-
getFacetDefinitionWriter
protected TextFacetDefinitionWriter getFacetDefinitionWriter(GeometryOutput out)
Get a configuredTextFacetDefinitionWriterfor writing output.- Overrides:
getFacetDefinitionWriterin classAbstractTextBoundaryWriteHandler3D- Parameters:
out- output stream to write to- Returns:
- a new, configured text format writer
-
-