Codota Logo
DefaultDistribution.writeCollection
Code IndexAdd Codota to your IDE (free)

How to use
writeCollection
method
in
org.apache.sis.metadata.iso.distribution.DefaultDistribution

Best Java code snippets using org.apache.sis.metadata.iso.distribution.DefaultDistribution.writeCollection (Showing top 6 results out of 315)

  • Common ways to obtain DefaultDistribution
private void myMethod () {
DefaultDistribution d =
  • Codota Iconnew DefaultDistribution()
  • Smart code suggestions by Codota
}
origin: org.apache.sis.core/sis-metadata

/**
 * Sets a description of the format of the data to be distributed.
 *
 * @param  newValues  the new distribution formats.
 *
 * @see org.apache.sis.metadata.iso.identification.AbstractIdentification#setResourceFormats(Collection)
 */
public void setDistributionFormats(final Collection<? extends Format> newValues) {
  distributionFormats = writeCollection(newValues, distributionFormats, Format.class);
}
origin: apache/sis

  /**
   * Sets information about technical means and media by which a resource is obtained
   * from the distributor.
   *
   * @param  newValues  the new transfer options.
   */
  public void setTransferOptions(final Collection<? extends DigitalTransferOptions> newValues) {
    transferOptions = writeCollection(newValues, transferOptions, DigitalTransferOptions.class);
  }
}
origin: org.apache.sis.core/sis-metadata

/**
 * Sets information about the distributor.
 *
 * @param  newValues  the new distributors.
 */
public void setDistributors(final Collection<? extends Distributor> newValues) {
  distributors = writeCollection(newValues, distributors, Distributor.class);
}
origin: org.apache.sis.core/sis-metadata

  /**
   * Sets information about technical means and media by which a resource is obtained
   * from the distributor.
   *
   * @param  newValues  the new transfer options.
   */
  public void setTransferOptions(final Collection<? extends DigitalTransferOptions> newValues) {
    transferOptions = writeCollection(newValues, transferOptions, DigitalTransferOptions.class);
  }
}
origin: apache/sis

/**
 * Sets a description of the format of the data to be distributed.
 *
 * @param  newValues  the new distribution formats.
 *
 * @see org.apache.sis.metadata.iso.identification.AbstractIdentification#setResourceFormats(Collection)
 */
public void setDistributionFormats(final Collection<? extends Format> newValues) {
  distributionFormats = writeCollection(newValues, distributionFormats, Format.class);
}
origin: apache/sis

/**
 * Sets information about the distributor.
 *
 * @param  newValues  the new distributors.
 */
public void setDistributors(final Collection<? extends Distributor> newValues) {
  distributors = writeCollection(newValues, distributors, Distributor.class);
}
org.apache.sis.metadata.iso.distributionDefaultDistributionwriteCollection

Popular methods of DefaultDistribution

  • <init>
    Constructs a new instance initialized with the values from the specified metadata object. This is a
  • setDistributors
    Sets information about the distributor.
  • castOrCopy
    Returns a SIS metadata implementation with the values of the given arbitrary implementation. This me
  • checkWritePermission
  • copyCollection
  • getDescription
    Returns a brief description of a set of distribution options.
  • getDistributors
    Provides information about the distributor.
  • nonNullCollection
  • setDistributionFormats
    Sets a description of the format of the data to be distributed.
  • setTransferOptions
    Sets information about technical means and media by which a resource is obtained from the distributo

Popular in Java

  • Making http requests using okhttp
  • setRequestProperty (URLConnection)
  • setScale (BigDecimal)
    Returns a BigDecimal whose scale is the specified value, and whose value is numerically equal to thi
  • getContentResolver (Context)
  • ObjectMapper (com.fasterxml.jackson.databind)
    This mapper (or, data binder, or codec) provides functionality for converting between Java objects (
  • Graphics2D (java.awt)
    This Graphics2D class extends the Graphics class to provide more sophisticated control overgraphics
  • BigInteger (java.math)
    Immutable arbitrary-precision integers. All operations behave as if BigIntegers were represented in
  • URLConnection (java.net)
    The abstract class URLConnection is the superclass of all classes that represent a communications li
  • HashMap (java.util)
    HashMap is an implementation of Map. All optional operations are supported.All elements are permitte
  • Pattern (java.util.regex)
    A compiled representation of a regular expression. A regular expression, specified as a string, must
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now