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
BoundaryWriteHandler3D
implementation for the non-standardCSV
format.
-
-
Constructor Summary
Constructors Constructor Description CsvBoundaryWriteHandler3D()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected TextFacetDefinitionWriter
getFacetDefinitionWriter(GeometryOutput out)
Get a configuredTextFacetDefinitionWriter
for writing output.GeometryFormat
getFormat()
Get thedata format
supported 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 format
supported by this handler.- Returns:
- data format supported by this handler
-
getFacetDefinitionWriter
protected TextFacetDefinitionWriter getFacetDefinitionWriter(GeometryOutput out)
Get a configuredTextFacetDefinitionWriter
for writing output.- Overrides:
getFacetDefinitionWriter
in classAbstractTextBoundaryWriteHandler3D
- Parameters:
out
- output stream to write to- Returns:
- a new, configured text format writer
-
-