Package com.powsybl.iidm.geodata.odre
Class OdreGeoDataCsvLoader
java.lang.Object
com.powsybl.iidm.geodata.odre.OdreGeoDataCsvLoader
- Author:
- Hugo Kulesza <hugo.kulesza at rte-france.com>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Map<String,
List<Coordinate>> getLinesCoordinates
(Path aerialLinesFilePath, Path undergroundLinesFilePath, OdreConfig odreConfig) static Map<String,
Coordinate> getSubstationsCoordinates
(Path path, OdreConfig odreConfig)
-
Constructor Details
-
OdreGeoDataCsvLoader
protected OdreGeoDataCsvLoader()
-
-
Method Details
-
getSubstationsCoordinates
public static Map<String,Coordinate> getSubstationsCoordinates(Path path, OdreConfig odreConfig) throws IOException - Throws:
IOException
-
getLinesCoordinates
public static Map<String,List<Coordinate>> getLinesCoordinates(Path aerialLinesFilePath, Path undergroundLinesFilePath, OdreConfig odreConfig) throws IOException - Throws:
IOException
-