Uses of Interface
org.apache.commons.geometry.io.core.GeometryIOMetadata
Packages that use GeometryIOMetadata
Package
Description
This package contains the core interfaces and classes for commons-geometry
IO functionality.
This package contains types representing input to IO operations.
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 GeometryIOMetadataModifier and TypeClassDescriptionclass
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.inputModifier and TypeInterfaceDescriptioninterface
Interface representing input to a geometric I/O operation.Classes in org.apache.commons.geometry.io.core.input that implement GeometryIOMetadataModifier 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 GeometryIOMetadata in org.apache.commons.geometry.io.core.output
Subinterfaces of GeometryIOMetadata in org.apache.commons.geometry.io.core.outputModifier and TypeInterfaceDescriptioninterface
Interface representing the output of a geometric IO operation.Classes in org.apache.commons.geometry.io.core.output that implement GeometryIOMetadataModifier and TypeClassDescriptionclass
GeometryOutput
implementation for writing content to a file.class
GeometryOutput
implementation that wraps anOutputStream
.