|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of BT747Path in bt747.j2se_view |
---|
Methods in bt747.j2se_view with parameters of type BT747Path | |
---|---|
void |
GpsFileProxyTemplate.initialiseFile(BT747Path baseName,
java.lang.String extension,
int fileSeparationFreq)
|
void |
GPSKMZFile.initialiseFile(BT747Path basename,
java.lang.String ext,
int oneFilePerDay)
|
int |
GPXLogConvert.toGPSFile(BT747Path fileName,
GPSFileConverterInterface gpsFile)
|
Uses of BT747Path in bt747.j2se_view.model |
---|
Methods in bt747.j2se_view.model that return BT747Path | |
---|---|
BT747Path |
FileWaypoint.getFilePath()
|
Methods in bt747.j2se_view.model with parameters of type BT747Path | |
---|---|
boolean |
FileWaypoint.setFilePath(BT747Path path)
|
void |
ImageData.writeImage(BT747Path destPath)
|
void |
ImageData.writeImage(BT747Path orgPath,
BT747Path destPath)
|
Uses of BT747Path in bt747.model |
---|
Methods in bt747.model that return BT747Path | |
---|---|
BT747Path |
AppSettings.getPath(int pathType)
Get a path. |
Methods in bt747.model with parameters of type BT747Path | |
---|---|
static void |
Controller.addLogFile(BT747Path path)
|
Uses of BT747Path in bt747.sys |
---|
Methods in bt747.sys with parameters of type BT747Path | |
---|---|
static BT747File |
JavaLibBridge.getFileInstance(BT747Path path)
|
static BT747File |
JavaLibBridge.getFileInstance(BT747Path path,
int mode)
|
static BT747RAFile |
JavaLibBridge.getRAFileInstance(BT747Path path)
|
static BT747RAFile |
JavaLibBridge.getRAFileInstance(BT747Path path,
int mode)
|
Constructors in bt747.sys with parameters of type BT747Path | |
---|---|
File(BT747Path path)
|
|
File(BT747Path path,
int mode)
|
|
RAFile(BT747Path path)
|
|
RAFile(BT747Path path,
int mode)
|
Uses of BT747Path in bt747.sys.interfaces |
---|
Methods in bt747.sys.interfaces that return BT747Path | |
---|---|
BT747Path |
BT747FileName.getOutputFileName(BT747Path baseNamePath,
int utcTimeSeconds,
java.lang.String proposedExtension,
java.lang.String proposedTimeSpec)
Build the filename from the provided parameters. |
BT747Path |
BT747Path.proto(java.lang.String path)
Create new path using this instance as a prototype. |
Methods in bt747.sys.interfaces with parameters of type BT747Path | |
---|---|
BT747File |
JavaLibImplementation.getFileInstance(BT747Path path)
|
BT747File |
JavaLibImplementation.getFileInstance(BT747Path path,
int mode)
|
BT747Path |
BT747FileName.getOutputFileName(BT747Path baseNamePath,
int utcTimeSeconds,
java.lang.String proposedExtension,
java.lang.String proposedTimeSpec)
Build the filename from the provided parameters. |
BT747RAFile |
JavaLibImplementation.getRAFileInstance(BT747Path path)
|
BT747RAFile |
JavaLibImplementation.getRAFileInstance(BT747Path path,
int mode)
|
Constructors in bt747.sys.interfaces with parameters of type BT747Path | |
---|---|
BT747Path(BT747Path path)
Constructor with just a path parameter. |
Uses of BT747Path in bt747.waba_view |
---|
Methods in bt747.waba_view that return BT747Path | |
---|---|
BT747Path |
WabaModel.getPath(int pathType)
|
Uses of BT747Path in gps.connection |
---|
Methods in gps.connection that return BT747Path | |
---|---|
BT747Path |
GPSPort.getDebugFileName()
|
Uses of BT747Path in gps.log |
---|
Methods in gps.log that return BT747Path | |
---|---|
BT747Path |
LogFileInfo.getPath()
|
Methods in gps.log with parameters of type BT747Path | |
---|---|
void |
LogFileInfo.setPath(BT747Path path)
|
Constructors in gps.log with parameters of type BT747Path | |
---|---|
LogFileInfo(BT747Path path)
|
|
LogFileInfo(BT747Path path,
int startTimeUTC,
int endTimeUTC)
|
Uses of BT747Path in gps.log.in |
---|
Methods in gps.log.in with parameters of type BT747Path | |
---|---|
GPSLogConvertInterface |
GPSInputConversionFactory.getInputConversionInstance(BT747Path logFile,
int loggerType)
Gets a conversion instance for the given filename. |
int |
WPLogConvert.toGPSFile(BT747Path path,
GPSFileConverterInterface gpsFile)
|
int |
SkytraqLogConvert.toGPSFile(BT747Path path,
GPSFileConverterInterface gpsFile)
|
int |
NMEALogConvert.toGPSFile(BT747Path fileName,
GPSFileConverterInterface gpsFile)
|
int |
MultiLogConvert.toGPSFile(BT747Path fileName,
GPSFileConverterInterface gpsFile)
|
int |
HoluxTrlLogConvert.toGPSFile(BT747Path path,
GPSFileConverterInterface gpsFile)
|
abstract int |
GPSLogConvertInterface.toGPSFile(BT747Path fileName,
GPSFileConverterInterface gpsFile)
|
int |
CSVLogConvert.toGPSFile(BT747Path path,
GPSFileConverterInterface gpsFile)
|
int |
BT747LogConvert.toGPSFile(BT747Path path,
GPSFileConverterInterface gpsFile)
|
Constructors in gps.log.in with parameters of type BT747Path | |
---|---|
WindowedFile(BT747Path path,
int mode)
|
Uses of BT747Path in gps.log.out |
---|
Methods in gps.log.out that return BT747Path | |
---|---|
BT747Path |
GPSDefaultFileName.getOutputFileName(BT747Path basePath,
int utcTimeSeconds,
java.lang.String proposedExtension,
java.lang.String proposedTimeSpec)
|
Methods in gps.log.out with parameters of type BT747Path | |
---|---|
BT747Path |
GPSDefaultFileName.getOutputFileName(BT747Path basePath,
int utcTimeSeconds,
java.lang.String proposedExtension,
java.lang.String proposedTimeSpec)
|
void |
GPSSqlFile.initialiseFile(BT747Path basename,
java.lang.String ext,
int oneFilePerDay)
|
void |
GPSPostGISFile.initialiseFile(BT747Path basename,
java.lang.String ext,
int oneFilePerDay)
|
void |
GPSNMEAFile.initialiseFile(BT747Path baseName,
java.lang.String extension,
int fileSeparationFreq)
|
void |
GPSKMLFile.initialiseFile(BT747Path basename,
java.lang.String ext,
int oneFilePerDay)
|
void |
GPSGPXFile.initialiseFile(BT747Path basename,
java.lang.String ext,
int oneFilePerDay)
|
void |
GPSGoogleStaticMapUrl.initialiseFile(BT747Path basename,
java.lang.String ext,
int oneFilePerDay)
|
void |
GPSGmapsHTMLFile.initialiseFile(BT747Path basename,
java.lang.String ext,
int oneFilePerDay)
|
void |
GPSGmapsHTMLEncodedFile.initialiseFile(BT747Path basename,
java.lang.String ext,
int oneFilePerDay)
|
void |
GPSFileConfInterface.initialiseFile(BT747Path baseName,
java.lang.String extension,
int fileSeparationFreq)
This function has to be called at some time to initialize the file conversion. |
void |
GPSFile.initialiseFile(BT747Path baseName,
java.lang.String extension,
int fileSeparationFreq)
This function has to be called at some time to initialize the file conversion. |
void |
GPSCSVFile.initialiseFile(BT747Path basename,
java.lang.String ext,
int oneFilePerDay)
|
void |
GPSArray.initialiseFile(BT747Path baseName,
java.lang.String extension,
int fileSeparationFreq)
|
void |
GPSCompoGPSTrkFile.initialiseFile(BT747Path basename,
java.lang.String ext,
int card,
int oneFilePerDay)
|
Uses of BT747Path in gps.mvc |
---|
Methods in gps.mvc with parameters of type BT747Path | |
---|---|
void |
WPController.getLog(BT747Path path)
Fetches a log to the given filename. |
void |
MtkController.getLog(BT747Path log)
|
void |
GpsController.getLog(BT747Path log)
|
void |
DeviceControllerIF.getLog(BT747Path log)
|
void |
MtkController.getLogInit(int startAddr,
int endAddr,
int requestStep,
BT747Path fileName,
boolean isSmart,
boolean disableLogging)
|
void |
WPLogDownloadHandler.getWPLog(BT747Path path)
|
GpsEvent |
LogFile.openNewLog(BT747Path path)
|
void |
LogFile.reOpenLogWrite(BT747Path path)
|
Uses of BT747Path in net.sf.bt747.gps.log.in.test |
---|
Methods in net.sf.bt747.gps.log.in.test with parameters of type BT747Path | |
---|---|
void |
TestConvertInBase.csvConverterSetup(BT747Path path)
|
Uses of BT747Path in net.sf.bt747.j2se.app.exif |
---|
Methods in net.sf.bt747.j2se.app.exif with parameters of type BT747Path | |
---|---|
boolean |
ExifTIFF.copyTo(BT747Path path)
|
boolean |
ExifJPG.copyTo(BT747Path path)
|
boolean |
ExifJPG.setFilePath(BT747Path p)
|
boolean |
ExifTIFF.setPath(BT747Path p)
|
Uses of BT747Path in net.sf.bt747.j2se.app.exiftool |
---|
Methods in net.sf.bt747.j2se.app.exiftool with parameters of type BT747Path | |
---|---|
void |
ExiftoolData.writeImage(BT747Path destPath)
|
void |
ExiftoolData.writeImage(BT747Path orgPath,
BT747Path destPath)
|
Uses of BT747Path in net.sf.bt747.j2se.app.osm |
---|
Methods in net.sf.bt747.j2se.app.osm with parameters of type BT747Path | |
---|---|
void |
GPSOSMUploadFile.initialiseFile(BT747Path basename,
java.lang.String ext,
int oneFilePerDay)
|
Uses of BT747Path in net.sf.bt747.j2se.system |
---|
Methods in net.sf.bt747.j2se.system with parameters of type BT747Path | |
---|---|
BT747File |
J2SEJavaTranslations.getFileInstance(BT747Path path)
|
BT747File |
J2SEJavaTranslations.getFileInstance(BT747Path path,
int mode)
|
BT747RAFile |
J2SEJavaTranslations.getRAFileInstance(BT747Path path)
|
BT747RAFile |
J2SEJavaTranslations.getRAFileInstance(BT747Path filePath,
int mode)
|
Uses of BT747Path in net.sf.bt747.waba.system |
---|
Subclasses of BT747Path in net.sf.bt747.waba.system | |
---|---|
class |
WabaPath
|
Methods in net.sf.bt747.waba.system that return BT747Path | |
---|---|
BT747Path |
WabaPath.proto(java.lang.String path)
|
Methods in net.sf.bt747.waba.system with parameters of type BT747Path | |
---|---|
BT747File |
WabaJavaTranslations.getFileInstance(BT747Path path)
|
BT747File |
WabaJavaTranslations.getFileInstance(BT747Path path,
int mode)
|
BT747RAFile |
WabaJavaTranslations.getRAFileInstance(BT747Path path)
|
BT747RAFile |
WabaJavaTranslations.getRAFileInstance(BT747Path path,
int mode)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |