Uses of Class
org.h2gis.functions.io.shp.internal.ShapeType
-
Packages that use ShapeType Package Description org.h2gis.functions.io.shp.internal -
-
Uses of ShapeType in org.h2gis.functions.io.shp.internal
Fields in org.h2gis.functions.io.shp.internal declared as ShapeType Modifier and Type Field Description static ShapeTypeShapeType. ARCRepresents an Arc shape (id = 3).static ShapeTypeShapeType. ARCMRepresents an ArcM shape (id = 23).static ShapeTypeShapeType. ARCZRepresents an ArcZ shape (id = 13).static ShapeTypeShapeType. MULTIPOINTRepresents a MultiPoint shape (id = 8).static ShapeTypeShapeType. MULTIPOINTMRepresents a MultiPointZ shape (id = 28).static ShapeTypeShapeType. MULTIPOINTZRepresents a MultiPointZ shape (id = 18).static ShapeTypeShapeType. NULLRepresents a Null shape (id = 0).static ShapeTypeShapeType. POINTRepresents a Point shape (id = 1).static ShapeTypeShapeType. POINTMRepresents a PointM shape (id = 21).static ShapeTypeShapeType. POINTZRepresents a PointZ shape (id = 11).static ShapeTypeShapeType. POLYGONRepresents a Polygon shape (id = 5).static ShapeTypeShapeType. POLYGONMRepresents a PolygonM shape (id = 25).static ShapeTypeShapeType. POLYGONZRepresents a PolygonZ shape (id = 15).static ShapeTypeShapeType. UNDEFINEDRepresents an Undefined shape (id = -1).Methods in org.h2gis.functions.io.shp.internal that return ShapeType Modifier and Type Method Description static ShapeTypeShapeType. forID(int id)Determine the ShapeType for the id.ShapeTypeMultiLineHandler. getShapeType()Get the type of shape stored (ShapeType.ARC,ShapeType.ARCM,ShapeType.ARCZ)ShapeTypeMultiPointHandler. getShapeType()Returns the shapefile shape type value for a pointShapeTypePointHandler. getShapeType()Returns the shapefile shape type value for a pointShapeTypePolygonHandler. getShapeType()ShapeTypeShapefileHeader. getShapeType()ShapeTypeShapeHandler. getShapeType()Get the ShapeType of this handler.Methods in org.h2gis.functions.io.shp.internal with parameters of type ShapeType Modifier and Type Method Description voidSHPDriver. 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 ShapeType Constructor Description MultiLineHandler(ShapeType type)Create a MultiLineHandler for one of:
ShapeType.ARC,ShapeType.ARCM,ShapeType.ARCZMultiPointHandler(ShapeType type)PointHandler(ShapeType type)PolygonHandler(ShapeType type)
-