| Package | Description |
|---|---|
| org.geotools.data.shapefile.shp |
| Modifier and Type | Field and Description |
|---|---|
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).
|
| Modifier and Type | Method and Description |
|---|---|
static ShapeType |
ShapeType.forID(int id)
Determine the ShapeType for the id.
|
ShapeType |
ShapefileHeader.getShapeType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ShapefileHeader.write(ByteBuffer file,
ShapeType type,
int numGeoms,
int length,
double minX,
double minY,
double maxX,
double maxY) |
Copyright © 2015. All rights reserved.