|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.io.formats.shapefile.ShapeLib
public class ShapeLib
Handy library routines for ESRI shapes.
| Field Summary |
|---|
| Fields inherited from interface com.partnersoft.io.formats.shapefile.ShapefileConstants |
|---|
ARCINFO_ARC, ARCINFO_ARCMAYBE, MULTIPATCH, MULTIPOINT, MULTIPOINTM, MULTIPOINTZ, NULLSHAPE, POINT, POINTM, POINTZ, POLYGON, POLYGONM, POLYGONZ, POLYLINE, POLYLINEM, POLYLINEZ, shapeNames, WHATZIT4, WHATZIT9 |
| Constructor Summary | |
|---|---|
ShapeLib()
|
|
| Method Summary | |
|---|---|
static int |
readShapePoints(ByteBuffer buffer,
PolylineArray results)
Reads through a ByteBuffer and converts it to one or more polylines in the given PolylineArray. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ShapeLib()
| Method Detail |
|---|
public static int readShapePoints(ByteBuffer buffer,
PolylineArray results)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||