Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Collection ¶
type Collections ¶
type Collections struct { Links *[]Link `json:"links"` Collections *[]Collection `json:"collections"` }
type Conformance ¶
type Conformance struct {
ConformsTo *[]string `json:"conformsTo"`
}
type Extent ¶
type Extent struct { SpatialExtent *SpatialExtent `json:"spatial"` TemporalExtent *TemporalExtent `json:"temporal"` }
type Landing ¶
type Landing struct { Title string `json:"title"` Description string `json:"description"` Links *[]Link `json:"links"` }
Landing describes the format of the root page
type SpatialExtent ¶
func NewSpatialExtent ¶
func NewSpatialExtent() SpatialExtent
type TemporalExtent ¶
func NewTemporalExtent ¶
func NewTemporalExtent() TemporalExtent
Click to show internal directories.
Click to hide internal directories.