Class EncDataset


  • public final class EncDataset
    extends java.lang.Object
    Represents one of the datasets in a EncExchangeSet.

    An instance of an EncDataset can be used to create an EncCell.

    Since:
    100.2.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()
      Gets the description.
      Envelope getExtent()
      Gets the extent.
      java.lang.String getName()
      Gets the name.
      java.lang.String getVolumeName()
      Gets the volume name.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getDescription

        public java.lang.String getDescription()
        Gets the description.
        Returns:
        the description
        Since:
        100.2.0
      • getExtent

        public Envelope getExtent()
        Gets the extent.
        Returns:
        the extent
        Since:
        100.2.0
      • getName

        public java.lang.String getName()
        Gets the name.
        Returns:
        the name
        Since:
        100.2.0
      • getVolumeName

        public java.lang.String getVolumeName()
        Gets the volume name.
        Returns:
        the volume name
        Since:
        100.2.0