Package com.powsybl.iidm.geodata.odre
Class OdreGeoDataAdderPostProcessor
java.lang.Object
com.powsybl.iidm.geodata.odre.OdreGeoDataAdderPostProcessor
- All Implemented Interfaces:
ImportPostProcessor
@AutoService(ImportPostProcessor.class)
public class OdreGeoDataAdderPostProcessor
extends Object
implements ImportPostProcessor
- Author:
- Hugo Kulesza <hugo.kulesza at rte-france.com>
-
Field Summary
-
Constructor Summary
ConstructorDescriptionOdreGeoDataAdderPostProcessor
(PlatformConfig config, OdreConfig odreConfig) OdreGeoDataAdderPostProcessor
(Path substationsFilePath, Path aerialLinesFilePath, Path undergroundLinesFilePath, OdreConfig odreConfig) -
Method Summary
Modifier and TypeMethodDescriptiongetName()
void
process
(Network network, ComputationManager computationManager) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.powsybl.iidm.network.ImportPostProcessor
process
-
Field Details
-
NAME
- See Also:
-
DEFAULT_FILE_NAMES
-
-
Constructor Details
-
OdreGeoDataAdderPostProcessor
public OdreGeoDataAdderPostProcessor() -
OdreGeoDataAdderPostProcessor
-
OdreGeoDataAdderPostProcessor
-
OdreGeoDataAdderPostProcessor
public OdreGeoDataAdderPostProcessor(Path substationsFilePath, Path aerialLinesFilePath, Path undergroundLinesFilePath, OdreConfig odreConfig)
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceImportPostProcessor
-
process
- Specified by:
process
in interfaceImportPostProcessor
- Throws:
IOException
-