Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunWithOptions ¶ added in v0.9.0
func RunWithOptions(ctx context.Context, opts *RunOptions) error
Types ¶
type RunOptions ¶ added in v0.9.0
type RunOptions struct {
Writer writer.Writer
WriterURI string
Exporter export.Exporter
ExporterURI string
MapshaperServerURI string
SpatialDatabase database.SpatialDatabase
SpatialDatabaseURI string
TargetIteratorSources map[string][]string
SourceIteratorSources map[string][]string
SPRFilterInputs *filter.SPRInputs
SPRResultsFunc hierarchy_filter.FilterSPRResultsFunc // This one chooses one result among many (or nil)
PIPUpdateFunc hierarchy.PointInPolygonHierarchyResolverUpdateCallback // This one constructs a map[string]interface{} to update the target record (or not)
Verbose bool
}
func RunOptionsFromFlagSet ¶ added in v0.9.0
Click to show internal directories.
Click to hide internal directories.