Uses of Enum Class
org.apache.sedona.common.enums.FileDataSplitter
Packages that use FileDataSplitter
Package
Description
-
Uses of FileDataSplitter in org.apache.sedona.common
Methods in org.apache.sedona.common with parameters of type FileDataSplitterModifier and TypeMethodDescriptionstatic org.locationtech.jts.geom.GeometryConstructors.geomFromText(String geomString, FileDataSplitter fileDataSplitter) -
Uses of FileDataSplitter in org.apache.sedona.common.enums
Methods in org.apache.sedona.common.enums that return FileDataSplitterModifier and TypeMethodDescriptionstatic FileDataSplitterFileDataSplitter.getFileDataSplitter(String str) Gets the file data splitter.static FileDataSplitterReturns the enum constant of this class with the specified name.static FileDataSplitter[]FileDataSplitter.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of FileDataSplitter in org.apache.sedona.common.utils
Fields in org.apache.sedona.common.utils declared as FileDataSplitterModifier and TypeFieldDescriptionprotected final FileDataSplitterFormatUtils.splitterThe splitter.Constructors in org.apache.sedona.common.utils with parameters of type FileDataSplitterModifierConstructorDescriptionFormatUtils(int startOffset, int endOffset, FileDataSplitter splitter, boolean carryInputData, GeometryType geometryType) Instantiates a new format mapper.FormatUtils(FileDataSplitter splitter, boolean carryInputData) Instantiates a new format mapper.FormatUtils(FileDataSplitter splitter, boolean carryInputData, GeometryType geometryType) This format mapper is used in SedonaSQL.