public static class PolyshapeReader.XReader extends Object
| Constructor and Description |
|---|
XReader(Reader input,
ShapeFactory shpFactory) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isData() |
boolean |
isDone() |
boolean |
isEvent() |
int |
peek() |
double |
readDouble() |
char |
readKey() |
double |
readLat() |
double |
readLng() |
<T extends ShapeFactory.PointsBuilder> |
readPoints(T builder) |
public XReader(Reader input, ShapeFactory shpFactory) throws IOException
IOExceptionpublic <T extends ShapeFactory.PointsBuilder> T readPoints(T builder) 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 LocationTech. All rights reserved.