Uses of Class
org.h2gis.drivers.shp.internal.ShapeType

Packages that use ShapeType
org.h2gis.drivers.shp.internal   
 

Uses of ShapeType in org.h2gis.drivers.shp.internal
 

Fields in org.h2gis.drivers.shp.internal declared as ShapeType
static ShapeType ShapeType.ARC
          Represents an Arc shape (id = 3).
static ShapeType ShapeType.ARCM
          Represents an ArcM shape (id = 23).
static ShapeType ShapeType.ARCZ
          Represents an ArcZ shape (id = 13).
static ShapeType ShapeType.MULTIPOINT
          Represents a MultiPoint shape (id = 8).
static ShapeType ShapeType.MULTIPOINTM
          Represents a MultiPointZ shape (id = 28).
static ShapeType ShapeType.MULTIPOINTZ
          Represents a MultiPointZ shape (id = 18).
static ShapeType ShapeType.NULL
          Represents a Null shape (id = 0).
static ShapeType ShapeType.POINT
          Represents a Point shape (id = 1).
static ShapeType ShapeType.POINTM
          Represents a PointM shape (id = 21).
static ShapeType ShapeType.POINTZ
          Represents a PointZ shape (id = 11).
static ShapeType ShapeType.POLYGON
          Represents a Polygon shape (id = 5).
static ShapeType ShapeType.POLYGONM
          Represents a PolygonM shape (id = 25).
static ShapeType ShapeType.POLYGONZ
          Represents a PolygonZ shape (id = 15).
static ShapeType ShapeType.UNDEFINED
          Represents an Undefined shape (id = -1).
 

Methods in org.h2gis.drivers.shp.internal that return ShapeType
static ShapeType ShapeType.forID(int id)
          Determine the ShapeType for the id.
 ShapeType PolygonHandler.getShapeType()
           
 ShapeType PointHandler.getShapeType()
          Returns the shapefile shape type value for a point
 ShapeType MultiPointHandler.getShapeType()
          Returns the shapefile shape type value for a point
 ShapeType ShapeHandler.getShapeType()
          Get the ShapeType of this handler.
 ShapeType MultiLineHandler.getShapeType()
          Get the type of shape stored (ShapeType.ARC,ShapeType.ARCM,ShapeType.ARCZ)
 ShapeType ShapefileHeader.getShapeType()
           
 

Methods in org.h2gis.drivers.shp.internal with parameters of type ShapeType
 void SHPDriver.initDriver(File shpFile, ShapeType shapeType, DbaseFileHeader dbaseHeader)
          Init Driver for Write mode
 com.vividsolutions.jts.geom.Geometry PolygonHandler.read(ReadBufferManager buffer, ShapeType type)
           
 com.vividsolutions.jts.geom.Geometry PointHandler.read(ReadBufferManager buffer, ShapeType type)
           
 com.vividsolutions.jts.geom.Geometry MultiPointHandler.read(ReadBufferManager buffer, ShapeType type)
           
 com.vividsolutions.jts.geom.Geometry ShapeHandler.read(ReadBufferManager buffer, ShapeType type)
          Read a geometry from the ByteBuffer.
 com.vividsolutions.jts.geom.Geometry MultiLineHandler.read(ReadBufferManager buffer, ShapeType type)
           
 void ShapefileHeader.write(WriteBufferManager shapeBuffer, ShapeType type, int numGeoms, int length, double minX, double minY, double maxX, double maxY)
           
 void ShapefileWriter.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.drivers.shp.internal with parameters of type ShapeType
MultiLineHandler(ShapeType type)
          Create a MultiLineHandler for one of:
ShapeType.ARC,ShapeType.ARCM,ShapeType.ARCZ
MultiPointHandler(ShapeType type)
           
PointHandler(ShapeType type)
           
PolygonHandler(ShapeType type)
           
 



Copyright © 2015 IRSTV CNRS-FR-2488. All Rights Reserved.