public static class PolyshapeReader.XReader extends Object
| 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 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 © 2025. All rights reserved.