public class GvrsElementSpecificationFloat extends GvrsElementSpecification
GVRS_ELEMENT_MAX_IDENTIFIER_LENGTH
Constructor and Description |
---|
GvrsElementSpecificationFloat(String name)
Constructs a instance giving parameters for a
four-byte floating-point element.
|
GvrsElementSpecificationFloat(String name,
float fillValue)
Constructs a specification instance giving parameters for a
four-byte integer element.
|
GvrsElementSpecificationFloat(String name,
float minValue,
float maxValue,
float fillValue)
Constructs a specification instance giving parameters for a
four-byte integer element.
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
copyApplicationData, getDescription, getLabel, getName, getUnitOfMeasure, isContinuous, setContinuous, setDescription, setLabel, setUnitOfMeasure
public GvrsElementSpecificationFloat(String name)
name
- a valid, non-blank identifier for the intended element.public GvrsElementSpecificationFloat(String name, float fillValue)
name
- a valid, non-blank identifier for the intended element.fillValue
- the value assigned to unpopulated raster cells.public GvrsElementSpecificationFloat(String name, float minValue, float maxValue, float fillValue)
name
- a valid, non-blank identifier for the intended element.minValue
- the minimum integer value allowed for input,
must be less than or equal to the maximum valuemaxValue
- the maximum integer value allowed for input,
must be greater than or equal to the min value.fillValue
- the value assigned to unpopulated raster cells,
does not necessarily have to be with the range of the minimum and
maximum values.Copyright © 2022. All rights reserved.