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 TextFacetDefinitionWriterGet a configuredTextFacetDefinitionWriterfor writing output.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, writeFacetsMethods inherited from class org.apache.commons.geometry.io.euclidean.threed.AbstractBoundaryWriteHandler3D
write, writeFacets
-
Constructor Details
-
CsvBoundaryWriteHandler3D
public CsvBoundaryWriteHandler3D()
-
-
Method Details
-
getFormat
Get thedata formatsupported by this handler.- Returns:
- data format supported by this handler
-
getFacetDefinitionWriter
Get a configuredTextFacetDefinitionWriterfor writing output.- Overrides:
getFacetDefinitionWriterin classAbstractTextBoundaryWriteHandler3D- Parameters:
out- output stream to write to- Returns:
- a new, configured text format writer
-