mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-17 22:19:50 +00:00
Make NetworkProvider.getArea() throw IOException.
This commit is contained in:
parent
f25ab9658c
commit
defb006745
1 changed files with 2 additions and 1 deletions
|
@ -169,6 +169,7 @@ public interface NetworkProvider
|
||||||
* Gets the primary covered area of the network
|
* Gets the primary covered area of the network
|
||||||
*
|
*
|
||||||
* @return array containing points of a polygon (special case: just one coordinate defines just a center point)
|
* @return array containing points of a polygon (special case: just one coordinate defines just a center point)
|
||||||
|
* @throws IOException
|
||||||
*/
|
*/
|
||||||
Point[] getArea();
|
Point[] getArea() throws IOException;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue