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 TypeClassDescriptionclassAbstract base class forGeometryIOMetadataimplementations. -
Uses of GeometryIOMetadata in org.apache.commons.geometry.io.core.input
Subinterfaces of GeometryIOMetadata in org.apache.commons.geometry.io.core.inputModifier and TypeInterfaceDescriptioninterfaceInterface representing input to a geometric I/O operation.Classes in org.apache.commons.geometry.io.core.input that implement GeometryIOMetadataModifier and TypeClassDescriptionclassGeometryInputimplementation for reading content from a file.classGeometryInputimplementation that wraps anInputStream.classGeometryInputimplementation 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 TypeInterfaceDescriptioninterfaceInterface representing the output of a geometric IO operation.Classes in org.apache.commons.geometry.io.core.output that implement GeometryIOMetadataModifier and TypeClassDescriptionclassGeometryOutputimplementation for writing content to a file.classGeometryOutputimplementation that wraps anOutputStream.