Package org.goplanit.converter.zoning
Interface ZoningReader
-
- All Superinterfaces:
ConverterEntity
,ConverterReader<Zoning>
- All Known Implementing Classes:
GtfsZoningReader
,OsmZoningReader
,PlanitZoningReader
,TntpZoningReader
public interface ZoningReader extends ConverterReader<Zoning>
interface to read a PLANit zoning- Author:
- markr
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default String
getTypeDescription()
short description (one word capitals) of this reader for logging purposes-
Methods inherited from interface org.goplanit.converter.ConverterEntity
reset
-
Methods inherited from interface org.goplanit.converter.ConverterReader
getSettings, read
-
-
-
-
Method Detail
-
getTypeDescription
default String getTypeDescription()
short description (one word capitals) of this reader for logging purposes- Specified by:
getTypeDescription
in interfaceConverterEntity
- Returns:
- description
-
-