Uses of Interface
org.apache.commons.geometry.io.core.GeometryIOMetadata
-
Packages that use GeometryIOMetadata Package Description org.apache.commons.geometry.io.core This package contains the core interfaces and classes for commons-geometry IO functionality.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 GeometryIOMetadata in org.apache.commons.geometry.io.core
Classes in org.apache.commons.geometry.io.core that implement GeometryIOMetadata Modifier and Type Class Description class
AbstractGeometryIOMetadata
Abstract base class forGeometryIOMetadata
implementations. -
Uses of GeometryIOMetadata in org.apache.commons.geometry.io.core.input
Subinterfaces of GeometryIOMetadata in org.apache.commons.geometry.io.core.input Modifier and Type Interface Description interface
GeometryInput
Interface representing input to a geometric I/O operation.Classes in org.apache.commons.geometry.io.core.input that implement GeometryIOMetadata 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 GeometryIOMetadata in org.apache.commons.geometry.io.core.output
Subinterfaces of GeometryIOMetadata in org.apache.commons.geometry.io.core.output Modifier and Type Interface Description interface
GeometryOutput
Interface representing the output of a geometric IO operation.Classes in org.apache.commons.geometry.io.core.output that implement GeometryIOMetadata Modifier and Type Class Description class
FileGeometryOutput
GeometryOutput
implementation for writing content to a file.class
StreamGeometryOutput
GeometryOutput
implementation that wraps anOutputStream
.
-