Package org.locationtech.spatial4j.io
Class PolyshapeWriter.Encoder
java.lang.Object
org.locationtech.spatial4j.io.PolyshapeWriter.Encoder
- Enclosing class:
PolyshapeWriter
Encodes a sequence of LatLngs into an encoded path string.
from Apache 2.0 licensed:
https://github.com/googlemaps/android-maps-utils/blob/master/library/src/com/google/maps/android/PolyUtil.java
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
lastLat
long lastLat -
lastLng
long lastLng -
writer
-
-
Constructor Details
-
Encoder
-
-
Method Details
-
seperator
- Throws:
IOException
-
startRing
- Throws:
IOException
-
write
- Throws:
IOException
-
writeArg
- Throws:
IOException
-
write
- Throws:
IOException
-
encode
- Throws:
IOException
-