Interface AbstractCoverageType

    • Method Detail

      • getDomainSetGroup

        FeatureMap getDomainSetGroup()
        Returns the value of the 'Domain Set Group' attribute list. The list contents are of type FeatureMap.Entry.

        If the meaning of the 'Domain Set Group' attribute list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Domain Set Group' attribute list.
        See Also:
        Gml311Package.getAbstractCoverageType_DomainSetGroup()
      • setDomainSet

        void setDomainSet​(DomainSetType value)
        Sets the value of the 'Domain Set' containment reference.
        Parameters:
        value - the new value of the 'Domain Set' containment reference.
        See Also:
        getDomainSet()
      • setRangeSet

        void setRangeSet​(RangeSetType value)
        Sets the value of the 'Range Set' containment reference.
        Parameters:
        value - the new value of the 'Range Set' containment reference.
        See Also:
        getRangeSet()
      • setDimension

        void setDimension​(BigInteger value)
        Sets the value of the 'Dimension' attribute.
        Parameters:
        value - the new value of the 'Dimension' attribute.
        See Also:
        getDimension()