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 classAbstractGeometryIOMetadataAbstract base class forGeometryIOMetadataimplementations. -
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 interfaceGeometryInputInterface 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 classFileGeometryInputGeometryInputimplementation for reading content from a file.classStreamGeometryInputGeometryInputimplementation that wraps anInputStream.classUrlGeometryInputGeometryInputimplementation 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 interfaceGeometryOutputInterface 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 classFileGeometryOutputGeometryOutputimplementation for writing content to a file.classStreamGeometryOutputGeometryOutputimplementation that wraps anOutputStream.
-