Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Feature ¶
type Feature struct {
// contains filtered or unexported fields
}
func NewFeature ¶
func (*Feature) MarshalJSON ¶
json marshaling for struct Feature
type FeatureCollection ¶
type FeatureCollection struct {
// contains filtered or unexported fields
}
func NewFeatureCollection ¶
func NewFeatureCollection(features []*Feature, results int) *FeatureCollection
func (*FeatureCollection) MarshalJSON ¶
func (fc *FeatureCollection) MarshalJSON() ([]byte, error)
json marshaling for struct FeatureCollection
type Geometry ¶
type Geometry struct {
// contains filtered or unexported fields
}
func NewGeometry ¶
func NewGeometryFromWkt ¶
func (*Geometry) MarshalJSON ¶
json marshaling for struct Geometry
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewGeoJsonService ¶
func NewGeoJsonService(reflection *database.ReflectionService, records *record.RecordService) *Service
Click to show internal directories.
Click to hide internal directories.