Uses of Class
org.goplanit.io.converter.PlanitWriterImpl
-
Packages that use PlanitWriterImpl Package Description org.goplanit.io.converter.demands Classes used to process the Java classes generated from XSD filesorg.goplanit.io.converter.network org.goplanit.io.converter.service org.goplanit.io.converter.zoning -
-
Uses of PlanitWriterImpl in org.goplanit.io.converter.demands
Subclasses of PlanitWriterImpl in org.goplanit.io.converter.demands Modifier and Type Class Description class
PlanitDemandsWriter
A class that takes a PLANit demands and persists it to file in the PLANit native XML format. -
Uses of PlanitWriterImpl in org.goplanit.io.converter.network
Subclasses of PlanitWriterImpl in org.goplanit.io.converter.network Modifier and Type Class Description class
PlanitNetworkWriter
Writer to persist a PLANit network to disk in the native PLANit format.class
UnTypedPlanitCrsWriterImpl<T>
Common functionality for writing in the native PLANit format across different writers tailored towards Crs based writers, i.e., requiring to write out GIS data -
Uses of PlanitWriterImpl in org.goplanit.io.converter.service
Subclasses of PlanitWriterImpl in org.goplanit.io.converter.service Modifier and Type Class Description class
PlanitRoutedServicesWriter
Writer to persist PLANit routed services to disk in the native PLANit format.class
PlanitServiceNetworkWriter
Writer to persist a PLANit service network to disk in the native PLANit format. -
Uses of PlanitWriterImpl in org.goplanit.io.converter.zoning
Subclasses of PlanitWriterImpl in org.goplanit.io.converter.zoning Modifier and Type Class Description class
PlanitZoningWriter
A class that takes a PLANit zoning and persists it to file in the Planit native XML format.
-