#include <Field.h>
Definition at line 18 of file Field.h.
◆ Field() [1/4]
f2c::types::Field::Field |
( |
| ) |
|
|
default |
◆ Field() [2/4]
f2c::types::Field::Field |
( |
const Cells & |
cells, |
|
|
const std::string & |
id = "" |
|
) |
| |
|
explicit |
◆ ~Field()
f2c::types::Field::~Field |
( |
| ) |
|
|
default |
◆ Field() [3/4]
f2c::types::Field::Field |
( |
const Field & |
| ) |
|
|
default |
◆ Field() [4/4]
f2c::types::Field::Field |
( |
Field && |
| ) |
|
|
default |
◆ area()
double f2c::types::Field::area |
( |
| ) |
const |
◆ clone()
Field f2c::types::Field::clone |
( |
| ) |
const |
◆ getCellsAbsPosition()
Cells f2c::types::Field::getCellsAbsPosition |
( |
| ) |
const |
◆ getCRS()
std::string f2c::types::Field::getCRS |
( |
| ) |
const |
◆ getEPSGCoordSystem() [1/2]
int f2c::types::Field::getEPSGCoordSystem |
( |
| ) |
const |
◆ getEPSGCoordSystem() [2/2]
int f2c::types::Field::getEPSGCoordSystem |
( |
const std::string & |
coord_sys | ) |
|
|
static |
◆ getField() [1/2]
const Cells & f2c::types::Field::getField |
( |
| ) |
|
◆ getField() [2/2]
const Cells& f2c::types::Field::getField |
( |
| ) |
const |
◆ getId()
std::string f2c::types::Field::getId |
( |
| ) |
const |
◆ getPrevCRS()
std::string f2c::types::Field::getPrevCRS |
( |
| ) |
const |
◆ getRefPoint() [1/2]
const Point & f2c::types::Field::getRefPoint |
( |
| ) |
|
◆ getRefPoint() [2/2]
const Point& f2c::types::Field::getRefPoint |
( |
| ) |
const |
◆ getUTMCoordSystem() [1/2]
std::string f2c::types::Field::getUTMCoordSystem |
( |
| ) |
const |
◆ getUTMCoordSystem() [2/2]
std::string f2c::types::Field::getUTMCoordSystem |
( |
const std::string & |
coord_sys, |
|
|
const std::string & |
if_not_found = "" |
|
) |
| |
|
static |
◆ getUTMDatum() [1/2]
std::string f2c::types::Field::getUTMDatum |
( |
| ) |
const |
◆ getUTMDatum() [2/2]
std::string f2c::types::Field::getUTMDatum |
( |
const std::string & |
coord_sys, |
|
|
const std::string & |
if_not_found = "etrs89" |
|
) |
| |
|
static |
◆ getUTMHemisphere() [1/2]
std::string f2c::types::Field::getUTMHemisphere |
( |
| ) |
const |
◆ getUTMHemisphere() [2/2]
std::string f2c::types::Field::getUTMHemisphere |
( |
const std::string & |
coord_sys | ) |
|
|
static |
◆ getUTMZone() [1/2]
std::string f2c::types::Field::getUTMZone |
( |
| ) |
const |
◆ getUTMZone() [2/2]
std::string f2c::types::Field::getUTMZone |
( |
const std::string & |
coord_sys | ) |
|
|
static |
◆ isCoordSystemEPSG() [1/2]
bool f2c::types::Field::isCoordSystemEPSG |
( |
| ) |
const |
◆ isCoordSystemEPSG() [2/2]
bool f2c::types::Field::isCoordSystemEPSG |
( |
const std::string & |
coord_sys | ) |
|
|
static |
◆ isCoordSystemUTM() [1/2]
bool f2c::types::Field::isCoordSystemUTM |
( |
| ) |
const |
◆ isCoordSystemUTM() [2/2]
bool f2c::types::Field::isCoordSystemUTM |
( |
const std::string & |
coord_sys | ) |
|
|
static |
◆ isEmpty()
bool f2c::types::Field::isEmpty |
( |
| ) |
const |
◆ operator=() [1/2]
Field & f2c::types::Field::operator= |
( |
const Field & |
| ) |
|
|
default |
◆ operator=() [2/2]
◆ setCRS()
void f2c::types::Field::setCRS |
( |
const std::string & |
crs | ) |
|
◆ setEPSGCoordSystem()
void f2c::types::Field::setEPSGCoordSystem |
( |
int |
epsg | ) |
|
◆ setField()
void f2c::types::Field::setField |
( |
const Cells & |
_field | ) |
|
◆ setId()
void f2c::types::Field::setId |
( |
const std::string & |
_id | ) |
|
◆ setPrevCRS()
void f2c::types::Field::setPrevCRS |
( |
const std::string & |
prev_crs | ) |
|
◆ setRefPoint()
void f2c::types::Field::setRefPoint |
( |
const Point & |
_ref_point | ) |
|
◆ setUTMCoordSystem() [1/2]
void f2c::types::Field::setUTMCoordSystem |
( |
const std::string & |
utm | ) |
|
◆ setUTMCoordSystem() [2/2]
void f2c::types::Field::setUTMCoordSystem |
( |
const std::string & |
utm, |
|
|
const std::string & |
datum |
|
) |
| |
◆ coord_sys_
std::string f2c::types::Field::coord_sys_ {""} |
|
private |
◆ field_
Cells f2c::types::Field::field_ |
|
private |
◆ id_
std::string f2c::types::Field::id_ {""} |
|
private |
◆ prev_coord_sys_
std::string f2c::types::Field::prev_coord_sys_ {""} |
|
private |
◆ ref_point_
Point f2c::types::Field::ref_point_ |
|
private |
The documentation for this struct was generated from the following files: