Uses of Interface
org.goplanit.converter.zoning.ZoningReader
-
Packages that use ZoningReader Package Description org.goplanit.converter.zoning org.goplanit.io.converter.zoning org.goplanit.osm.converter.zoning org.goplanit.tntp.converter.zoning -
-
Uses of ZoningReader in org.goplanit.converter.zoning
Methods in org.goplanit.converter.zoning that return ZoningReader Modifier and Type Method Description ZoningReaderZoningConverter. getReader()get the readerMethods in org.goplanit.converter.zoning with parameters of type ZoningReader Modifier and Type Method Description static ZoningConverterZoningConverterFactory. createConverter(ZoningReader reader, ZoningWriter writer)Create the zoning converterConstructors in org.goplanit.converter.zoning with parameters of type ZoningReader Constructor Description ZoningConverter(ZoningReader reader, ZoningWriter writer)constructor -
Uses of ZoningReader in org.goplanit.io.converter.zoning
Classes in org.goplanit.io.converter.zoning that implement ZoningReader Modifier and Type Class Description classPlanitZoningReaderClass to parse zoning from native XML format -
Uses of ZoningReader in org.goplanit.osm.converter.zoning
Classes in org.goplanit.osm.converter.zoning that implement ZoningReader Modifier and Type Class Description classOsmZoningReaderParse OSM input in either *.osm or *.osm.pbf format and return PLANit zoning instance comprising of the identified transfer zones. -
Uses of ZoningReader in org.goplanit.tntp.converter.zoning
Classes in org.goplanit.tntp.converter.zoning that implement ZoningReader Modifier and Type Class Description classTntpZoningReaderZoning reader component for TNTP data format
-