|
Interface Summary |
| CASDelete |
The delete operation removes zero to n metadata entries from a
catalog that matches the Filter that is returned by the
methode getFilter. |
| CASDescribeRecordTypeRequest |
The describe record type operation describes the architecture of a
possible result to a getRecord request as a XML schema. |
| CASDescribeRecordTypeResponse |
At the moment only XML-schema definitions are defined as valid responses.
|
| CASGetCapabilitiesRequest |
The Interface definies the get capabilities WFS request.
|
| CASGetCapabilitiesResponse |
-------------------------------------------------------- |
| CASGetRecordRequest |
A query request against a catalog service is described using the
>GetRecord< element. |
| CASGetRecordResponse |
-------------------------------------------------------------------- |
| CASInsert |
An insert opration adds new metadata to the catalog. because a catalog
probably knows several different metadata fromats no specific type
is used to access the metadata.
|
| CASInsertResult |
The element is used to delimit one or more
record identifiers of newly created records. |
| CASOperation |
this is the basic interface of all catalog operations (insert, delete,
update):
-------------------------------------------------------------------- |
| CASQuery |
|
| CASRegisterServiceRequest |
A RegisterService request forces the catalog to call metadata of the
service identified by getServiceAddress. |
| CASSearchResponse |
The interface describes the access to the result of a GetRecord request.
|
| CASSearchResult |
The interface describes the access to a part of the result of a
GetRecord request. |
| CASTransactionRequest |
The interface defines the access to the parts of a Transaction request.
|
| CASTransactionResponse |
-------------------------------------------------------------------- |
| CASUpdate |
The update operation changes the content of the metadata entries
identified by the Filter
-------------------------------------------------------------------- |