Documentation ¶
Overview ¶
Package gridaggregationtype
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Geotile = GridAggregationType{"geotile"} Geohex = GridAggregationType{"geohex"} )
Functions ¶
This section is empty.
Types ¶
type GridAggregationType ¶
type GridAggregationType struct {
Name string
}
func (GridAggregationType) MarshalText ¶
func (g GridAggregationType) MarshalText() (text []byte, err error)
func (GridAggregationType) String ¶
func (g GridAggregationType) String() string
func (*GridAggregationType) UnmarshalText ¶
func (g *GridAggregationType) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.