Update to use flags.IteratorURIFlag to define source and target URIs. This introduces backwards incompatible changes in the input expected by the -iterator-uri flag(s) used by tools defined in cmd
Remove IsWhosOnFirst and Iterator properties from application.SpatialApplication. These are backwards incompatible changes.
Remove IndexPaths method from application.SpatialApplication
Add IndexDatabaseWithIterators method to application.SpatialApplication
Add IsIndexing and Indexed methods to application.SpatialApplication
flags.IteratorURIFlag
to define source and target URIs. This introduces backwards incompatible changes in the input expected by the-iterator-uri
flag(s) used by tools defined incmd
IsWhosOnFirst
andIterator
properties fromapplication.SpatialApplication
. These are backwards incompatible changes.IndexPaths
method fromapplication.SpatialApplication
IndexDatabaseWithIterators
method toapplication.SpatialApplication
IsIndexing
andIndexed
methods toapplication.SpatialApplication
log.Logger
inRun*
methods.