Uses of Class
org.goplanit.gtfs.enums.GtfsObjectType
-
Packages that use GtfsObjectType Package Description org.goplanit.gtfs.converter.zoning.handler org.goplanit.gtfs.entity org.goplanit.gtfs.enums org.goplanit.gtfs.scheme org.goplanit.gtfs.util -
-
Uses of GtfsObjectType in org.goplanit.gtfs.converter.zoning.handler
Methods in org.goplanit.gtfs.converter.zoning.handler with parameters of type GtfsObjectType Modifier and Type Method Description void
GtfsZoningHandlerProfiler. incrementCount(GtfsObjectType type)
Increment count for a processed (not discarded) GTFS object type irrespective of how it was processed, i.e., it does not matter if it results in a new PLANit entity or an augmented existing one -
Uses of GtfsObjectType in org.goplanit.gtfs.entity
Methods in org.goplanit.gtfs.entity with parameters of type GtfsObjectType Modifier and Type Method Description static GtfsObject
GtfsObjectFactory. create(GtfsObjectType objectType)
Create a GTFS object of a given type based on the provide object type -
Uses of GtfsObjectType in org.goplanit.gtfs.enums
Methods in org.goplanit.gtfs.enums that return GtfsObjectType Modifier and Type Method Description static GtfsObjectType
GtfsObjectType. valueOf(String name)
Returns the enum constant of this type with the specified name.static GtfsObjectType[]
GtfsObjectType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of GtfsObjectType in org.goplanit.gtfs.scheme
Methods in org.goplanit.gtfs.scheme that return GtfsObjectType Modifier and Type Method Description GtfsObjectType
GtfsFileScheme. getObjectType()
Constructors in org.goplanit.gtfs.scheme with parameters of type GtfsObjectType Constructor Description GtfsFileScheme(GtfsFileType fileType, GtfsObjectType objectType)
Constructor -
Uses of GtfsObjectType in org.goplanit.gtfs.util
Methods in org.goplanit.gtfs.util with parameters of type GtfsObjectType Modifier and Type Method Description static EnumSet<GtfsKeyType>
GtfsUtils. getSupportedKeys(GtfsObjectType objectType)
Collect the supported keys via reflection where it is assumed the object type's class has a default constructor.
-