Interface CountRange

All Superinterfaces:
AbstractSWE, AbstractSWEIdentifiable, CountOrRange, DataComponent, HasConstraints<AllowedValues>, HasCopy, RangeComponent, Serializable, SimpleComponent
All Known Implementing Classes:
CountRangeImpl

public interface CountRange extends RangeComponent, CountOrRange
POJO class for XML type CountRangeType(@http://www.opengis.net/swe/2.0). This is a complex type.
  • Method Details

    • copy

      CountRange copy()
      Description copied from interface: DataComponent
      Return a structural copy of this component The copy is done recursively, but only the structure is copied (not the data)
      Specified by:
      copy in interface DataComponent
      Specified by:
      copy in interface HasCopy
      Returns:
      copy of this component, including sub-components
    • getValue

      int[] getValue()
      Gets the value property
    • setValue

      void setValue(int[] value)
      Sets the value property