Uses of Class
org.apache.commons.geometry.io.core.AbstractGeometryIOMetadata
-
Packages that use AbstractGeometryIOMetadata Package Description org.apache.commons.geometry.io.core.input This package contains types representing input to IO operations.org.apache.commons.geometry.io.core.output 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.input Modifier and Type Class Description classFileGeometryInputGeometryInputimplementation for reading content from a file.classStreamGeometryInputGeometryInputimplementation that wraps anInputStream.classUrlGeometryInputGeometryInputimplementation 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.output Modifier and Type Class Description classFileGeometryOutputGeometryOutputimplementation for writing content to a file.classStreamGeometryOutputGeometryOutputimplementation that wraps anOutputStream.
-