Uses of Class
nl.tailormap.viewer.config.services.Layer
-
Packages that use Layer Package Description nl.tailormap.viewer.config.app nl.tailormap.viewer.config.services -
-
Uses of Layer in nl.tailormap.viewer.config.app
Methods in nl.tailormap.viewer.config.app with parameters of type Layer Modifier and Type Method Description voidApplicationLayer. addLayerListDetails(org.json.JSONObject json, Layer l)org.json.JSONArrayApplicationLayer. getInvertedRelationsJSON(Layer layer, javax.persistence.EntityManager em)Get all the relations of featuretypes that have this applayer as dependend n - 1 (n are other featuretypes, 1 = current layer)org.json.JSONArrayApplicationLayer. getRelationsJSON(Layer layer)Get relations of this applayer to other featuretypes: 1-n (1 = current applayer, n are the relations -
Uses of Layer in nl.tailormap.viewer.config.services
Fields in nl.tailormap.viewer.config.services with type parameters of type Layer Modifier and Type Field Description SortedMap<String,Layer>ArcGISService. layersByIdMethods in nl.tailormap.viewer.config.services that return Layer Modifier and Type Method Description LayerLayer. clone()LayerGeoService. getLayer(String layerName, javax.persistence.EntityManager em)Returns the layer with the given name in this server.LayerLayer. getParent()LayerGeoService. getSingleLayer(String layerName, javax.persistence.EntityManager em)Gets a single layer without loading all layers.LayerTileService. getTilingLayer()Get the layer that contains the tiling settings etc.LayerGeoService. getTopLayer()Methods in nl.tailormap.viewer.config.services that return types with arguments of type Layer Modifier and Type Method Description List<Layer>Layer. getCachedChildren(javax.persistence.EntityManager em)List<Layer>Layer. getChildren()List<Layer>GeoService. getLayerChildrenCache(Layer l, javax.persistence.EntityManager em)List<Layer>GeoService. loadLayerTree(javax.persistence.EntityManager em)To prevent a lot of SQL requests walking a tree structure of entities, load all layers using an efficient query.Methods in nl.tailormap.viewer.config.services with parameters of type Layer Modifier and Type Method Description voidLayer. copyUserModifiedProperties(Layer other)Copy user modified properties of given layer onto this instance.List<Layer>GeoService. getLayerChildrenCache(Layer l, javax.persistence.EntityManager em)voidLayer. setParent(Layer parent)voidGeoService. setTopLayer(Layer topLayer)voidLayer. update(Layer update)voidLayer. update(Layer update, Set<String> additionalUpdatableDetails)booleanLayer.Visitor. visit(Layer l, javax.persistence.EntityManager em)Method parameters in nl.tailormap.viewer.config.services with type arguments of type Layer Modifier and Type Method Description voidLayer. setChildren(List<Layer> children)
-