Uses of Enum Class
simpa.core.api.OutputFileFormat
Packages that use OutputFileFormat
Package
Description
This package contains all public interfaces and classes that can be programmed to.
-
Uses of OutputFileFormat in simpa.core.api
Methods in simpa.core.api that return OutputFileFormatModifier and TypeMethodDescriptionTilingConfig.getOutputFileFormat()
Gets the output file format used in this TilingConfig.static OutputFileFormat
Parses the string to the correct enum.static OutputFileFormat
Returns the enum constant of this class with the specified name.static OutputFileFormat[]
OutputFileFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in simpa.core.api with parameters of type OutputFileFormatModifier and TypeMethodDescriptionstatic String
FileNamingConventions.getPointsFileExtension
(OutputFileFormat off) Generates the correct extension for a point file.void
TilingConfig.setOutputFileFormat
(OutputFileFormat outputFileFormat) Method used for setting or updating the outputFileFormat used inTiling
objects implementing this TilingConfig.void
BoundarySurface.surfacePointCoordinatesToFile
(String name, LengthUnit unit, OutputFileFormat off) Writes the surface points to a text file.Constructors in simpa.core.api with parameters of type OutputFileFormatModifierConstructorDescriptionTilingConfig
(String name, Profile profile, List<org.apache.commons.math3.geometry.euclidean.threed.Vector3D> path, LengthUnit lengthUnit, double elevation, OutputFileFormat outputFileFormat, double fieldScalingFactor, FieldType fieldType) Construct a config for tiling.