Documentation
¶
Overview ¶
Package geoshaperelation https://github.com/elastic/elasticsearch-specification/blob/1b56d7e58f5c59f05d1641c6d6a8117c5e01d741/specification/_types/Geo.ts#L67-L72
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 {
// contains filtered or unexported fields
}
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.