Class ParameterHolder


  • public class ParameterHolder
    extends Object
    • Constructor Detail

      • ParameterHolder

        public ParameterHolder()
    • Method Detail

      • hasParameter

        public boolean hasParameter​(String name)
      • removeParameter

        public boolean removeParameter​(NamedValue<?> parameter)
      • isSetParameter

        public boolean isSetParameter()
      • isSetHeightParameter

        public boolean isSetHeightParameter()
        Check whether height parameter is set
        Returns:
        true, if height parameter is set
      • getHeightParameter

        public NamedValue<BigDecimal> getHeightParameter()
        Get height parameter
        Returns:
        Height parameter
      • isSetDepthParameter

        public boolean isSetDepthParameter()
        Check whether depth parameter is set
        Returns:
        true, if depth parameter is set
      • getDepthParameter

        public NamedValue<BigDecimal> getDepthParameter()
        Get depth parameter
        Returns:
        Depth parameter
      • isSetHeightDepthParameter

        public boolean isSetHeightDepthParameter()
      • isSetFromToParameter

        public boolean isSetFromToParameter()
      • isSetSpatialFilteringProfileParameter

        public boolean isSetSpatialFilteringProfileParameter()
        Check whether spatial filtering profile parameter is set
        Returns:
        true, if spatial filtering profile parameter is set
      • addSpatialFilteringProfileParameter

        public ParameterHolder addSpatialFilteringProfileParameter​(org.locationtech.jts.geom.Geometry samplingGeometry)
        Add sampling geometry to observation
        Parameters:
        samplingGeometry - The sampling geometry to set
        Returns:
        this
      • getSpatialFilteringProfileParameter

        public NamedValue<org.locationtech.jts.geom.Geometry> getSpatialFilteringProfileParameter()
        Get spatial filtering profile parameter
        Returns:
        Spatial filtering profile parameter