Class PolyshapeReader.XReader
java.lang.Object
org.locationtech.spatial4j.io.PolyshapeReader.XReader
- Enclosing class:
PolyshapeReader
from Apache 2.0 licensed:
https://github.com/googlemaps/android-maps-utils/blob/master/library/src/com/google/maps/android/PolyUtil.java
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisData()booleanisDone()booleanisEvent()intpeek()doublecharreadKey()doublereadLat()doublereadLng()<T extends ShapeFactory.PointsBuilder>
TreadPoints(T builder)
-
Constructor Details
-
XReader
- Throws:
IOException
-
-
Method Details
-
readPoints
- Throws:
IOException
-
readLat
- Throws:
IOException
-
readLng
- Throws:
IOException
-
readDouble
- Throws:
IOException
-
peek
public int peek() -
readKey
- Throws:
IOException
-
isData
public boolean isData() -
isDone
public boolean isDone() -
isEvent
public boolean isEvent()
-