pub enum GeographicalAreaDesignator {
Show 18 variants NorthernHemisphere_0_90W, NorthernHemisphere_90_180W, NorthernHemisphere_180_90E, NorthernHemisphere_90E_0, SouthernHemisphere_0_90W, SouthernHemisphere_90_180W, SouthernHemisphere_180_90E, SouthernHemisphere_90E_E, TropicalBelt_0_90W, TropicalBelt_90_180W, TropicalBelt_180_90E, TropicalBelt_90E_0, NorthernHemisphere, SouthernHemisphere, NorthernHemisphere_45W_180, UnknownU, UnknownP, GlobalArea,
}

Variants

NorthernHemisphere_0_90W

Nothern hemisphere, 0 to 90 degrees West

NorthernHemisphere_90_180W

Northern hemisphere, 90 to 180 degrees West

NorthernHemisphere_180_90E

Northern hemisphere, 180 to 90 degrees East

NorthernHemisphere_90E_0

Northern hemisphere, 90 to 0 degrees East

SouthernHemisphere_0_90W

Southern hemisphere, 0 to 90 degrees West

SouthernHemisphere_90_180W

Southern hemisphere, 90 to 180 degrees West

SouthernHemisphere_180_90E

Southern hemisphere, 180 to 90 degrees East

SouthernHemisphere_90E_E

Southern hemisphere, 90 to 0 degrees East

TropicalBelt_0_90W

Tropical belt, 0 to 90 degrees West

TropicalBelt_90_180W

Tropical belt, 90 to 180 degrees West

TropicalBelt_180_90E

Tropical belt, 180 to 90 degrees East

TropicalBelt_90E_0

Tropical belt, 90 to 0 degrees East

NorthernHemisphere

Northern hemispher

SouthernHemisphere

Southern hemisphere

NorthernHemisphere_45W_180

Northern hemisphere, 45W to 180

UnknownU

An unknown area using code U

UnknownP

An unknown area using code P

GlobalArea

Global area

Implementations

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.