Uses of Class
de.terrestris.shoguncore.importer.communication.RESTLayer
-
Packages that use RESTLayer Package Description de.terrestris.shoguncore.importer de.terrestris.shoguncore.importer.communication -
-
Uses of RESTLayer in de.terrestris.shoguncore.importer
Methods in de.terrestris.shoguncore.importer that return RESTLayer Modifier and Type Method Description RESTLayerGeoServerRESTImporter. getLayer(Integer importJobId, Integer taskId)Get a layer.Methods in de.terrestris.shoguncore.importer that return types with arguments of type RESTLayer Modifier and Type Method Description List<RESTLayer>GeoServerRESTImporter. getAllImportedLayers(Integer importJobId, List<RESTImportTask> tasks)fetch all created Layers of import job -
Uses of RESTLayer in de.terrestris.shoguncore.importer.communication
Methods in de.terrestris.shoguncore.importer.communication that return RESTLayer Modifier and Type Method Description RESTLayerRESTImportTask. getLayer()Methods in de.terrestris.shoguncore.importer.communication with parameters of type RESTLayer Modifier and Type Method Description voidRESTImportTask. setLayer(RESTLayer layer)
-