public class SHPReader2D extends AbstractSHPReader
AbstractSHPReader.InvalidNumberOfPointsInLinearRingException, AbstractSHPReader.InvalidNumberOfPointsInLineStringException| Constructor and Description |
|---|
SHPReader2D(SHPStoreParameters params) |
| Modifier and Type | Method and Description |
|---|---|
Geometry |
readMultiPoint(BigByteBuffer2 bb) |
Geometry |
readPoint(BigByteBuffer2 bb) |
Geometry |
readPoLygon(BigByteBuffer2 bb) |
Geometry |
readPoLyline(BigByteBuffer2 bb) |
checkNumVerticesOfLine, checkNumVerticesOfRing, fillM, fillXY, fillZ, fixLinearRingspublic SHPReader2D(SHPStoreParameters params)
public Geometry readPoint(BigByteBuffer2 bb) throws CreateGeometryException
CreateGeometryExceptionpublic Geometry readPoLyline(BigByteBuffer2 bb) throws CreateGeometryException
CreateGeometryExceptionpublic Geometry readPoLygon(BigByteBuffer2 bb) throws CreateGeometryException, GeometryOperationNotSupportedException, GeometryOperationException
public Geometry readMultiPoint(BigByteBuffer2 bb) throws CreateGeometryException
CreateGeometryException