Package org.ivoa.dm.registry.sia
Class SkyPos.SkyPosBuilder
java.lang.Object
org.ivoa.dm.registry.sia.SkyPos.SkyPosBuilder
- Enclosing class:
 - SkyPos
 
A builder class for SkyPos, mainly for use in the functional builder pattern.
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
long_
The sky position in the longitude (R.A.) direction . - 
lat
The sky position in the latitude (Dec.) direction . 
 - 
 - 
Constructor Details
- 
SkyPosBuilder
public SkyPosBuilder() 
 - 
 - 
Method Details
- 
create
create a SkyPos from this builder.- Returns:
 - an object initialized from the builder.
 
 
 -