| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of FeatureStoreException in org.deegree.feature.persistence | 
|---|
| Methods in org.deegree.feature.persistence that throw FeatureStoreException | |
|---|---|
 FeatureStoreTransaction | 
FeatureStore.acquireTransaction()
Acquires transactional access to the feature store.  | 
 Envelope | 
FeatureStore.calcEnvelope(QName ftName)
Recalculates the envelope for all stored features of the given type.  | 
 void | 
FeatureStoreTransaction.commit()
Makes the changes persistent that have been performed in this transaction and releases the transaction instance so other clients may acquire a transaction on the FeatureStore. | 
 Envelope | 
FeatureStore.getEnvelope(QName ftName)
Returns the envelope for all stored features of the given type.  | 
 LockManager | 
FeatureStore.getLockManager()
Returns the associated LockManager. | 
 GMLObject | 
FeatureStore.getObjectById(String id)
Retrieves the stored object with a certain id.  | 
 int | 
FeatureStoreTransaction.performDelete(IdFilter filter,
              Lock lock)
Deletes the features from the FeatureStore that are matched by the given filter. | 
 int | 
FeatureStoreTransaction.performDelete(QName ftName,
              OperatorFilter filter,
              Lock lock)
Deletes the features from the FeatureStore that are matched by the given filter and type. | 
 List<String> | 
FeatureStoreTransaction.performInsert(FeatureCollection fc,
              IDGenMode mode)
Inserts the given FeatureCollection into the FeatureStore (including subfeatures). | 
 int | 
FeatureStoreTransaction.performUpdate(QName ftName,
              List<Property> replacementProps,
              Filter filter,
              Lock lock)
Performs an update operation against the FeatureStore. | 
 FeatureInputStream | 
FeatureStore.query(Query query)
Performs the given query and returns the matching features as a FeatureInputStream. | 
 FeatureInputStream | 
FeatureStore.query(Query[] queries)
Performs the given queries and returns the matching features as a FeatureInputStream. | 
 int | 
FeatureStore.queryHits(Query query)
Returns the number of features that are matched by the given query.  | 
 int[] | 
FeatureStore.queryHits(Query[] queries)
Returns the number of features that are matched by the given queries.  | 
 void | 
FeatureStoreTransaction.rollback()
Aborts the changes that have been performed in this transaction and releases the transaction instance so other clients may acquire a transaction on the FeatureStore. | 
| Uses of FeatureStoreException in org.deegree.feature.persistence.geocouch | 
|---|
| Methods in org.deegree.feature.persistence.geocouch that throw FeatureStoreException | |
|---|---|
 FeatureStoreTransaction | 
GeoCouchFeatureStore.acquireTransaction()
 | 
 Envelope | 
GeoCouchFeatureStore.calcEnvelope(QName ftName)
 | 
 void | 
GeoCouchFeatureStoreTransaction.commit()
 | 
 Envelope | 
GeoCouchFeatureStore.getEnvelope(QName ftName)
 | 
 LockManager | 
GeoCouchFeatureStore.getLockManager()
 | 
 GMLObject | 
GeoCouchFeatureStore.getObjectById(String id)
 | 
 int | 
GeoCouchFeatureStoreTransaction.performDelete(IdFilter filter,
              Lock lock)
 | 
 int | 
GeoCouchFeatureStoreTransaction.performDelete(QName ftName,
              OperatorFilter filter,
              Lock lock)
 | 
 List<String> | 
GeoCouchFeatureStoreTransaction.performInsert(FeatureCollection fc,
              IDGenMode mode)
 | 
 int | 
GeoCouchFeatureStoreTransaction.performUpdate(QName ftName,
              List<Property> replacementProps,
              Filter filter,
              Lock lock)
 | 
 FeatureInputStream | 
GeoCouchFeatureStore.query(Query query)
 | 
 FeatureInputStream | 
GeoCouchFeatureStore.query(Query[] queries)
 | 
 int | 
GeoCouchFeatureStore.queryHits(Query query)
 | 
 int[] | 
GeoCouchFeatureStore.queryHits(Query[] queries)
 | 
 void | 
GeoCouchFeatureStoreTransaction.rollback()
 | 
| Uses of FeatureStoreException in org.deegree.feature.persistence.lock | 
|---|
| Methods in org.deegree.feature.persistence.lock that throw FeatureStoreException | |
|---|---|
 Lock | 
DefaultLockManager.acquireLock(LockOperation[] lockRequests,
            boolean mustLockAll,
            long expireTimeout)
 | 
 Lock | 
LockManager.acquireLock(LockOperation[] lockRequests,
            boolean mustLockAll,
            long expireTimeout)
Acquires a lock for the specified features instances.  | 
 CloseableIterator<Lock> | 
LockManager.getActiveLocks()
Returns all active locks.  | 
 CloseableIterator<String> | 
Lock.getFailedToLockFeatures()
Returns the ids of all features that have been requested to be locked, but which couldn't.  | 
 Lock | 
DefaultLockManager.getLock(String lockId)
 | 
 Lock | 
LockManager.getLock(String lockId)
Returns the active lock with the given id.  | 
 CloseableIterator<String> | 
Lock.getLockedFeatures()
Returns the ids of all locked features.  | 
 boolean | 
DefaultLockManager.isFeatureLocked(String fid)
 | 
 boolean | 
LockManager.isFeatureLocked(String fid)
Returns whether an active lock on the specified feature exists.  | 
 boolean | 
DefaultLockManager.isFeatureModifiable(String fid,
                    String lockId)
 | 
 boolean | 
LockManager.isFeatureModifiable(String fid,
                    String lockId)
Returns whether the specified feature is modifiable for the owner of the specified lock.  | 
 boolean | 
Lock.isLocked(String fid)
Returns whether this Lock involves the specified feature. | 
 void | 
Lock.release()
Releases all locked features (invalidates the lock).  | 
 void | 
Lock.release(QName ftName,
        Filter filter)
Releases the specified features from the lock.  | 
 void | 
Lock.release(String fid)
Releases the specified feature from the lock (if it was locked).  | 
| Constructors in org.deegree.feature.persistence.lock that throw FeatureStoreException | |
|---|---|
DefaultLockManager(FeatureStore store,
                   String jdbcConnId)
Creates a new DefaultLockManager for the given FeatureStore. | 
|
| Uses of FeatureStoreException in org.deegree.feature.persistence.memory | 
|---|
| Methods in org.deegree.feature.persistence.memory that throw FeatureStoreException | |
|---|---|
 FeatureStoreTransaction | 
MemoryFeatureStore.acquireTransaction()
 | 
 Envelope | 
MemoryFeatureStore.getEnvelope(QName ftName)
 | 
 LockManager | 
MemoryFeatureStore.getLockManager()
 | 
 FeatureInputStream | 
MemoryFeatureStore.query(Query query)
 | 
 FeatureInputStream | 
MemoryFeatureStore.query(Query[] queries)
 | 
 int | 
MemoryFeatureStore.queryHits(Query query)
 | 
 int[] | 
MemoryFeatureStore.queryHits(Query[] queries)
 | 
| Constructors in org.deegree.feature.persistence.memory that throw FeatureStoreException | |
|---|---|
MemoryFeatureStore(URL docURL,
                   AppSchema schema)
Creates a new MemoryFeatureStore that is backed by the given GML file. | 
|
| Uses of FeatureStoreException in org.deegree.feature.persistence.remotewfs | 
|---|
| Methods in org.deegree.feature.persistence.remotewfs that throw FeatureStoreException | |
|---|---|
 FeatureStoreTransaction | 
RemoteWFSFeatureStore.acquireTransaction()
 | 
 Envelope | 
RemoteWFSFeatureStore.calcEnvelope(QName ftName)
 | 
 Envelope | 
RemoteWFSFeatureStore.getEnvelope(QName ftName)
 | 
 LockManager | 
RemoteWFSFeatureStore.getLockManager()
 | 
 GMLObject | 
RemoteWFSFeatureStore.getObjectById(String id)
 | 
 FeatureInputStream | 
RemoteWFSFeatureStore.query(Query query)
 | 
 FeatureInputStream | 
RemoteWFSFeatureStore.query(Query[] queries)
 | 
 int | 
RemoteWFSFeatureStore.queryHits(Query query)
 | 
 int[] | 
RemoteWFSFeatureStore.queryHits(Query[] queries)
 | 
| Uses of FeatureStoreException in org.deegree.feature.persistence.shape | 
|---|
| Methods in org.deegree.feature.persistence.shape that throw FeatureStoreException | |
|---|---|
 FeatureStoreTransaction | 
ShapeFeatureStore.acquireTransaction()
 | 
 Envelope | 
ShapeFeatureStore.getEnvelope(QName ftName)
 | 
 LockManager | 
ShapeFeatureStore.getLockManager()
 | 
 GMLObject | 
ShapeFeatureStore.getObjectById(String id)
 | 
 FeatureInputStream | 
ShapeFeatureStore.query(Query query)
 | 
 FeatureInputStream | 
ShapeFeatureStore.query(Query[] queries)
 | 
 int | 
ShapeFeatureStore.queryHits(Query query)
 | 
 int[] | 
ShapeFeatureStore.queryHits(Query[] queries)
 | 
| Uses of FeatureStoreException in org.deegree.feature.persistence.simplesql | 
|---|
| Methods in org.deegree.feature.persistence.simplesql that throw FeatureStoreException | |
|---|---|
 FeatureStoreTransaction | 
SimpleSQLFeatureStore.acquireTransaction()
 | 
 Envelope | 
SimpleSQLFeatureStore.getEnvelope(QName ftName)
 | 
 LockManager | 
SimpleSQLFeatureStore.getLockManager()
 | 
 GMLObject | 
SimpleSQLFeatureStore.getObjectById(String id)
 | 
 FeatureInputStream | 
SimpleSQLFeatureStore.query(Query query)
 | 
 FeatureInputStream | 
SimpleSQLFeatureStore.query(Query[] queries)
 | 
 int | 
SimpleSQLFeatureStore.queryHits(Query query)
 | 
 int[] | 
SimpleSQLFeatureStore.queryHits(Query[] queries)
 | 
| Uses of FeatureStoreException in org.deegree.feature.persistence.sql | 
|---|
| Methods in org.deegree.feature.persistence.sql that throw FeatureStoreException | |
|---|---|
 FeatureStoreTransaction | 
SQLFeatureStore.acquireTransaction()
 | 
 FeatureStoreTransaction | 
TransactionManager.acquireTransaction()
 | 
 Envelope | 
SQLFeatureStore.calcEnvelope(QName ftName)
 | 
 void | 
SQLFeatureStoreTransaction.commit()
 | 
 Envelope | 
SQLFeatureStore.getEnvelope(QName ftName)
 | 
 LockManager | 
SQLFeatureStore.getLockManager()
 | 
 GMLObject | 
SQLFeatureStore.getObjectById(String id)
 | 
 int | 
SQLFeatureStoreTransaction.performDelete(IdFilter filter,
              Lock lock)
 | 
 int | 
SQLFeatureStoreTransaction.performDelete(QName ftName,
              OperatorFilter filter,
              Lock lock)
 | 
 List<String> | 
SQLFeatureStoreTransaction.performInsert(FeatureCollection fc,
              IDGenMode mode)
 | 
 int | 
SQLFeatureStoreTransaction.performUpdate(QName ftName,
              List<Property> replacementProps,
              Filter filter,
              Lock lock)
 | 
 FeatureInputStream | 
SQLFeatureStore.query(Query query)
 | 
 FeatureInputStream | 
SQLFeatureStore.query(Query[] queries)
 | 
 int | 
SQLFeatureStore.queryHits(Query query)
 | 
 int[] | 
SQLFeatureStore.queryHits(Query[] queries)
 | 
 void | 
SQLFeatureStoreTransaction.rollback()
 | 
| Uses of FeatureStoreException in org.deegree.feature.persistence.sql.blob | 
|---|
| Methods in org.deegree.feature.persistence.sql.blob that throw FeatureStoreException | |
|---|---|
 void | 
BlobCodec.encode(GMLObject object,
       Map<String,String> nsContext,
       OutputStream os,
       ICRS crs)
Encodes the given GMLObject to the specified output stream. | 
| Uses of FeatureStoreException in org.deegree.feature.persistence.sql.config | 
|---|
| Methods in org.deegree.feature.persistence.sql.config that throw FeatureStoreException | |
|---|---|
static MappedAppSchema | 
AbstractMappedSchemaBuilder.build(String configURL,
      SQLFeatureStoreJAXB config,
      SQLDialect dialect)
 | 
| Constructors in org.deegree.feature.persistence.sql.config that throw FeatureStoreException | |
|---|---|
MappedSchemaBuilderGML(String configURL,
                       List<String> gmlSchemas,
                       SQLFeatureStoreJAXB.StorageCRS storageCRS,
                       List<SQLFeatureStoreJAXB.NamespaceHint> nsHints,
                       SQLFeatureStoreJAXB.BLOBMapping blobConf,
                       List<FeatureTypeMappingJAXB> ftMappingConfs)
 | 
|
MappedSchemaBuilderTable(String jdbcConnId,
                         List<FeatureTypeJAXB> ftDecls,
                         SQLDialect dialect)
Creates a new MappedSchemaBuilderTable instance. | 
|
| Uses of FeatureStoreException in org.deegree.feature.persistence.sql.insert | 
|---|
| Methods in org.deegree.feature.persistence.sql.insert that throw FeatureStoreException | |
|---|---|
 InsertFID | 
InsertRowManager.insertFeature(Feature feature,
              FeatureTypeMapping ftMapping,
              IDGenMode mode)
Inserts the specified feature (relational mode).  | 
| Uses of FeatureStoreException in org.deegree.rendering.r3d.opengl.rendering.dem.texturing | 
|---|
| Constructors in org.deegree.rendering.r3d.opengl.rendering.dem.texturing that throw FeatureStoreException | |
|---|---|
StyledGeometryTTProvider(double[] offsetVector,
                         ICRS wpvsCRS,
                         FeatureStore featureStore,
                         Style style,
                         double maxUnitsPerPixel,
                         File cacheDir,
                         long cacheSize)
Use the given feature store to create a 'dataset' from a style.  | 
|
| Uses of FeatureStoreException in org.deegree.tools.feature.persistence | 
|---|
| Methods in org.deegree.tools.feature.persistence that throw FeatureStoreException | |
|---|---|
static void | 
FeatureStoreLoader.main(String[] args)
 | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||