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 class
FileGeometryInput
GeometryInput
implementation for reading content from a file.class
StreamGeometryInput
GeometryInput
implementation that wraps anInputStream
.class
UrlGeometryInput
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.output Modifier and Type Class Description class
FileGeometryOutput
GeometryOutput
implementation for writing content to a file.class
StreamGeometryOutput
GeometryOutput
implementation that wraps anOutputStream
.
-