Uses of Enum Class
org.apache.sedona.common.enums.GeometryType
Packages that use GeometryType
Package
Description
-
Uses of GeometryType in org.apache.sedona.common
Methods in org.apache.sedona.common with parameters of type GeometryTypeModifier and TypeMethodDescriptionstatic org.locationtech.jts.geom.GeometryConstructors.geomFromText(String geomString, String geomFormat, GeometryType geometryType) -
Uses of GeometryType in org.apache.sedona.common.enums
Methods in org.apache.sedona.common.enums that return GeometryTypeModifier and TypeMethodDescriptionstatic GeometryTypeGeometryType.getGeometryType(String str) Gets the GeometryType.static GeometryTypeReturns the enum constant of this class with the specified name.static GeometryType[]GeometryType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of GeometryType in org.apache.sedona.common.utils
Fields in org.apache.sedona.common.utils declared as GeometryTypeConstructors in org.apache.sedona.common.utils with parameters of type GeometryTypeModifierConstructorDescriptionFormatUtils(int startOffset, int endOffset, FileDataSplitter splitter, boolean carryInputData, GeometryType geometryType) Instantiates a new format mapper.FormatUtils(FileDataSplitter splitter, boolean carryInputData, GeometryType geometryType) This format mapper is used in SedonaSQL.