protected static class GeometrySerializationProvider.GeometryReader extends Object implements FieldReader<org.locationtech.jts.geom.Geometry>
| Constructor and Description |
|---|
GeometryReader() |
GeometryReader(Integer geometryPrecision) |
| Modifier and Type | Method and Description |
|---|---|
org.locationtech.jts.geom.Geometry |
readField(byte[] fieldData) |
org.locationtech.jts.geom.Geometry |
readField(byte[] fieldData,
byte serializationVersion) |
void |
setPrecision(Integer geometryPrecision) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplypublic org.locationtech.jts.geom.Geometry readField(byte[] fieldData)
readField in interface FieldReader<org.locationtech.jts.geom.Geometry>public org.locationtech.jts.geom.Geometry readField(byte[] fieldData,
byte serializationVersion)
readField in interface FieldReader<org.locationtech.jts.geom.Geometry>Copyright © 2013–2021. All rights reserved.