Package org.ivoa.dm.regtap
Class STCSpatial.STCSpatialBuilder
java.lang.Object
org.ivoa.dm.regtap.STCSpatial.STCSpatialBuilder
- Enclosing class:
- STCSpatial
A builder class for STCSpatial, mainly for use in the functional builder pattern.
-
Field Summary
FieldsModifier and TypeFieldDescriptionA geometry representing the area a resource contains data for; this should be tight at least with a resolution of degrees.The reference frame coverage is written in. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
coverage
A geometry representing the area a resource contains data for; this should be tight at least with a resolution of degrees. -
ref_system_name
The reference frame coverage is written in. This is currently reserved and fixed to NULL. Clients should always add a constraint to NULL for this to avoid matching non-celestial resources later.
-
-
Constructor Details
-
STCSpatialBuilder
public STCSpatialBuilder()
-
-
Method Details
-
create
create a STCSpatial from this builder.- Returns:
- an object initialized from the builder.
-