Documentation
¶
Index ¶
- type Geometry
- func (src *Geometry) AssignTo(dst interface{}) error
- func (dst *Geometry) DecodeBinary(ci *pgtype.ConnInfo, src []byte) error
- func (dst *Geometry) DecodeText(ci *pgtype.ConnInfo, src []byte) error
- func (src Geometry) EncodeBinary(ci *pgtype.ConnInfo, buf []byte) ([]byte, error)
- func (src Geometry) EncodeText(ci *pgtype.ConnInfo, buf []byte) ([]byte, error)
- func (dst Geometry) Get() interface{}
- func (Geometry) PreferredParamFormat() int16
- func (Geometry) PreferredResultFormat() int16
- func (dst *Geometry) Scan(src interface{}) error
- func (dst *Geometry) Set(src interface{}) error
- func (src Geometry) Value() (driver.Value, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Geometry ¶
type Geometry struct {
Geom geom.T
}
func NewGeometry ¶
func NewGeometry(geom geom.T) *Geometry
func (*Geometry) DecodeBinary ¶
func (*Geometry) DecodeText ¶ added in v0.1.1
func (Geometry) EncodeBinary ¶
func (Geometry) EncodeText ¶ added in v0.1.1
func (Geometry) PreferredParamFormat ¶ added in v0.1.1
func (Geometry) PreferredResultFormat ¶ added in v0.1.1
Click to show internal directories.
Click to hide internal directories.