Uses of Enum
org.apache.commons.geometry.io.euclidean.threed.GeometryFormat3D
Packages that use GeometryFormat3D
Package
Description
This package contains the core interfaces and classes providing IO
functionality for Euclidean 3D space.
-
Uses of GeometryFormat3D in org.apache.commons.geometry.io.euclidean.threed
Subclasses with type arguments of type GeometryFormat3D in org.apache.commons.geometry.io.euclidean.threedModifier and TypeClassDescriptionenumEnum containing 3D geometry formats supported internally by Apache Commons Geometry.Methods in org.apache.commons.geometry.io.euclidean.threed that return GeometryFormat3DModifier and TypeMethodDescriptionstatic GeometryFormat3DReturns the enum constant of this type with the specified name.static GeometryFormat3D[]GeometryFormat3D.values()Returns an array containing the constants of this enum type, in the order they are declared.