Class SpatialCoverage.SpatialCoverageBuilder

java.lang.Object
org.ivoa.dm.registry.vodataservice.SpatialCoverage.SpatialCoverageBuilder
Enclosing class:
SpatialCoverage

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

    • value

      public String value
      .
    • frame

      public String frame
      When present, the MOC is written in a non-celestial (e.g., planetary) frame. Note that for celestial coverages, ICRS must be used. VODataService 1.2 does not prescribe a vocabulary for what values are allowed here. As long as no such vocabulary is agreed upon, the frame attribute should not be set.
  • Constructor Details

    • SpatialCoverageBuilder

      public SpatialCoverageBuilder()
  • Method Details

    • create

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