Package hec.rss.model

Class VerticalDatumSettings

java.lang.Object
hec.rss.model.VerticalDatumSettings
All Implemented Interfaces:
AsciiSerializable, FieldAccessor, Serializable

public class VerticalDatumSettings extends Object implements AsciiSerializable
See Also:
  • Field Details

  • Constructor Details

    • VerticalDatumSettings

      public VerticalDatumSettings()
    • VerticalDatumSettings

      public VerticalDatumSettings(VerticalDatumSettings vds)
  • Method Details

    • setUnits

      public void setUnits(String unitsStringForSystem)
    • getType

      public VerticalDatumType getType()
    • setType

      public void setType(VerticalDatumType type)
    • getNGVDShiftToNAVD88

      public double getNGVDShiftToNAVD88()
    • setNGVDShiftToNAVD88

      public void setNGVDShiftToNAVD88(double NGVDShiftToNAVD88)
    • getLocalName

      public String getLocalName()
    • setLocalName

      public void setLocalName(String localName)
    • getLocalShiftToNAVD88

      public double getLocalShiftToNAVD88()
    • setLocalShiftToNAVD88

      public void setLocalShiftToNAVD88(double otherShiftToNAVD88)
    • toVerticalDatumXml

      public String toVerticalDatumXml()
    • getFieldObject

      public Object getFieldObject(Field fld)
      Description copied from interface: FieldAccessor
      This method allows access to java.lang.reflect.Field objects within the implementing class.
      Specified by:
      getFieldObject in interface FieldAccessor
      Parameters:
      fld - The field to get.
      Returns:
      The data object that is stored in the given field
    • setFieldObject

      public boolean setFieldObject(Field fld, Object fobj)
      Description copied from interface: FieldAccessor
      This allows access to fields withing the implementing object to set there data.
      Specified by:
      setFieldObject in interface FieldAccessor
      Parameters:
      fld - The java field object representing the member field to be set
      fobj - The data to set in that field
      Returns:
      returns true if successful