Uses of Class
org.h2gis.functions.io.shp.internal.ShapeType
Packages that use ShapeType
-
Uses of ShapeType in org.h2gis.functions.io.shp.internal
Fields in org.h2gis.functions.io.shp.internal declared as ShapeTypeModifier and TypeFieldDescriptionstatic final ShapeTypeShapeType.ARCRepresents an Arc shape (id = 3).static final ShapeTypeShapeType.ARCMRepresents an ArcM shape (id = 23).static final ShapeTypeShapeType.ARCZRepresents an ArcZ shape (id = 13).static final ShapeTypeShapeType.MULTIPOINTRepresents a MultiPoint shape (id = 8).static final ShapeTypeShapeType.MULTIPOINTMRepresents a MultiPointZ shape (id = 28).static final ShapeTypeShapeType.MULTIPOINTZRepresents a MultiPointZ shape (id = 18).static final ShapeTypeShapeType.NULLRepresents a Null shape (id = 0).static final ShapeTypeShapeType.POINTRepresents a Point shape (id = 1).static final ShapeTypeShapeType.POINTMRepresents a PointM shape (id = 21).static final ShapeTypeShapeType.POINTZRepresents a PointZ shape (id = 11).static final ShapeTypeShapeType.POLYGONRepresents a Polygon shape (id = 5).static final ShapeTypeShapeType.POLYGONMRepresents a PolygonM shape (id = 25).static final ShapeTypeShapeType.POLYGONZRepresents a PolygonZ shape (id = 15).static final ShapeTypeShapeType.UNDEFINEDRepresents an Undefined shape (id = -1).Methods in org.h2gis.functions.io.shp.internal that return ShapeTypeModifier and TypeMethodDescriptionstatic ShapeTypeShapeType.forID(int id) Determine the ShapeType for the id.MultiLineHandler.getShapeType()Get the type of shape stored (ShapeType.ARC,ShapeType.ARCM,ShapeType.ARCZ)MultiPointHandler.getShapeType()Returns the shapefile shape type value for a pointPointHandler.getShapeType()Returns the shapefile shape type value for a pointPolygonHandler.getShapeType()ShapefileHeader.getShapeType()ShapeHandler.getShapeType()Get the ShapeType of this handler.Methods in org.h2gis.functions.io.shp.internal with parameters of type ShapeTypeModifier and TypeMethodDescriptionvoidSHPDriver.initDriver(File shpFile, ShapeType shapeType, DbaseFileHeader dbaseHeader) Init Driver for Write modeorg.locationtech.jts.geom.GeometryMultiLineHandler.read(ReadBufferManager buffer, ShapeType type) org.locationtech.jts.geom.GeometryMultiPointHandler.read(ReadBufferManager buffer, ShapeType type) org.locationtech.jts.geom.GeometryPointHandler.read(ReadBufferManager buffer, ShapeType type) org.locationtech.jts.geom.GeometryPolygonHandler.read(ReadBufferManager buffer, ShapeType type) org.locationtech.jts.geom.GeometryShapeHandler.read(ReadBufferManager buffer, ShapeType type) Read a geometry from the ByteBuffer.The buffer's position, byteOrder, and limit are set to that which is needed.voidShapefileHeader.write(WriteBufferManager shapeBuffer, ShapeType type, int numGeoms, int length, double minX, double minY, double maxX, double maxY) voidShapefileWriter.writeHeaders(ShapeType type) Write the headers for this shapefile.Use this function before inserting the first geometry, then when all geometries are inserted.Constructors in org.h2gis.functions.io.shp.internal with parameters of type ShapeTypeModifierConstructorDescriptionMultiLineHandler(ShapeType type) Create a MultiLineHandler for one of:
ShapeType.ARC,ShapeType.ARCM,ShapeType.ARCZMultiPointHandler(ShapeType type) PointHandler(ShapeType type) PolygonHandler(ShapeType type)