public class GvrsElementSpecificationShort extends GvrsElementSpecification
GVRS_ELEMENT_MAX_IDENTIFIER_LENGTH
Constructor and Description |
---|
GvrsElementSpecificationShort(String name)
Constructs an instance giving parameters for a
two-byte short-integer element.
|
GvrsElementSpecificationShort(String name,
short fillValue)
Constructs a specification instance giving parameters for a
four-byte short element.
|
GvrsElementSpecificationShort(String name,
short minValue,
short maxValue,
short fillValue)
Constructs a specification instance giving parameters for a
two-byte short integer element.
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
copyApplicationData, getDescription, getLabel, getName, getUnitOfMeasure, isContinuous, setContinuous, setDescription, setLabel, setUnitOfMeasure
public GvrsElementSpecificationShort(String name)
name
- a valid, non-blank identifier for the intended element.public GvrsElementSpecificationShort(String name, short fillValue)
name
- a valid, non-blank identifier for the intended element.fillValue
- the value assigned to unpopulated raster cells.public GvrsElementSpecificationShort(String name, short minValue, short maxValue, short fillValue)
name
- a valid, non-blank identifier for the intended element.minValue
- the minimum short value allowed for input,
must be less than or equal to the maximum valuemaxValue
- the maximum short 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.