Uses of Class
overit.geocall.platform.CustomLayer
Packages that use CustomLayer
-
Uses of CustomLayer in overit.geocall.edm.model
Methods in overit.geocall.edm.model that return CustomLayerModifier and TypeMethodDescriptionEntity.getLayer()Retrieves the custom layer associated with the entity model. -
Uses of CustomLayer in overit.geocall.platform
Fields in overit.geocall.platform with type parameters of type CustomLayerModifier and TypeFieldDescriptionprotected Lazy<CustomLayer> Company.customLayerprotected final Lazy<LinkedHashSet<CustomLayer>> CustomLayer.overLayersthis object allows you to retrieve, on demand, the list of dependent layersMethods in overit.geocall.platform that return CustomLayerModifier and TypeMethodDescriptionstatic CustomLayerCustomLayer.getByClass(Class<Layer> cls) Retrieves the instance of the layer from its class.static CustomLayerRetrieves the instance of the layer from its name.Company.getCustomLayer()static CustomLayerCustomLayer.getOriginal()static CustomLayerCustomLayer.getOwnerLayer(Class clz) Deducts the layer to which the class, passed as a parameter, belongsstatic CustomLayerCustomLayer.getOwnerLayer(JavaResource pos) Deducts the layer to which the resource passed as a parameter, belongsstatic CustomLayerFactory.workingLayer(String from) Extract the identity's layer from the one bind to the thread, otherwise try to infer it by thefrompathMethods in overit.geocall.platform that return types with arguments of type CustomLayerModifier and TypeMethodDescriptionstatic List<CustomLayer> CustomLayer.getLayers()CustomLayer.getOverLayers()Method used to obtain dependent layers The order depends on the dependencies between the registered layers; the customized resources will be the first ones.static List<CustomLayer> CustomLayer.getSortedLayers()Methods in overit.geocall.platform with parameters of type CustomLayerModifier and TypeMethodDescriptionprotected static Class<?> Factory.findLibraryComponent(String path, CustomLayer cl) static IntegerCustomLayer.getLayerIndex(CustomLayer customLayer) Returns the index of the current layer from a static table of layers in which the lower layers represent the layers imported as dependency.Constructors in overit.geocall.platform with parameters of type CustomLayerModifierConstructorDescriptionCustomTree(CustomLayer layer) Creates an instance of CustomTree from a reference layer, used as a resource search base.