Uses of Class
org.gvsig.fmap.dal.exception.DataException
Packages that use DataException
Package
Description
Provides DAL's top level abstraction API.
Provides DAL's top level exceptions.
Provides API for accessing and managing tabular (Feature based) data.
Provides DAL's feature level exceptions.
Provides API for feature operations.
Provides API for accessing and managing raster data.
Provides API for system resource management.
Provides DAL's resource level exceptions.
-
Uses of DataException in org.gvsig.fmap.dal
Methods in org.gvsig.fmap.dal that throw DataExceptionModifier and TypeMethodDescriptionbooleanDataServerExplorer.add(String provider, NewDataStoreParameters parameters, boolean overwrite) Creates a new DataStore in this server.voidDataTransaction.add(DataServerExplorer explorer) voidDataTransaction.add(DataServerExplorer explorer, boolean local) voidvoidAdd store to transaction.static voidDataTransaction.add(DataTransaction transaction, DataServerExplorer explorer) static voidDataTransaction.add(DataTransaction transaction, DataServerExplorer explorer, boolean local) static voidDataTransaction.add(DataTransaction transaction, FeatureStore store, boolean local) voidDataTransaction.add(SupportTransactions obj, boolean local) voidDataTransaction.add(org.gvsig.tools.dispose.Disposable resource) voidDataTransaction.begin()booleanIndicates whether this DataServerExplorer can create a new DataStore in the server, given the store name.voidDataTransaction.commit()voidDataManager.createFileStore(String providerName, NewDataStoreParameters params, boolean overwrite) DataStore.createSelection()Creates a new selection.voidDataCache.deleteAll()Delete cache.booleanDataServerExplorer.exists(DataStoreParameters parameters) DataServerExplorer.getAddParameters(String storeName) Given the store's name, returns its parameters for creation.DataStore.getDataSet()Returns all available data.DataStore.getDataSet(DataQuery dataQuery) Returns a subset of data taking into account the properties and restrictions of the DataQuery.voidDataStore.getDataSet(DataQuery dataQuery, org.gvsig.tools.observer.Observer observer) Loads a subset of data taking into account the properties and restrictions of the DataQuery.voidDataStore.getDataSet(org.gvsig.tools.observer.Observer observer) Loads all available data and notifies the observer for each loaded block of data.DataStore.getExplorer()Returns the DataServerExplorer to which this DataStore belongs, if there is any.DataManager.getFeaturesFromClipboard(FeatureStore store, Predicate<FeatureAttributeDescriptor> attrFilter) DataServerExplorer.getResourcePath(DataStore dataStore, String resourceName) Return the file resource associated to this name and store.DataStore.getSelection()Returns the selected set of dataDataServerExplorer.list()Provides a list of available stores in the server.DataServerExplorer.list(int mode) Provides a list of available stores in the server of a type.DataServerExplorer_v2.open(DataStoreParameters dsp) Open a store defined bydspvoidDataStore.refresh()Refreshes this store state.voidDataServerExplorer.remove(DataStoreParameters parameters) Removes a store from the server given its DataStoreParameters.voidvoidDataTransaction.rollback()voidDataStore.setSelection(DataSet selection) Sets the current data selection with the given data set.void -
Uses of DataException in org.gvsig.fmap.dal.exception
Subclasses of DataException in org.gvsig.fmap.dal.exceptionModifier and TypeClassDescriptionclassFIXMEclassclassclassclassclassclassclassclassclassclassclassFIXMEclassclassclassclassclassFIXME -
Uses of DataException in org.gvsig.fmap.dal.feature
Methods in org.gvsig.fmap.dal.feature that throw DataExceptionModifier and TypeMethodDescriptionFeatureStoreTransforms.add(FeatureStoreTransform transform) Adds a FeatureStoreTransform to this container.voidFeatureCache.addFeatures(FeatureSet featureSet, FeatureStore featureStore) Add a set of features contained in a envelope for a concrete scale.voidFeatureStoreTransform.applyTransform(Feature source, EditableFeature target) Applies this transform between two features, copying the source data to the target feature.voidFeatureStore.cancelEditing()Cancels all editing since the last edit().booleanFeatureStore.canCommitChanges()Returns true if you can call CommitChanges method.booleanFeatureStore.canWriteGeometry(int gvSIGgeometryType) voidFeatureSet.commitChanges()voidFeatureStore.commitChanges()Save changes in the provider without leaving the edit mode.voidFeatureStore.createCache(String name, org.gvsig.tools.dynobject.DynObject parameters) FeatureStore.createFeatureSelection()Creates aFeatureSelectionFeatureStore.createIndex(String indexTypeName, FeatureType featureType, String attributeName, String indexName) Creates an index which will be applied to the features of the given type, by using the data of the given attribute.FeatureStore.createIndex(String indexTypeName, FeatureType featureType, String attributeName, String indexName, org.gvsig.tools.observer.Observer observer) Creates an index which will be applied to the features of the given type, by using the data of the given attribute.FeatureStore.createIndex(FeatureType featureType, String attributeName, String indexName) Creates an index which will be applied to the features of the given type, by using the data of the given attribute.FeatureStore.createIndex(FeatureType featureType, String attributeName, String indexName, org.gvsig.tools.observer.Observer observer) Creates an index which will be applied to the features of the given type, by using the data of the given attribute.FeatureStore.createLargeFeatureSelection()FeatureStore.createMemoryFeatureSelection()Creates aFeatureSelectionFeatureStore.createNewFeature()Creates a new feature using the default feature type and returns it as anEditableFeatureFeatureStore.createNewFeature(boolean defaultValues) Creates a new feature of defaultFeatureType.FeatureStore.createNewFeature(javax.json.JsonObject defaultValues) FeatureStore.createNewFeature(Feature defaultValues) Creates a new feature of defaultFeatureType.FeatureStore.createNewFeature(FeatureType type, boolean defaultValues) Creates a new feature of the givenFeatureType.FeatureStore.createNewFeature(FeatureType type, Feature defaultValues) Creates a new feature of the givenFeatureTypeand uses the givenFeatureas default values to initialize it.voidFeatureCache.delete(double scale) Delete all the features for a concrete scale.voidDeletes a Feature in the index.voidDeletes aFeaturefrom this FeatureSet.
AnyDisposableIteratorfrom this store that was still in use will be unsafe.voidDeletes aFeaturefrom the store.
AnyFeatureSetfrom this store that was still in use will be invalidated.booleanFeatureSelection.deselect(FeatureSet features) Removes a DataSet of features from the selection.voidFeatureReferenceSelection.deselectAll()Deselects all values.voidFeatureStore.edit()Enters editing state.voidFeatureStore.edit(int mode) Enters editing state specifying the editing mode.voidFeatureStore.edit(int mode, int submode) voidFeatureStore.export(DataServerExplorer explorer, String provider, NewFeatureStoreParameters params, String name) Exports this store to another store.org.gvsig.tools.dispose.DisposableIteratorFeatureSet.fastIterator()Returns a fast iterator over this set.org.gvsig.tools.dispose.DisposableIteratorFeatureSet.fastIterator(long index) Returns a fast iterator over this set, starting from the given index.org.gvsig.tools.dispose.DisposableIteratorFeatureSet.fastIterator(long index, long elemets) Returns the firstFeaturethat meets the criteria indicated.Returns the firstFeaturethat meets the criteria indicated.Returns the firstFeaturethat meets the criteria indicated.Returns the firstFeaturethat meets the criteria indicated.FeatureStore.findFirst(org.gvsig.expressionevaluator.Expression filter) Returns the firstFeaturethat meets the criteria indicated.Returns the firstFeaturethat meets the criteria indicated.Returns the firstFeaturethat meets the criteria indicated.FeatureStore.findFirst(org.gvsig.expressionevaluator.Expression filter, org.gvsig.expressionevaluator.Expression sortBy, boolean asc) Returns the firstFeaturethat meets the criteria indicated.FeatureStore.findFirst(FeatureQuery query) Returns the firstFeaturethat meets the criteria indicated.voidFeatureStore.finishEditing()Exits editing state.FeatureStore.first()Return the firstFeatureof the store.AbstractFeatureStoreTransform.getDefaultFeatureType()FeatureStore.getDefaultFeatureType()Returns this store's defaultFeatureType.FeatureStoreTransform.getDefaultFeatureType()Returns the defaultFeatureType.org.gvsig.fmap.geom.primitive.EnvelopeFeatureStore.getEnvelope()Returns this store's total envelope (extent).FeatureReference.getFeature()Returns the referencedFeatureFeatureReference.getFeature(FeatureType featureType) Returns the referencedFeatureFeatureStore.getFeatureByReference(FeatureReference reference) Returns the feature given its reference.FeatureStore.getFeatureByReference(FeatureReference reference, FeatureType featureType) Returns the feature given its reference and feature type.longFeatureStore.getFeatureCount()Returns featue count of this store.FeatureStore.getFeatureSelection()Returns the currentFeatureSelection.FeatureCache.getFeatureSet(org.gvsig.fmap.geom.primitive.Envelope envelope, double scale) Return a feature set form a concrete envelope and a scale.FeatureStore.getFeatureSet()Returns all available features in the store.FeatureStore.getFeatureSet(String filter) Return a subset of features.FeatureStore.getFeatureSet(String filter, String sortBy) Return a subset of features.FeatureStore.getFeatureSet(String filter, String sortBy, boolean asc) Return a subset of features.FeatureStore.getFeatureSet(org.gvsig.expressionevaluator.Expression filter) Return a subset of features.FeatureStore.getFeatureSet(org.gvsig.expressionevaluator.Expression filter, String sortBy) Return a subset of features.FeatureStore.getFeatureSet(org.gvsig.expressionevaluator.Expression filter, String sortBy, boolean asc) Return a subset of features.FeatureStore.getFeatureSet(FeatureQuery featureQuery) Returns a subset of features taking into account the properties and restrictions of theFeatureQuery.voidFeatureStore.getFeatureSet(FeatureQuery featureQuery, org.gvsig.tools.observer.Observer observer) Loads a subset of features taking into account the properties and restrictions of the FeatureQuery.voidFeatureStore.getFeatureSet(org.gvsig.tools.observer.Observer observer) Loads all available feature in the store.FeatureStore.getFeatureType(String featureTypeId) Returns this store's featureTypeFeatureTypematches with featureTypeId.AbstractFeatureStoreTransform.getFeatureTypes()FeatureStore.getFeatureTypes()Returns this store'sFeatureType(s).FeatureStoreTransform.getFeatureTypes()Returns this FeatureStoreTransform's FeatureType(s)FeatureStore.getLocks()Returns the set of locked featureslongFeatureSet.getSize()Returns the number ofFeature(s) contained in this FeatureSet.org.gvsig.crs.projection.lib.ProjectionFeatureStore.getSRSDefaultGeometry()voidInserts a Feature in the index.voidFeatureIndex.insert(FeatureSet data) Inserts a FeatureSet into this index FeatureType is not checked so it will accept any FeatureType as long as exists a column with a valid namevoidFeatureSet.insert(EditableFeature feature) Inserts a new feature in this set.voidFeatureStore.insert(EditableFeature feature) Inserts aFeaturein the store.
AnyFeatureSetfrom this store that was still in use will be invalidated.voidFeatureStore.insert(FeatureSet set) Inserts a set ofFeaturein the store.org.gvsig.tools.dispose.DisposableIteratorFeatureSet.iterator(long index) Returns an iterator over the elements in this collection, in the order (if any) defined when the collection was obtained.org.gvsig.tools.dispose.DisposableIteratorFeatureSet.iterator(long index, long elements) booleanFeatureLocks.lock(FeatureSet features) voidFeatureLocks.lockAll()booleanFeatureSelection.select(FeatureSet features) Adds a DataSet of features to the selection.voidFeatureReferenceSelection.selectAll()Selects all values.voidFeatureStore.setSelection(FeatureSet selection) Sets the selection to the passedFeatureSetbooleanFeatureLocks.unlock(FeatureSet features) voidFeatureLocks.unlockAll()voidFeatureSet.update(EditableFeature feature) Updates aFeaturewith the givenEditableFeature.
AnyDisposableIteratorfrom this store that was still in use can will not reflect this change.voidUpdates Features in the store with the values of the parameters.voidFeatureStore.update(EditableFeature feature) Updates aFeaturein the store with the changes in theEditableFeature.
AnyFeatureSetfrom this store that was still in use will be invalidated.voidFeatureStore.update(EditableFeatureType featureType) Updates aFeatureTypein the store with the changes in theEditableFeatureType.
AnyFeatureSetfrom this store that are used will be invalidated.voidFeature.validate(int mode) voidFeatureRule.validate(EditableFeature feature, FeatureStore featureStore) This is the method that applies this rule to theFeature, given also its associatedFeatureStore. -
Uses of DataException in org.gvsig.fmap.dal.feature.exception
Subclasses of DataException in org.gvsig.fmap.dal.feature.exceptionModifier and TypeClassDescriptionclassclassclassclassUsed to notify the case when the name of an attribute is not valid for a certain data store.classclassclassclassclassclassException thrown when aFeatureIndexoperation has failed.classException thrown when an error is produced while creating or initializing aFeatureSet.classclassclassclassclassException thrown when aFeatureIndexis used but its state is not valid.classException thrown when the index value for an iterator of aFeatureSetis too big.classclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of DataException in org.gvsig.fmap.dal.feature.operation
Methods in org.gvsig.fmap.dal.feature.operation that throw DataException -
Uses of DataException in org.gvsig.fmap.dal.raster
Methods in org.gvsig.fmap.dal.raster that throw DataExceptionModifier and TypeMethodDescriptionvoidRasterStore.addBand(RasterStore store, int band) Add a band from other store.voidRasterStore.addBands(RasterStore store, List<Integer> bands) Add a list of bands from other store.org.gvsig.fmap.geom.primitive.EnvelopeRasterStore.getEnvelope()Returns the envelope associated to this store bufferRasterStore.getRasterSet()Returns all available data in the storeRasterStore.getRasterSet(RasterQuery rasterQuery) Returns a subset of data taking into account the properties and restrictions of the RasterQuery.voidRasterStore.getRasterSet(RasterQuery dataQuery, org.gvsig.tools.observer.Observer observer) voidRasterStore.getRasterSet(org.gvsig.tools.observer.Observer observer) -
Uses of DataException in org.gvsig.fmap.dal.raster.exceptions
Subclasses of DataException in org.gvsig.fmap.dal.raster.exceptionsModifier and TypeClassDescriptionclassException thrown when an error is produced while cloning aRasterQuery.classException thrown when an error is produced while creating or initializing aFeatureSet. -
Uses of DataException in org.gvsig.fmap.dal.resource
Methods in org.gvsig.fmap.dal.resource that throw DataExceptionModifier and TypeMethodDescriptionvoidResourceManager.closeResources()Close all register resources.voidResourceManager.collectResources()Iterates over the resources and frees them if they are ready to be freed or try to close them if they are idle. -
Uses of DataException in org.gvsig.fmap.dal.resource.exception
Subclasses of DataException in org.gvsig.fmap.dal.resource.exceptionModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclass -
Uses of DataException in org.gvsig.fmap.dal.serverexplorer.db
Methods in org.gvsig.fmap.dal.serverexplorer.db that throw DataExceptionModifier and TypeMethodDescriptionDBServerExplorer.getAddParameters()Return a instance ofNewDataStoreParametersto fillDBServerExplorer.getFeatureType(DataStoreParameters dsp) Return theFeatureTypeof the store ofdspstoreDBServerExplorer.open(DataStoreParameters dsp) Open a store defined bydsp -
Uses of DataException in org.gvsig.fmap.dal.spi
Methods in org.gvsig.fmap.dal.spi that throw DataException -
Uses of DataException in org.gvsig.fmap.dal.store.jdbc
Methods in org.gvsig.fmap.dal.store.jdbc that throw DataExceptionModifier and TypeMethodDescriptionbooleanJDBCServerExplorer.add(String providerName, NewDataStoreParameters ndsp, boolean overwrite) JDBCServerExplorer.getAddParameters()JDBCServerExplorer.getFeatureType(DataStoreParameters dsp) JDBCServerExplorer.getOpenParameters()JDBCServerExplorer.list(int mode) JDBCServerExplorer.open(DataStoreParameters dsp) -
Uses of DataException in org.gvsig.fmap.dal.store.jdbc.exception
Subclasses of DataException in org.gvsig.fmap.dal.store.jdbc.exception -
Uses of DataException in org.gvsig.fmap.dal.store.jdbc2
Methods in org.gvsig.fmap.dal.store.jdbc2 that throw DataExceptionModifier and TypeMethodDescriptionbooleanJDBCServerExplorer.add(String providerName, NewDataStoreParameters theParams, boolean overwrite) JDBCServerExplorer.getAddParameters()JDBCServerExplorer.getCreateTableSQLs(String databaseName, String schemaName, String tableName, FeatureType type) JDBCServerExplorer.getFeatureType(DataStoreParameters theParams) JDBCServerExplorer.getOpenParameters()JDBCServerExplorer.list(int mode) JDBCServerExplorer.list(int mode, int tablesOrViews) Provides a list of available stores in the server of a type.JDBCServerExplorer.open(DataStoreParameters params)