package types
import "gopkg.in/rethinkdb/rethinkdb-go.v6/types"
Index ¶
- type Geometry
- func (g Geometry) MarshalRQL() (interface{}, error)
- func (g *Geometry) UnmarshalRQL(data interface{}) error
- type Line
- func UnmarshalLineString(v interface{}) (Line, error)
- func (l Line) Coords() interface{}
- func (l Line) MarshalRQL() (interface{}, error)
- func (l *Line) UnmarshalRQL(data interface{}) error
- type Lines
- func UnmarshalPolygon(v interface{}) (Lines, error)
- func (l Lines) Coords() interface{}
- func (l Lines) MarshalRQL() (interface{}, error)
- func (l *Lines) UnmarshalRQL(data interface{}) error
- type Point
Types ¶
type Geometry ¶
func (Geometry) MarshalRQL ¶
func (*Geometry) UnmarshalRQL ¶
type Line ¶
type Line []Point
func UnmarshalLineString ¶
func (Line) Coords ¶
func (l Line) Coords() interface{}
func (Line) MarshalRQL ¶
func (*Line) UnmarshalRQL ¶
type Lines ¶
type Lines []Line
func UnmarshalPolygon ¶
func (Lines) Coords ¶
func (l Lines) Coords() interface{}
func (Lines) MarshalRQL ¶
func (*Lines) UnmarshalRQL ¶
type Point ¶
func UnmarshalPoint ¶
func (Point) Coords ¶
func (p Point) Coords() interface{}
func (Point) MarshalRQL ¶
func (*Point) UnmarshalRQL ¶
Source Files ¶
geometry.go
- Version
- v6.2.2 (latest)
- Published
- Jun 2, 2022
- Platform
- linux/amd64
- Imports
- 1 packages
- Last checked
- 1 week ago –
Tools for package owners.