#include <vil_nitf2_compound_field_value.h>

Public Types | |
| enum | format_type { format_degrees, format_dmsh } |
Public Member Functions | |
| vil_nitf2_location_dmsh (int sec_precision) | |
| bool | read (std::istream &input, int field_width, bool &out_blank) override |
| bool | write (std::ostream &output, int field_width) override |
| std::ostream & | output (std::ostream &) const override |
| bool | is_valid () const override |
Public Attributes | |
| int | lat_degrees |
| int | lat_minutes |
| double | lat_seconds |
| char | lat_hemisphere |
| int | lon_degrees |
| int | lon_minutes |
| double | lon_seconds |
| char | lon_hemisphere |
| int | sec_precision |
| format_type | format |
Definition at line 104 of file vil_nitf2_compound_field_value.h.
|
inherited |
| Enumerator | |
|---|---|
| format_degrees | |
| format_dmsh | |
Definition at line 72 of file vil_nitf2_compound_field_value.h.
|
inline |
Definition at line 107 of file vil_nitf2_compound_field_value.h.
|
overridevirtual |
Implements vil_nitf2_compound_field_value.
Definition at line 218 of file vil_nitf2_compound_field_value.cxx.
|
overridevirtual |
Implements vil_nitf2_compound_field_value.
Definition at line 166 of file vil_nitf2_compound_field_value.cxx.
|
overridevirtual |
Implements vil_nitf2_location.
Definition at line 176 of file vil_nitf2_compound_field_value.cxx.
|
overridevirtual |
Implements vil_nitf2_location.
Definition at line 202 of file vil_nitf2_compound_field_value.cxx.
|
inherited |
Definition at line 73 of file vil_nitf2_compound_field_value.h.
| int vil_nitf2_location_dmsh::lat_degrees |
Definition at line 111 of file vil_nitf2_compound_field_value.h.
| char vil_nitf2_location_dmsh::lat_hemisphere |
Definition at line 111 of file vil_nitf2_compound_field_value.h.
| int vil_nitf2_location_dmsh::lat_minutes |
Definition at line 111 of file vil_nitf2_compound_field_value.h.
| double vil_nitf2_location_dmsh::lat_seconds |
Definition at line 111 of file vil_nitf2_compound_field_value.h.
| int vil_nitf2_location_dmsh::lon_degrees |
Definition at line 112 of file vil_nitf2_compound_field_value.h.
| char vil_nitf2_location_dmsh::lon_hemisphere |
Definition at line 112 of file vil_nitf2_compound_field_value.h.
| int vil_nitf2_location_dmsh::lon_minutes |
Definition at line 112 of file vil_nitf2_compound_field_value.h.
| double vil_nitf2_location_dmsh::lon_seconds |
Definition at line 112 of file vil_nitf2_compound_field_value.h.
| int vil_nitf2_location_dmsh::sec_precision |
Definition at line 113 of file vil_nitf2_compound_field_value.h.
1.8.15