Uses of Class
org.gvsig.fmap.mapcontext.exceptions.LoadLayerException
Packages that use LoadLayerException
Package
Description
-
Uses of LoadLayerException in org.gvsig.fmap.mapcontext
Methods in org.gvsig.fmap.mapcontext that throw LoadLayerExceptionModifier and TypeMethodDescriptionMapContextManager.createLayer(String layerName, org.gvsig.fmap.dal.DataStore store) Create a layer from aDataStore.MapContextManager.createLayer(String layerName, org.gvsig.fmap.dal.DataStoreParameters parameters) Create a new layer from the data parameters passed as parameter.MapContextManager.createLayer(String layerName, org.gvsig.fmap.dal.DataStore store, MapContextManager.CreateLayerParameters parameters) MapContextManager.createLayer(String layerName, MapContextManager.CreateLayerParameters parameters) -
Uses of LoadLayerException in org.gvsig.fmap.mapcontext.exceptions
Subclasses of LoadLayerException in org.gvsig.fmap.mapcontext.exceptionsModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassExcepción provocada por el WMS.class -
Uses of LoadLayerException in org.gvsig.fmap.mapcontext.impl
Methods in org.gvsig.fmap.mapcontext.impl that throw LoadLayerExceptionModifier and TypeMethodDescriptionDefaultMapContextManager.createLayer(String layerName, org.gvsig.fmap.dal.DataStore dataStore) DefaultMapContextManager.createLayer(String layerName, org.gvsig.fmap.dal.DataStoreParameters dataParameters) DefaultMapContextManager.createLayer(String layerName, org.gvsig.fmap.dal.DataStore dataStore, MapContextManager.CreateLayerParameters parameters) DefaultMapContextManager.createLayer(String layerName, MapContextManager.CreateLayerParameters parameters) -
Uses of LoadLayerException in org.gvsig.fmap.mapcontext.layers
Methods in org.gvsig.fmap.mapcontext.layers that throw LoadLayerExceptionModifier and TypeMethodDescriptionLayerFactory.createLayer(String layerName, org.gvsig.fmap.dal.DataStore dataStore) LayerFactory.createLayer(String layerName, org.gvsig.fmap.dal.DataStoreParameters storeParameters) org.gvsig.tools.dynobject.DynObjectSetorg.gvsig.tools.dynobject.DynObjectSetorg.gvsig.tools.dynobject.DynObjectSetFLayers.getInfo(org.gvsig.fmap.geom.primitive.Point p, double tolerance) voidFLayer.load()Executes the initialization operations of this layer.voidFLyrDefault.load()voidFLayers.replaceLayer(String layerName, FLayer layer) Replace a layer identified by its name, by another.voidFLayers.replaceLayer(FLayer layer, FLayer newLayer) Replace a layer by another layer.voidFLyrDefault.wakeUp()Method called byFLayersto notify this layer that is going to be added.This previous notification is useful for the layers that need do something before being added. -
Uses of LoadLayerException in org.gvsig.fmap.mapcontext.layers.operations
Methods in org.gvsig.fmap.mapcontext.layers.operations that throw LoadLayerExceptionModifier and TypeMethodDescriptionvoidAdds a new layer to this collection.org.gvsig.tools.dynobject.DynObjectSetExecutes a consultation about information of a point on the layer.org.gvsig.tools.dynobject.DynObjectSetInfoByPoint.getInfo(Point p, double tolerance, org.gvsig.tools.task.Cancellable cancel, boolean fast) Executes a consultation about information of a point on the layer.org.gvsig.tools.dynobject.DynObjectSetInfoByPoint.getInfo(org.gvsig.fmap.geom.primitive.Point p, double tolerance) Executes a consultation about information of a point on the layer.voidSingleLayer.setDataStore(org.gvsig.fmap.dal.DataStore dataStore) Fija el DataStore asociado a la capa. -
Uses of LoadLayerException in org.gvsig.fmap.mapcontext.layers.vectorial
Methods in org.gvsig.fmap.mapcontext.layers.vectorial that throw LoadLayerExceptionModifier and TypeMethodDescriptionprotected voidFLyrVect.bindToDataStore(org.gvsig.fmap.dal.DataStore dataStore) Enlaza la capa con el DataStore indicado.org.gvsig.tools.dynobject.DynObjectSetorg.gvsig.tools.dynobject.DynObjectSetorg.gvsig.tools.dynobject.DynObjectSetFLyrVect.getInfo(org.gvsig.fmap.geom.primitive.Point p, double tolerance) voidFLyrVect.load()voidFLyrVect.setDataStore(org.gvsig.fmap.dal.DataStore dataStore) Asigna el data-store a la capa. -
Uses of LoadLayerException in org.gvsig.fmap.mapcontext.layers.vectorial.impl
Methods in org.gvsig.fmap.mapcontext.layers.vectorial.impl that throw LoadLayerExceptionModifier and TypeMethodDescriptionvoidDefaultGraphicLayer.initialize(org.gvsig.crs.projection.lib.Projection projection)