Package org.ivoa.dm.registry.sia
Class Query.QueryBuilder
java.lang.Object
org.ivoa.dm.registry.sia.Query.QueryBuilder
- Enclosing class:
 - Query
 
A builder class for Query, mainly for use in the functional builder pattern.
- 
Field Summary
FieldsModifier and TypeFieldDescriptionany extra (particularly non-standard) parameters that must be provided (apart from what is part of base URL given by the accessURL element).the center position of the rectangular region that should be used as part of the query to the SIA service.the rectangular size of the region that should be used as part of the query to the SIA service.the verbosity level to use where 0 means the bare minimum set of columns and 3 means the full set of available columns. - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
pos
the center position of the rectangular region that should be used as part of the query to the SIA service. - 
size
the rectangular size of the region that should be used as part of the query to the SIA service. - 
verb
the verbosity level to use where 0 means the bare minimum set of columns and 3 means the full set of available columns. - 
extras
any extra (particularly non-standard) parameters that must be provided (apart from what is part of base URL given by the accessURL element). this value should be in the form of name=value pairs delimited with ampersands. 
 - 
 - 
Constructor Details
- 
QueryBuilder
public QueryBuilder() 
 - 
 - 
Method Details
- 
create
create a Query from this builder.- Returns:
 - an object initialized from the builder.
 
 
 -