#include <vil_nitf2_compound_field_value.h>

Public Types | |
| enum | format_type { format_degrees, format_dmsh } |
Public Member Functions | |
| vil_nitf2_location_degrees (int 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 | |
| double | lat_degrees |
| double | lon_degrees |
| int | precision |
| format_type | format |
Definition at line 83 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 86 of file vil_nitf2_compound_field_value.h.
|
overridevirtual |
Implements vil_nitf2_compound_field_value.
Definition at line 148 of file vil_nitf2_compound_field_value.cxx.
|
overridevirtual |
Implements vil_nitf2_compound_field_value.
Definition at line 117 of file vil_nitf2_compound_field_value.cxx.
|
overridevirtual |
Implements vil_nitf2_location.
Definition at line 125 of file vil_nitf2_compound_field_value.cxx.
|
overridevirtual |
Implements vil_nitf2_location.
Definition at line 137 of file vil_nitf2_compound_field_value.cxx.
|
inherited |
Definition at line 73 of file vil_nitf2_compound_field_value.h.
| double vil_nitf2_location_degrees::lat_degrees |
Definition at line 90 of file vil_nitf2_compound_field_value.h.
| double vil_nitf2_location_degrees::lon_degrees |
Definition at line 91 of file vil_nitf2_compound_field_value.h.
| int vil_nitf2_location_degrees::precision |
Definition at line 92 of file vil_nitf2_compound_field_value.h.
1.8.15