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
BoundaryWriteHandler3D
implementation for the non-standard CSV
format.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected TextFacetDefinitionWriter
Get a configuredTextFacetDefinitionWriter
for writing output.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
-
Constructor Details
-
CsvBoundaryWriteHandler3D
public CsvBoundaryWriteHandler3D()
-
-
Method Details
-
getFormat
Get thedata format
supported by this handler.- Returns:
- data format supported by this handler
-
getFacetDefinitionWriter
Get a configuredTextFacetDefinitionWriter
for writing output.- Overrides:
getFacetDefinitionWriter
in classAbstractTextBoundaryWriteHandler3D
- Parameters:
out
- output stream to write to- Returns:
- a new, configured text format writer
-