Interface AbstractCoverageType

All Superinterfaces:
AbstractFeatureType, AbstractGMLType, EObject, Notifier
All Known Subinterfaces:
AbstractContinuousCoverageType, AbstractDiscreteCoverageType, GridCoverageType, MultiCurveCoverageType, MultiPointCoverageType, MultiSolidCoverageType, MultiSurfaceCoverageType, RectifiedGridCoverageType
All Known Implementing Classes:
AbstractContinuousCoverageTypeImpl, AbstractCoverageTypeImpl, AbstractDiscreteCoverageTypeImpl, GridCoverageTypeImpl, MultiCurveCoverageTypeImpl, MultiPointCoverageTypeImpl, MultiSolidCoverageTypeImpl, MultiSurfaceCoverageTypeImpl, RectifiedGridCoverageTypeImpl

public interface AbstractCoverageType extends AbstractFeatureType
A representation of the model object 'Abstract Coverage Type'. Abstract element which acts as the head of a substitution group for coverages. Note that a coverage is a GML feature.

The following features are supported:

See Also:
  • Method Details

    • 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:
    • getDomainSet

      DomainSetType getDomainSet()
      Returns the value of the 'Domain Set' containment reference.

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

      Returns:
      the value of the 'Domain Set' containment reference.
      See Also:
    • 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:
    • getRangeSet

      RangeSetType getRangeSet()
      Returns the value of the 'Range Set' containment reference.

      If the meaning of the 'Range Set' containment reference isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Range Set' containment reference.
      See Also:
    • 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:
    • getDimension

      BigInteger getDimension()
      Returns the value of the 'Dimension' attribute.

      If the meaning of the 'Dimension' attribute isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Dimension' attribute.
      See Also:
    • setDimension

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