Class GeographyRecordFactory
- java.lang.Object
-
- org.onebusaway.transit_data_federation.bundle.tasks.stif.model.StifRecordFactory<GeographyRecord>
-
- org.onebusaway.transit_data_federation.bundle.tasks.stif.model.GeographyRecordFactory
-
public class GeographyRecordFactory extends StifRecordFactory<GeographyRecord>
-
-
Constructor Summary
Constructors Constructor Description GeographyRecordFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GeographyRecordcreateEmptyRecord()StifFieldDefinition<GeographyRecord>[]getFields()-
Methods inherited from class org.onebusaway.transit_data_federation.bundle.tasks.stif.model.StifRecordFactory
createRecord
-
-
-
-
Method Detail
-
createEmptyRecord
public GeographyRecord createEmptyRecord()
- Specified by:
createEmptyRecordin classStifRecordFactory<GeographyRecord>
-
getFields
public StifFieldDefinition<GeographyRecord>[] getFields()
- Specified by:
getFieldsin classStifRecordFactory<GeographyRecord>
-
-