|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.formats.shapefile.ShapeLib
public class ShapeLib
Library methods for ESRI shapes.
Copyright 2001-2007 Partner Software, Inc.
| Method Summary | |
|---|---|
static ShpShape |
readShape(byte[] bytes)
Same as readShape(ShapeByteReader) but takes a byte array as
input. |
static ShpShape |
readShape(ShapeByteReader reader)
Reads through a ShapeByteReader and converts it to an appropriate ShpShape instance. |
static ShpShape |
readShape(java.lang.String hex)
Same as readShape(ShapeByteReader) but takes a hexadecimal String
as input. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ShpShape readShape(java.lang.String hex)
readShape(ShapeByteReader) but takes a hexadecimal String
as input.
public static ShpShape readShape(byte[] bytes)
readShape(ShapeByteReader) but takes a byte array as
input.
public static ShpShape readShape(ShapeByteReader reader)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||