public class IdBboxUtil extends Object
| Constructor and Description |
|---|
IdBboxUtil()
|
| Modifier and Type | Method and Description |
|---|---|
static List |
read(File
|
static List |
read(InputStream
|
static List |
read(Path
|
static List |
readBoxes(File
|
static List |
readBoxes(InputStream
|
static List |
readBoxes(Path
|
public static List<IdBboxEntry > read(InputStream input) throws IOException
IOException
public static List<IdBboxEntry > read(Path path) throws IOException
IOException
public static List<IdBboxEntry > read(File file) throws IOException
IOException
public static List<Geometry > readBoxes(InputStream input) throws IOException
IOException
public static List<Geometry > readBoxes(Path path) throws IOException
IOException
public static List<Geometry > readBoxes(File file) throws IOException
IOException