Uses of Class
org.goplanit.io.converter.demands.PlanitDemandsWriterSettings
-
Packages that use PlanitDemandsWriterSettings Package Description org.goplanit.io.converter.demands Classes used to process the Java classes generated from XSD files -
-
Uses of PlanitDemandsWriterSettings in org.goplanit.io.converter.demands
Methods in org.goplanit.io.converter.demands that return PlanitDemandsWriterSettings Modifier and Type Method Description PlanitDemandsWriterSettings
PlanitDemandsWriter. getSettings()
any settings to configure the writer can be configured by collecting these settingsMethods in org.goplanit.io.converter.demands with parameters of type PlanitDemandsWriterSettings Modifier and Type Method Description static PlanitDemandsWriter
PlanitDemandsWriterFactory. create(PlanitDemandsWriterSettings settings, Zoning parentZoning, org.goplanit.xml.generated.XMLElementMacroscopicDemand xmlRawDemands)
Create a PLANitZoningWriter which can persist a PLANit zoning in the native PLANit XML format.Constructors in org.goplanit.io.converter.demands with parameters of type PlanitDemandsWriterSettings Constructor Description PlanitDemandsWriter(PlanitDemandsWriterSettings settings, org.goplanit.xml.generated.XMLElementMacroscopicDemand xmlRawDemands)
ConstructorPlanitDemandsWriter(PlanitDemandsWriterSettings settings, Zoning referenceZoning, org.goplanit.xml.generated.XMLElementMacroscopicDemand xmlRawDemands)
Constructor
-