Documentation ¶
Overview ¶
Package geoshaperelation
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Intersects = GeoShapeRelation{"intersects"} Disjoint = GeoShapeRelation{"disjoint"} Within = GeoShapeRelation{"within"} Contains = GeoShapeRelation{"contains"} )
Functions ¶
This section is empty.
Types ¶
type GeoShapeRelation ¶
type GeoShapeRelation struct {
Name string
}
func (GeoShapeRelation) MarshalText ¶
func (g GeoShapeRelation) MarshalText() (text []byte, err error)
func (GeoShapeRelation) String ¶
func (g GeoShapeRelation) String() string
func (*GeoShapeRelation) UnmarshalText ¶
func (g *GeoShapeRelation) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.