Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LineString ¶
type LineString struct {
geom.LineString
}
func (*LineString) MarshalJSON ¶
func (p *LineString) MarshalJSON() ([]byte, error)
func (*LineString) String ¶
func (p *LineString) String() string
type MultiPoint ¶
type MultiPoint struct {
geom.MultiPoint
}
func (*MultiPoint) MarshalJSON ¶
func (p *MultiPoint) MarshalJSON() ([]byte, error)
func (*MultiPoint) Scan ¶
func (p *MultiPoint) Scan(val interface{}) error
func (*MultiPoint) String ¶
func (p *MultiPoint) String() string
Click to show internal directories.
Click to hide internal directories.