Uses of Class
org.apache.commons.geometry.io.core.AbstractGeometryIOMetadata
Packages that use AbstractGeometryIOMetadata
Package
Description
This package contains types representing input to IO operations.
This package contains types representing output targets for IO operations.
-
Uses of AbstractGeometryIOMetadata in org.apache.commons.geometry.io.core.input
Subclasses of AbstractGeometryIOMetadata in org.apache.commons.geometry.io.core.inputModifier and TypeClassDescriptionclass
GeometryInput
implementation for reading content from a file.class
GeometryInput
implementation that wraps anInputStream
.class
GeometryInput
implementation for reading content from a URL. -
Uses of AbstractGeometryIOMetadata in org.apache.commons.geometry.io.core.output
Subclasses of AbstractGeometryIOMetadata in org.apache.commons.geometry.io.core.outputModifier and TypeClassDescriptionclass
GeometryOutput
implementation for writing content to a file.class
GeometryOutput
implementation that wraps anOutputStream
.