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 ZoningReader
ZoningConverter. getReader()
get the readerMethods in org.goplanit.converter.zoning with parameters of type ZoningReader 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 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 class
PlanitZoningReader
Class 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 class
OsmZoningReader
Parse 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 class
TntpZoningReader
Zoning reader component for TNTP data format
-