Uses of Interface
org.goplanit.converter.zoning.ZoningWriter
-
Packages that use ZoningWriter Package Description org.goplanit.converter.zoning org.goplanit.io.converter.zoning org.goplanit.matsim.converter -
-
Uses of ZoningWriter in org.goplanit.converter.zoning
Methods in org.goplanit.converter.zoning that return ZoningWriter Modifier and Type Method Description ZoningWriter
ZoningConverter. getWriter()
get the writerMethods in org.goplanit.converter.zoning with parameters of type ZoningWriter Modifier and Type Method Description static ZoningConverter
ZoningConverterFactory. createConverter(ZoningReader reader, ZoningWriter writer)
Create the zoning converterConstructors in org.goplanit.converter.zoning with parameters of type ZoningWriter Constructor Description ZoningConverter(ZoningReader reader, ZoningWriter writer)
constructor -
Uses of ZoningWriter in org.goplanit.io.converter.zoning
Classes in org.goplanit.io.converter.zoning that implement ZoningWriter 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. -
Uses of ZoningWriter in org.goplanit.matsim.converter
Classes in org.goplanit.matsim.converter that implement ZoningWriter Modifier and Type Class Description class
MatsimZoningWriter
A class that takes a PLANit zoning and extracts and writes the MATSIM public transport information to disk.
-