public abstract class AbstractBoundaryWriteHandler3D extends Object implements BoundaryWriteHandler3D
BoundaryWriteHandler3D
implementations.Constructor and Description |
---|
AbstractBoundaryWriteHandler3D() |
Modifier and Type | Method and Description |
---|---|
void |
write(BoundarySource3D src,
GeometryOutput out) |
void |
writeFacets(Collection<? extends FacetDefinition> facets,
GeometryOutput out)
Write all
facets in the collection to the output using the data format
supported by this instance. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
write, writeFacets
getFormat
public AbstractBoundaryWriteHandler3D()
public void write(BoundarySource3D src, GeometryOutput out)
write
in interface BoundaryWriteHandler<PlaneConvexSubset,BoundarySource3D>
public void writeFacets(Collection<? extends FacetDefinition> facets, GeometryOutput out)
facets
in the collection to the output using the data format
supported by this instance.writeFacets
in interface BoundaryWriteHandler3D
facets
- facets to writeout
- output to write toCopyright © 2016–2021 The Apache Software Foundation. All rights reserved.