public static class PolyshapeReader.XReader extends Object
| Constructor and Description |
|---|
PolyshapeReader.XReader(Reader input) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isData() |
boolean |
isDone() |
boolean |
isEvent() |
int |
peek() |
double |
readDouble() |
char |
readKey() |
double |
readLat() |
double |
readLng() |
List<double[]> |
readPoints() |
List<Point> |
readPoints(SpatialContext ctx) |
public PolyshapeReader.XReader(Reader input) throws IOException
IOExceptionpublic List<Point> readPoints(SpatialContext ctx) throws IOException
IOExceptionpublic List<double[]> readPoints() throws IOException
IOExceptionpublic double readLat()
throws IOException
IOExceptionpublic double readLng()
throws IOException
IOExceptionpublic double readDouble()
throws IOException
IOExceptionpublic int peek()
public char readKey()
throws IOException
IOExceptionpublic boolean isData()
public boolean isDone()
public boolean isEvent()
Copyright © 2015. All Rights Reserved.