Uses of Class
org.goplanit.converter.BaseWriterImpl
-
Packages that use BaseWriterImpl Package Description org.goplanit.converter org.goplanit.geoio.converter org.goplanit.geoio.converter.network org.goplanit.geoio.converter.service org.goplanit.geoio.converter.zoning org.goplanit.io.converter 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 org.goplanit.matsim.converter -
-
Uses of BaseWriterImpl in org.goplanit.converter
Subclasses of BaseWriterImpl in org.goplanit.converter Modifier and Type Class Description classCrsWriterImpl<T> -
Uses of BaseWriterImpl in org.goplanit.geoio.converter
Subclasses of BaseWriterImpl in org.goplanit.geoio.converter Modifier and Type Class Description classGeometryIoWriter<T>Writer to persist a PLANit network to disk in a geometry centric format such as Shape files. -
Uses of BaseWriterImpl in org.goplanit.geoio.converter.network
Subclasses of BaseWriterImpl in org.goplanit.geoio.converter.network Modifier and Type Class Description classGeometryNetworkWriterWriter to persist a PLANit network to disk in a geometry centric format such as Shape files. -
Uses of BaseWriterImpl in org.goplanit.geoio.converter.service
Subclasses of BaseWriterImpl in org.goplanit.geoio.converter.service Modifier and Type Class Description classGeometryRoutedServicesWriterWriter to persist PLANit routed services to disk in GIS based format(s) such as shape files.classGeometryServiceNetworkWriterWriter to persist a PLANit service network to disk in a geometry centric format such as Shape files. -
Uses of BaseWriterImpl in org.goplanit.geoio.converter.zoning
Subclasses of BaseWriterImpl in org.goplanit.geoio.converter.zoning Modifier and Type Class Description classGeometryZoningWriterWriter to persist a PLANit zoning to disk in a geometry centric format such as Shape files. -
Uses of BaseWriterImpl in org.goplanit.io.converter
Subclasses of BaseWriterImpl in org.goplanit.io.converter Modifier and Type Class Description classPlanitWriterImpl<T>Common functionality for writing in the native PLANit format across different writers -
Uses of BaseWriterImpl in org.goplanit.io.converter.demands
Subclasses of BaseWriterImpl in org.goplanit.io.converter.demands Modifier and Type Class Description classPlanitDemandsWriterA class that takes a PLANit demands and persists it to file in the PLANit native XML format. -
Uses of BaseWriterImpl in org.goplanit.io.converter.network
Subclasses of BaseWriterImpl in org.goplanit.io.converter.network Modifier and Type Class Description classPlanitNetworkWriterWriter to persist a PLANit network to disk in the native PLANit format.classUnTypedPlanitCrsWriterImpl<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 BaseWriterImpl in org.goplanit.io.converter.service
Subclasses of BaseWriterImpl in org.goplanit.io.converter.service Modifier and Type Class Description classPlanitRoutedServicesWriterWriter to persist PLANit routed services to disk in the native PLANit format.classPlanitServiceNetworkWriterWriter to persist a PLANit service network to disk in the native PLANit format. -
Uses of BaseWriterImpl in org.goplanit.io.converter.zoning
Subclasses of BaseWriterImpl in org.goplanit.io.converter.zoning Modifier and Type Class Description classPlanitZoningWriterA class that takes a PLANit zoning and persists it to file in the Planit native XML format. -
Uses of BaseWriterImpl in org.goplanit.matsim.converter
Subclasses of BaseWriterImpl in org.goplanit.matsim.converter Modifier and Type Class Description classMatsimNetworkWriterA class that takes a PLANit network and writes it as a MATSIM network.classMatsimRoutedServicesWriterA class that takes a PLANit routed services (and its reference service network, zoning and physical network) to extract and writes the MATSIM public transport information to disk.classMatsimWriter<T>Base class from which all matsim writers derive
-