Package hec.rss.model
Class VerticalDatumSettings
java.lang.Object
hec.rss.model.VerticalDatumSettings
- All Implemented Interfaces:
AsciiSerializable,FieldAccessor,Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFieldObject(Field fld) This method allows access to java.lang.reflect.Field objects within the implementing class.doubledoublegetType()booleansetFieldObject(Field fld, Object fobj) This allows access to fields withing the implementing object to set there data.voidsetLocalName(String localName) voidsetLocalShiftToNAVD88(double otherShiftToNAVD88) voidsetNGVDShiftToNAVD88(double NGVDShiftToNAVD88) voidsetType(VerticalDatumType type) void
-
Field Details
-
UNDEF
- See Also:
-
-
Constructor Details
-
VerticalDatumSettings
public VerticalDatumSettings() -
VerticalDatumSettings
-
-
Method Details
-
setUnits
-
getType
-
setType
-
getNGVDShiftToNAVD88
public double getNGVDShiftToNAVD88() -
setNGVDShiftToNAVD88
public void setNGVDShiftToNAVD88(double NGVDShiftToNAVD88) -
getLocalName
-
setLocalName
-
getLocalShiftToNAVD88
public double getLocalShiftToNAVD88() -
setLocalShiftToNAVD88
public void setLocalShiftToNAVD88(double otherShiftToNAVD88) -
toVerticalDatumXml
-
getFieldObject
Description copied from interface:FieldAccessorThis method allows access to java.lang.reflect.Field objects within the implementing class.- Specified by:
getFieldObjectin interfaceFieldAccessor- Parameters:
fld- The field to get.- Returns:
- The data object that is stored in the given field
-
setFieldObject
Description copied from interface:FieldAccessorThis allows access to fields withing the implementing object to set there data.- Specified by:
setFieldObjectin interfaceFieldAccessor- Parameters:
fld- The java field object representing the member field to be setfobj- The data to set in that field- Returns:
- returns true if successful
-