Documentation
¶
Index ¶
- func AddCorsHeader(w http.ResponseWriter)
- func GetRasterKey(filename string, rasterKeySettings *types.RasterKeySettings) (string, error)
- func GetWorldFileExtlist() map[string]string
- func NewRasterFeatureSettings(xPosition, yPosition, margin string) (*types.RasterFeatureSettings, error)
- func NewRasterKeySettings(category, prefixNumChar, suffixNumChar, regex string) (*types.RasterKeySettings, error)
- func ReqVars(r *http.Request) (map[string]interface{}, error)
- func WriteJson(w http.ResponseWriter, status int, v any) error
- type ApiError
- type ApiSuccess
- type Dir
- type Georeference_response
- type Server
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddCorsHeader ¶
func AddCorsHeader(w http.ResponseWriter)
func GetRasterKey ¶
func GetRasterKey(filename string, rasterKeySettings *types.RasterKeySettings) (string, error)
func GetWorldFileExtlist ¶
func NewRasterFeatureSettings ¶
func NewRasterFeatureSettings(xPosition, yPosition, margin string) (*types.RasterFeatureSettings, error)
func NewRasterKeySettings ¶
func NewRasterKeySettings(category, prefixNumChar, suffixNumChar, regex string) (*types.RasterKeySettings, error)
Types ¶
type ApiSuccess ¶
type ApiSuccess struct {
Message string `json:"message"`
}
type Georeference_response ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (*Server) GeoreferenceRasterFiles ¶
func (*Server) GeoreferenceRasterFiles_backup ¶
func (s *Server) GeoreferenceRasterFiles_backup(g *types.GeoreferenceRequest) error
func (*Server) NewGeoreferenceRequest ¶
Click to show internal directories.
Click to hide internal directories.