types

package
v0.0.0-...-b3cad7b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 18, 2020 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GenericGeometry

type GenericGeometry struct {
	spatial.GenericGeometry
}

func (GenericGeometry) GormDataType

func (g GenericGeometry) GormDataType() string

func (GenericGeometry) GormValue

func (g GenericGeometry) GormValue(_ context.Context, _ *gorm.DB) clause.Expr

func (*GenericGeometry) Scan

func (g *GenericGeometry) Scan(v interface{}) error

type GeometryCollection

type GeometryCollection struct {
	spatial.GeometryCollection
}

func (GeometryCollection) GormDataType

func (c GeometryCollection) GormDataType() string

func (GeometryCollection) GormValue

func (c GeometryCollection) GormValue(_ context.Context, _ *gorm.DB) clause.Expr

func (*GeometryCollection) Scan

func (c *GeometryCollection) Scan(v interface{}) error

type LineString

type LineString struct {
	spatial.LineString
}

func (LineString) GormDataType

func (l LineString) GormDataType() string

func (LineString) GormValue

func (l LineString) GormValue(_ context.Context, _ *gorm.DB) clause.Expr

func (*LineString) Scan

func (l *LineString) Scan(v interface{}) error

type MultiLineString

type MultiLineString struct {
	spatial.MultiLineString
}

func (MultiLineString) GormDataType

func (ml MultiLineString) GormDataType() string

func (MultiLineString) GormValue

func (ml MultiLineString) GormValue(_ context.Context, _ *gorm.DB) clause.Expr

func (*MultiLineString) Scan

func (ml *MultiLineString) Scan(v interface{}) error

type MultiPoint

type MultiPoint struct {
	spatial.MultiPoint
}

func (MultiPoint) GormDataType

func (mp MultiPoint) GormDataType() string

func (MultiPoint) GormValue

func (mp MultiPoint) GormValue(_ context.Context, _ *gorm.DB) clause.Expr

func (*MultiPoint) Scan

func (mp *MultiPoint) Scan(v interface{}) error

type MultiPolygon

type MultiPolygon struct {
	spatial.MultiPolygon
}

func (MultiPolygon) GormDataType

func (mp MultiPolygon) GormDataType() string

func (MultiPolygon) GormValue

func (mp MultiPolygon) GormValue(_ context.Context, _ *gorm.DB) clause.Expr

func (*MultiPolygon) Scan

func (mp *MultiPolygon) Scan(v interface{}) error

type Point

type Point struct {
	spatial.Point
}

func (Point) GormDataType

func (p Point) GormDataType() string

func (Point) GormValue

func (p Point) GormValue(_ context.Context, _ *gorm.DB) clause.Expr

func (*Point) Scan

func (p *Point) Scan(v interface{}) error

type Polygon

type Polygon struct {
	spatial.Polygon
}

func (Polygon) GormDataType

func (p Polygon) GormDataType() string

func (Polygon) GormValue

func (p Polygon) GormValue(_ context.Context, _ *gorm.DB) clause.Expr

func (*Polygon) Scan

func (p *Polygon) Scan(v interface{}) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL