Documentation ¶
Index ¶
Constants ¶
View Source
const ( Unknown byte = iota Chars Newline // \r \r\n \n Letter // a-f, A-F category L in unicode. Digit // 0-9 Space // Category S in unicode DoubleQuote // " NumberSign // # Percent // % Ampersand // & Quote // ' LeftPren // ( RightPren // ) Asterisk // * PlusSign // + Period // . Solidus // / Colon // : Semicolon // ; LeftChevron // < RightChevron // > Equal // = QuestionMark // ? LeftBracket // [ RightBracket // ] ReverseSolidus // \ Circumflex // ^ Underscore // _ LeftBrace // { RightBrace // } VerticalBar // | DegreeSymbol // º Comma // , Minus // - Empty // EMPTY ZM // ZM M // M GeometryCollection // GEOMETRYCOLLECTION Point // POINT Multipoint // MULTIPOINT Linestring // LINESTIRNG Multilinestring // MULTILINESTRING Polygon // POLYGON Multipolygon // MULTIPOLYGON )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.