7 #define graphic_mode()\ 8 ( (getgraphmode() < 0) ? 0 : 1) 18 void get_display_position(
int *
x,
int *
y, window_type window );
38 int strpos(
char *str,
char ch );
50 window_type info_window(
char *text );
53 #if !defined(__MSDOS__) && !defined(_MSC_VER) && !defined(__BORLANDC__) 59 float distance(
double lat1,
double lon1,
double lat2,
double lon2,
int ossim_strcasecmp(const char *s1, const char *s2)
Written to replace non-portable "strcasecmp".
void display_message(char *str)
void displayinfo(char *text[], int nlines)
int feature_type(char *name)
char * rightjust(char *str)
char * dms_string(dms_type coord, int seconds)
float distance(double lat1, double lon1, double lat2, double lon2, int units)
VPF_BOOLEAN contained(extent_type extent1, extent_type extent2)
int is_complex_feature(char *name)
dms_type float_to_dms(double coord)
os2<< "> n<< " > nendobj n
void out_dms(dms_type coord, int x, int y, int dir, int seconds)
void no_map_displayed(void)
VPF_BOOLEAN displayerror(char *text[], int nlines)
int strpos(char *str, char ch)
int primitive_class(char *name)
int is_feature(char *name)
char * leftjust(char *str)
VPF_BOOLEAN fwithin(float x, float y, extent_type extent)
int is_primitive(char *name)
int is_simple_feature(char *name)
int ossim_strncasecmp(const char *s1, const char *s2, unsigned int n)
Written to replace non-portable "strncasecmp".
void * vpfmalloc(unsigned long size)
void displaymessage(char *,...)
double dms_to_float(dms_type coord)