All Packages Class Hierarchy This Package Previous Next Index
Class JObserve.VLA.RasterTypeF
java.lang.Object
|
+----JObserve.FieldLink
|
+----JObserve.Field
|
+----JObserve.VLA.RasterTypeF
- public final class RasterTypeF
- extends Field
Field definition for RasterTypeF class
Type of raster (4 characters)
Defines structures and member functions for the manipulation,
display and editing of scan information.
Expects the Scan members of this type to be named RasterType.
-
rasterPicks
- ???
-
rasterText
- label for raster type
-
rasterText1
- names of Rasters of type 1
-
rasterText2
- names of Rasters of type 2
-
rasterType
- raster type
-
rasterType1
- Rasters of type 1
-
rasterType2
- Rasters of type 2
-
rasterTypeIndex
- raster index
-
Value
- Data
-
GiveValue()
- Write value to string(s)
Only returns a value if an Explicit value is present.
-
ParseValue(String, int, boolean)
- Read value from string
Set value to input string.
-
Postprocess(Scan)
- Postprocess
Set RasterTypeIndex member
-
SetDefault(Scan, Scan)
- Set defaults
Fill in defaults if not explicit in Current but is in Default.
-
toString()
- Write value to string
Value
public String Value
- Data
rasterType1
public static final String rasterType1[]
- Rasters of type 1
rasterText1
public static final String rasterText1[]
- names of Rasters of type 1
rasterType2
public static final String rasterType2[]
- Rasters of type 2
rasterText2
public static final String rasterText2[]
- names of Rasters of type 2
rasterType
public static String rasterType[]
- raster type
rasterText
public static String rasterText[]
- label for raster type
rasterTypeIndex
public static int rasterTypeIndex
- raster index
rasterPicks
public static int rasterPicks
- ???
SetDefault
public void SetDefault(Scan scan,
Scan def)
- Set defaults
Fill in defaults if not explicit in Current but is in Default.
- Parameters:
-
Scan
- of this this field is a member.
-
Scan
- to get defaults from.
- Overrides:
- SetDefault in class FieldLink
Postprocess
public void Postprocess(Scan scan)
- Postprocess
Set RasterTypeIndex member
- Parameters:
-
Scan
- of which this field is a member.
- Overrides:
- Postprocess in class FieldLink
ParseValue
public void ParseValue(String Value,
int Index,
boolean Constant)
- Read value from string
Set value to input string.
- Parameters:
-
String
- Value string
-
index
- Index (not used)
-
boolean
- true if a constant value
- Overrides:
- ParseValue in class FieldLink
GiveValue
public String[] GiveValue()
- Write value to string(s)
Only returns a value if an Explicit value is present.
Format: Name(index)* Value<\br>
Where (index) is present if the value is an array (not the case for Field),
and the "*" indicates a constant (not editable) value
- Returns:
-
String
one entry per Value array element;
null if no explicit value.
- Overrides:
- GiveValue in class FieldLink
toString
public String toString()
- Write value to string
- Returns:
-
String
String representation
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index