kiwi-postgis
Version 0.1.0.0
|
from Apache 2.0 licensed: https://github.com/googlemaps/android-maps-utils/blob/master/library/src/com/google/maps/android/PolyUtil.java More...
Public Member Functions | |
XReader (final Reader input, GeometryFactory shpFactory) throws IOException | |
Coordinate [] | readPoints () throws IOException |
double | readLat () throws IOException |
double | readLng () throws IOException |
double | readDouble () throws IOException |
int | peek () |
char | readKey () throws IOException |
boolean | isData () |
boolean | isDone () |
boolean | isEvent () |
Package Functions | |
int | readInt () throws IOException |
Package Attributes | |
int | lat = 0 |
int | lng = 0 |
int | head = -1 |
final Reader | input |
final GeometryFactory | shpFactory |
from Apache 2.0 licensed: https://github.com/googlemaps/android-maps-utils/blob/master/library/src/com/google/maps/android/PolyUtil.java
XReader | ( | final Reader | input, |
GeometryFactory | shpFactory | ||
) | throws IOException |
References PolyshapeReader.XReader.input, and PolyshapeReader.XReader.shpFactory.
boolean isData | ( | ) |
Referenced by PolyshapeReader.XReader.readPoints().
boolean isDone | ( | ) |
Referenced by PolyshapeReader.read().
boolean isEvent | ( | ) |
Referenced by PolyshapeReader.read().
int peek | ( | ) |
References PolyshapeReader.XReader.head.
Referenced by PolyshapeReader.read().
double readDouble | ( | ) | throws IOException |
References PolyshapeReader.XReader.readInt().
Referenced by PolyshapeReader.read().
|
package |
Referenced by PolyshapeReader.XReader.readDouble(), PolyshapeReader.XReader.readLat(), and PolyshapeReader.XReader.readLng().
char readKey | ( | ) | throws IOException |
Referenced by PolyshapeReader.read().
double readLat | ( | ) | throws IOException |
References PolyshapeReader.XReader.readInt().
Referenced by PolyshapeReader.read(), and PolyshapeReader.XReader.readPoints().
double readLng | ( | ) | throws IOException |
References PolyshapeReader.XReader.readInt().
Referenced by PolyshapeReader.read(), and PolyshapeReader.XReader.readPoints().
Coordinate [] readPoints | ( | ) | throws IOException |
References PolyshapeReader.XReader.isData(), PolyshapeReader.XReader.readLat(), and PolyshapeReader.XReader.readLng().
Referenced by PolyshapeReader.read().
|
package |
Referenced by PolyshapeReader.XReader.peek().
|
package |
Referenced by PolyshapeReader.XReader.XReader().
|
package |
|
package |
|
package |
Referenced by PolyshapeReader.XReader.XReader().