|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface describing the access to a data store that encapsulates the access to concrete data sources like databases or files:
---------------------------------------------------------------------
| Method Summary | |
void |
describeFeatureType(WFSDescribeFeatureTypeRequest request)
returns the describtion of one or more feature types |
void |
getFeature(WFSGetFeatureRequest request)
returns the features that matches the submitted request |
void |
getFeatureWithLock(WFSGetFeatureWithLockRequest request)
same as describeFeatureType(..) |
boolean |
isKnownFeatureType(java.lang.String featureType)
returns true if the submitted feature type is known by the data store |
void |
lockFeature(WFSLockFeatureRequest request)
performs the locking/unlocking of one or more features. |
void |
registerFeatureType(java.lang.String featureType)
registers a feature type to the data store. |
void |
removeFeatureType(java.lang.String featureType)
the inverse operation to registerFeatureType |
void |
transaction(WFSTransactionRequest request)
performs a transaction against the data store. |
| Methods inherited from interface org.deegree.services.Handler |
handleRequest, handleResponse, isInterested, registerHandler, removeHandler |
| Method Detail |
public void registerFeatureType(java.lang.String featureType)
public void removeFeatureType(java.lang.String featureType)
registerFeatureType(String)public boolean isKnownFeatureType(java.lang.String featureType)
public void describeFeatureType(WFSDescribeFeatureTypeRequest request)
request - conainting the list of feature types that should be describedpublic void getFeature(WFSGetFeatureRequest request)
request - containing the request for zero, one or more features. The request,
may contains a filter that describes the request more detailedpublic void getFeatureWithLock(WFSGetFeatureWithLockRequest request)
request - containing the request for zero, one or more features. The request,
may contains a filter that describes the request more detaileddescribeFeatureType(WFSDescribeFeatureTypeRequest)public void transaction(WFSTransactionRequest request)
request - containing the transaction instruction(s)public void lockFeature(WFSLockFeatureRequest request)
request - the features that should be (un)locked
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||