Enum elastic::types::prelude::Orientation [] [src]

pub enum Orientation {
    Clockwise,
    CounterClockwise,
}

This parameter defines one of two coordinate system rules (Right-hand or Left-hand) each of which can be specified in a few different ways. - Right-hand rule: right, ccw, counterclockwise, - Left-hand rule: left, cw, clockwise. The default orientation (counterclockwise) complies with the OGC standard which defines outer ring vertices in counterclockwise order with inner ring(s) vertices (holes) in clockwise order.

Variants

For cw.

For ccw.

Trait Implementations

impl Serialize for Orientation
[src]

Serialize this value into the given Serde serializer. Read more