public class SHPReader2DM extends AbstractSHPReader
AbstractSHPReader.InvalidNumberOfPointsInLinearRingException, AbstractSHPReader.InvalidNumberOfPointsInLineStringException| Constructor and Description |
|---|
SHPReader2DM(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 SHPReader2DM(SHPStoreParameters params)
public Geometry readPoint(BigByteBuffer2 bb) throws CreateGeometryException
CreateGeometryExceptionpublic Geometry readPoLyline(BigByteBuffer2 bb) throws CreateGeometryException, ReadException
CreateGeometryExceptionReadExceptionpublic Geometry readPoLygon(BigByteBuffer2 bb) throws CreateGeometryException, ReadException, GeometryOperationNotSupportedException, GeometryOperationException
public Geometry readMultiPoint(BigByteBuffer2 bb) throws CreateGeometryException, ReadException
CreateGeometryExceptionReadException