|
deegree 2.5 (2011/06/29 09:44 build-8-official) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.ogcwebservices.AbstractOGCWebServiceRequest org.deegree.ogcwebservices.csw.AbstractCSWRequest org.deegree.ogcwebservices.csw.discovery.GetDomain
public class GetDomain
The optional GetDomain operation is used to obtain runtime information about the range of values of a metadata record element or request parameter. The runtime range of values for a property or request parameter is typically much smaller than the value space for that property or parameter based on its static type definition. For example, a property or request parameter defined as a 16bit positive integer in a database may have a value space of 65535 distinct integers but the actual number of distinct values existing in the database may be much smaller.
This type of runtime information about the range of values of a property or request parameter is useful for generating user interfaces with meaningful pick lists or for generating query predicates that have a higher chance of actually identifying a result set.
It should be noted that the GetDomain operation is a "best-effort" operation. That is to say that a catalogue tries to generate useful information about the specified request parameter or property if it can. It is entirely possible that a catalogue may not be able to determine anything about the values of a property or request parameter in which case an empty response should be generated.
Constructor Summary | |
---|---|
GetDomain(java.lang.String id,
java.lang.String version,
java.util.HashMap<java.lang.String,java.lang.String> vendorSpecificParameter)
|
Method Summary | |
---|---|
static GetDomain |
create(java.util.Map<java.lang.String,java.lang.String> map)
|
java.lang.String[] |
getPropertyNames()
Unordered list of names of requested properties, from the information model that the catalogue is using Zero or one; (Conditional)Include when ParameterName not included |
java.lang.String[] |
ParameterNames()
Unordered list of names of requested parameters, of the form OperationName. |
Methods inherited from class org.deegree.ogcwebservices.csw.AbstractCSWRequest |
---|
getNSMappings, getServiceName |
Methods inherited from class org.deegree.ogcwebservices.AbstractOGCWebServiceRequest |
---|
getId, getParam, getParamAsInt, getParamValues, getRequestParameter, getRequiredParam, getVendorSpecificParameter, getVendorSpecificParameters, getVersion, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
GetDomain(java.lang.String id, java.lang.String version, java.util.HashMap<java.lang.String,java.lang.String> vendorSpecificParameter)
version
- id
- vendorSpecificParameter
- Method Detail |
---|
public static GetDomain create(java.util.Map<java.lang.String,java.lang.String> map)
map
-
public java.lang.String[] getPropertyNames()
Zero or one; (Conditional)Include when ParameterName not included
public java.lang.String[] ParameterNames()
Zero or one; (Conditional)Include when PropertyName not included
|
deegree 2.5 (2011/06/29 09:44 build-8-official) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org