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