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 TypeClassDescriptionclassGeometryInputimplementation for reading content from a file.classGeometryInputimplementation that wraps anInputStream.classGeometryInputimplementation 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 TypeClassDescriptionclassGeometryOutputimplementation for writing content to a file.classGeometryOutputimplementation that wraps anOutputStream.