Class STCSpatial.STCSpatialBuilder

java.lang.Object
org.ivoa.dm.regtap.STCSpatial.STCSpatialBuilder
Enclosing class:
STCSpatial

public static class STCSpatial.STCSpatialBuilder extends Object
A builder class for STCSpatial, mainly for use in the functional builder pattern.
  • Field Details

    • coverage

      public String 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

      public String 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

      public STCSpatial create()
      create a STCSpatial from this builder.
      Returns:
      an object initialized from the builder.