Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExecuteParser ¶
func ExecuteParser(index int)
func GenTableHeader ¶
func GenTableHeaderModified ¶
func GenTableHeaderModified(name string)
Types ¶
type DJI_CSV_Parser ¶
type DJI_CSV_Parser struct {
// contains filtered or unexported fields
}
func NewDJI_CSV_Parser ¶
func NewDJI_CSV_Parser(fileName string) *DJI_CSV_Parser
func (*DJI_CSV_Parser) ParseContents ¶
func (parser *DJI_CSV_Parser) ParseContents()
type DJI_GPX_Parser ¶
type DJI_GPX_Parser struct {
// contains filtered or unexported fields
}
func NewDJI_GPX_Parser ¶
func NewDJI_GPX_Parser(fileName string) *DJI_GPX_Parser
func (*DJI_GPX_Parser) ParseContents ¶
func (parser *DJI_GPX_Parser) ParseContents()
type DJI_KML_Parser ¶
type DJI_KML_Parser struct {
// contains filtered or unexported fields
}
func NewDJI_KML_Parser ¶
func NewDJI_KML_Parser(fileName string) *DJI_KML_Parser
func (*DJI_KML_Parser) ParseContents ¶
func (parser *DJI_KML_Parser) ParseContents()
type ExtendedData ¶
type ExtendedData struct {
Data []Data `xml:"Data"`
}
type LineString ¶
type LineString struct {
Coordinates string `xml:"coordinates"`
}
type Placemark ¶
type Placemark struct { Name string `xml:"name"` Point Point `xml:"Point"` LineString LineString `xml:"LineString"` }
Click to show internal directories.
Click to hide internal directories.