Uses of Class
de.terrestris.shoguncore.importer.communication.AbstractRESTEntity
-
Packages that use AbstractRESTEntity Package Description de.terrestris.shoguncore.importer de.terrestris.shoguncore.importer.communication de.terrestris.shoguncore.importer.transform -
-
Uses of AbstractRESTEntity in de.terrestris.shoguncore.importer
Methods in de.terrestris.shoguncore.importer with parameters of type AbstractRESTEntity Modifier and Type Method Description booleanGeoServerRESTImporter. updateImportTask(int importJobId, int importTaskId, AbstractRESTEntity updateTaskEntity)Updates the given import task.booleanGeoServerRESTImporter. updateLayerForImportTask(int importJobId, int importTaskId, AbstractRESTEntity updateTaskEntity)Update layer object for a given task of an import job (via PUT) -
Uses of AbstractRESTEntity in de.terrestris.shoguncore.importer.communication
Subclasses of AbstractRESTEntity in de.terrestris.shoguncore.importer.communication Modifier and Type Class Description classRESTAttributeclassRESTBoundingBoxclassRESTCoverageStoreterrestris GmbH & Co.classRESTDataA data is the description of the source data of a import (overall) or a task.classRESTDataDirectoryclassRESTDataFileclassRESTDataRemoteclassRESTDataStoreclassRESTImportAn import refers to the top level object and is a "session" like entity the state of the entire import.classRESTImportTaskA task represents a unit of work to the importer needed to register one new layer, or alter an existing one, and contains the following information:classRESTLayerclassRESTStoreclassRESTStyleclassRESTTargetclassRESTTargetDataStoreclassRESTTargetWorkspaceclassRESTWorkspace -
Uses of AbstractRESTEntity in de.terrestris.shoguncore.importer.transform
Subclasses of AbstractRESTEntity in de.terrestris.shoguncore.importer.transform Modifier and Type Class Description classRESTDateFormatTransformclassRESTGdalAddoTransformterrestris GmbH & Co.classRESTGdalTranslateTransformterrestris GmbH & Co.classRESTGdalWarpTransformterrestris GmbH & Co.classRESTReprojectTransformclassRESTTransformclassRESTTransformChain
-