psdi.app.asset

Class FldAssetFeatureSpecMeasure

    • Constructor Detail

      • FldAssetFeatureSpecMeasure

        public FldAssetFeatureSpecMeasure(MboValue mbv)
                                   throws MXException
        Construct and attach to the mbo value
        Parameters:
        mbv -
        Throws:
        MXException
    • Method Detail

      • validate

        public void validate()
                      throws MXException,
                             java.rmi.RemoteException
        Measure must be between the asset's StartMeasure and EndMeasure. The asset's StartMeasure does not have to be less than EndMeasure, so this measure can be less than StartMeasure as long as it is also greater than the end measure.
        Specified by:
        validate in interface MboValueListener
        Overrides:
        validate in class FldMeasure
        Throws:
        MXException
        java.rmi.RemoteException
      • action

        public void action()
                    throws MXException,
                           java.rmi.RemoteException
        If the Asset-Feature type is "POINT" And also StartMeasure=EndMeasure if the feature type is "POINT"
        Specified by:
        action in interface MboValueListener
        Overrides:
        action in class FldMeasure
        Throws:
        MXException
        java.rmi.RemoteException