Uses of Class
org.codice.ddf.commands.catalog.facade.CatalogFacade
Packages that use CatalogFacade
-
Uses of CatalogFacade in org.codice.ddf.commands.catalog
Methods in org.codice.ddf.commands.catalog that return CatalogFacadeMethods in org.codice.ddf.commands.catalog with parameters of type CatalogFacadeModifier and TypeMethodDescriptionprotected voidSpatialCommand.doNNQuery(PrintStream console, CatalogFacade catalogFacade) protected voidSpatialCommand.doRadiusQuery(PrintStream console, CatalogFacade catalogFacade) protected voidDuplicateCommands.duplicateInBatches(CatalogFacade queryFacade, CatalogFacade ingestFacade, org.geotools.api.filter.Filter filter, String sourceId) In batches, loops through a query of the queryFacade and an ingest to the ingestFacade of the metacards from the response until there are no more metacards from the queryFacade or the maxMetacards has been reached.protected List<ddf.catalog.data.Metacard> DuplicateCommands.ingestMetacards(CatalogFacade provider, List<ddf.catalog.data.Metacard> metacards) -
Uses of CatalogFacade in org.codice.ddf.commands.catalog.facade
Subclasses of CatalogFacade in org.codice.ddf.commands.catalog.facade