Documentation ¶
Index ¶
- type PostGIS
- func (PostGIS) Close()
- func (pg PostGIS) GetFeature(_ context.Context, _ string, _ any, _ domain.Profile) (*domain.Feature, error)
- func (pg PostGIS) GetFeatureIDs(_ context.Context, _ string, _ datasources.FeaturesCriteria) ([]int64, domain.Cursors, error)
- func (pg PostGIS) GetFeatureTableMetadata(_ string) (datasources.FeatureTableMetadata, error)
- func (pg PostGIS) GetFeatures(_ context.Context, _ string, _ datasources.FeaturesCriteria, _ domain.Profile) (*domain.FeatureCollection, domain.Cursors, error)
- func (pg PostGIS) GetFeaturesByID(_ context.Context, _ string, _ []int64, _ domain.Profile) (*domain.FeatureCollection, error)
- func (pg PostGIS) GetPropertyFiltersWithAllowedValues(_ string) datasources.PropertyFiltersWithAllowedValues
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PostGIS ¶
type PostGIS struct { }
PostGIS !!! Placeholder implementation, for future reference !!!
func NewPostGIS ¶
func NewPostGIS() *PostGIS
func (PostGIS) GetFeature ¶
func (PostGIS) GetFeatureIDs ¶
func (pg PostGIS) GetFeatureIDs(_ context.Context, _ string, _ datasources.FeaturesCriteria) ([]int64, domain.Cursors, error)
func (PostGIS) GetFeatureTableMetadata ¶
func (pg PostGIS) GetFeatureTableMetadata(_ string) (datasources.FeatureTableMetadata, error)
func (PostGIS) GetFeatures ¶
func (pg PostGIS) GetFeatures(_ context.Context, _ string, _ datasources.FeaturesCriteria, _ domain.Profile) (*domain.FeatureCollection, domain.Cursors, error)
func (PostGIS) GetFeaturesByID ¶
func (PostGIS) GetPropertyFiltersWithAllowedValues ¶ added in v0.51.0
func (pg PostGIS) GetPropertyFiltersWithAllowedValues(_ string) datasources.PropertyFiltersWithAllowedValues
Click to show internal directories.
Click to hide internal directories.