Uses of Class
nl.tailormap.viewer.config.app.Application
-
Packages that use Application Package Description nl.tailormap.viewer.config.app nl.tailormap.viewer.util -
-
Uses of Application in nl.tailormap.viewer.config.app
Methods in nl.tailormap.viewer.config.app that return Application Modifier and Type Method Description ApplicationBookmark. getApplication()ApplicationConfiguredComponent. getApplication()ApplicationStartLayer. getApplication()ApplicationStartLevel. getApplication()Methods in nl.tailormap.viewer.config.app that return types with arguments of type Application Modifier and Type Method Description Map<Application,StartLayer>ApplicationLayer. getStartLayers()Map<Application,StartLevel>Level. getStartLevels()Methods in nl.tailormap.viewer.config.app with parameters of type Application Modifier and Type Method Description intApplication. compareTo(Application o)ConfiguredComponentConfiguredComponent. deepCopy(Application app)LevelLevel. deepCopy(Level parent, Map originalToCopy, Application app, boolean processStartMap)StartLayerStartLayer. deepCopy(ApplicationLayer appLayer, Application app)StartLevelStartLevel. deepCopy(Application app, Level levelCopy)voidLevel. processForMashup(Application mashup, Application motherApp)voidLevel. processForWorkversion(Application workversion, Application base)voidBookmark. setApplication(Application application)voidConfiguredComponent. setApplication(Application application)voidStartLayer. setApplication(Application application)voidStartLevel. setApplication(Application application)org.json.JSONObjectApplicationLayer. toJSONObject(boolean includeAttributes, boolean includeRelations, javax.persistence.EntityManager em, Application app)Method parameters in nl.tailormap.viewer.config.app with type arguments of type Application Modifier and Type Method Description voidApplicationLayer. setStartLayers(Map<Application,StartLayer> startLayers)voidLevel. setStartLevels(Map<Application,StartLevel> startLevels) -
Uses of Application in nl.tailormap.viewer.util
Methods in nl.tailormap.viewer.util with parameters of type Application Modifier and Type Method Description static List<ApplicationLayer>LayerListHelper. getLayers(Application application, Boolean filterable, Boolean bufferable, Boolean editable, Boolean influence, Boolean arc, Boolean wfs, Boolean attribute, Boolean hasConfiguredLayers, List<Long> possibleLayers, javax.persistence.EntityManager em)Get a list of Layers from the level and its subLevels.
-