Uses of Enum Class
org.apache.sedona.core.formatMapper.shapefileParser.parseUtils.shp.ShapeType
Packages that use ShapeType
Package
Description
-
Uses of ShapeType in org.apache.sedona.core.formatMapper.shapefileParser.parseUtils.shp
Methods in org.apache.sedona.core.formatMapper.shapefileParser.parseUtils.shp that return ShapeTypeModifier and TypeMethodDescriptionstatic ShapeTypeShapeType.getType(int id) return the corresponding ShapeType instance by int id.static ShapeTypeReturns the enum constant of this class with the specified name.static ShapeType[]ShapeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.sedona.core.formatMapper.shapefileParser.parseUtils.shp with parameters of type ShapeTypeModifierConstructorDescriptionMultiPointParser(org.locationtech.jts.geom.GeometryFactory geometryFactory, ShapeType shapeType) create a parser that can abstract a MultiPoint from input source with given GeometryFactory.PointParser(org.locationtech.jts.geom.GeometryFactory geometryFactory, ShapeType shapeType) create a parser that can abstract a Point from input source with given GeometryFactory.PolygonParser(org.locationtech.jts.geom.GeometryFactory geometryFactory, ShapeType shapeType) create a parser that can abstract a Polygon from input source with given GeometryFactory.PolyLineParser(org.locationtech.jts.geom.GeometryFactory geometryFactory, ShapeType shapeType) create a parser that can abstract a MultiPolyline from input source with given GeometryFactory. -
Uses of ShapeType in org.apache.sedona.core.formatMapper.shapefileParser.shapes
Methods in org.apache.sedona.core.formatMapper.shapefileParser.shapes that return ShapeType