OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Classes | Macros | Typedefs | Functions
vpfrelat.h File Reference
#include <ossim/vpfutil/vpftidx.h>

Go to the source code of this file.

Classes

struct  vpf_relate_struct
 
struct  feature_class_relate_type
 

Macros

#define R_ONE   1
 
#define R_MANY   2
 

Typedefs

typedef struct feature_class_relate_type fcrel_type
 

Functions

linked_list_type fcs_relate_list (char *fcname, char *start_table, char *end_table, vpf_table_type fcs)
 
ossim_int32 related_row (void *keyval1, vpf_table_type table2, char *key2, int sort_flag)
 
linked_list_type related_rows (void *keyval1, vpf_table_type table2, char *key2, int sort_flag, ThematicIndex *idx)
 
fcrel_type select_feature_class_relate (int fcnum, library_type *library, char *start_table, char *end_table)
 
ossim_int32 fc_row_number (row_type row, fcrel_type fcrel, ossim_int32 tile)
 
linked_list_type fc_row_numbers (row_type row, fcrel_type fcrel, ossim_int32 tile, ThematicIndex *idx)
 
void deselect_feature_class_relate (fcrel_type *fcrel)
 

Macro Definition Documentation

◆ R_MANY

#define R_MANY   2

Definition at line 12 of file vpfrelat.h.

◆ R_ONE

#define R_ONE   1

Definition at line 11 of file vpfrelat.h.

Typedef Documentation

◆ fcrel_type

Function Documentation

◆ deselect_feature_class_relate()

void deselect_feature_class_relate ( fcrel_type fcrel)

◆ fc_row_number()

ossim_int32 fc_row_number ( row_type  row,
fcrel_type  fcrel,
ossim_int32  tile 
)

◆ fc_row_numbers()

linked_list_type fc_row_numbers ( row_type  row,
fcrel_type  fcrel,
ossim_int32  tile,
ThematicIndex idx 
)

◆ fcs_relate_list()

linked_list_type fcs_relate_list ( char *  fcname,
char *  start_table,
char *  end_table,
vpf_table_type  fcs 
)

◆ related_row()

ossim_int32 related_row ( void *  keyval1,
vpf_table_type  table2,
char *  key2,
int  sort_flag 
)

◆ related_rows()

linked_list_type related_rows ( void *  keyval1,
vpf_table_type  table2,
char *  key2,
int  sort_flag,
ThematicIndex idx 
)

◆ select_feature_class_relate()

fcrel_type select_feature_class_relate ( int  fcnum,
library_type library,
char *  start_table,
char *  end_table 
)