Package org.ivoa.dm.registry.ssa
Class Query.QueryBuilder
java.lang.Object
org.ivoa.dm.registry.ssa.Query.QueryBuilder
- Enclosing class:
 - Query
 
A builder class for Query, mainly for use in the functional builder pattern.
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
pos
the center position the search cone given in decimal degrees. - 
size
the size of the search radius. - 
queryDataCmd
Fully specified test query formatted as an URL argument list in the syntax specified by the SSA standard. The list must exclude the REQUEST argument which is assumed to be set to 'queryData'. This value must be in the form of name=value pairs delimited with ampersands. A query may then be formed by appending to the base URL the request argument, 'REQUEST=queryData', followed by the contents of this element. 
 - 
 - 
Constructor Details
- 
QueryBuilder
public QueryBuilder() 
 - 
 - 
Method Details
- 
create
create a Query from this builder.- Returns:
 - an object initialized from the builder.
 
 
 -