Class TLfnCoverageMetadata.Builder

Enclosing class:
TLfnCoverageMetadata

public static class TLfnCoverageMetadata.Builder extends ALfnCoverageMetadata.Builder<TLfnCoverageMetadata.Builder>
Builder for non-tile coverage metadata. See the super class for more information.
Since:
2013.1
See Also:
  • Method Details

    • formatVersion

      public TLfnCoverageMetadata.Builder formatVersion(String aVersion, boolean aCascade)
      Ignores any given value because it is irrelevant for non-tiled coverages.
    • build

      public TLfnCoverageMetadata build()
      Builds an immutable non-tiled coverage metadata.

      Note that the bounding box will be converted to an equivalent bounding box if the specified bounding box is not compatible with the geographic reference. In practice this means that a conversion will occur if a geodetic reference is used and the specified bounding box type does take this into account.

      Specified by:
      build in class ALfnCoverageMetadata.Builder<TLfnCoverageMetadata.Builder>
      Returns:
      an immutable non-tiled coverage metadata
      Throws:
      NullPointerException - in case one or more required fields have not been set