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) 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) 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) 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) 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) 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) Scan ¶
func (mp *MultiPolygon) Scan(v interface{}) error
type Point ¶
func (Point) GormDataType ¶
Click to show internal directories.
Click to hide internal directories.