Interface LrsCalibrateRouteAlgorithmParams

All Superinterfaces:
LrsAlgorithmParams

public interface LrsCalibrateRouteAlgorithmParams extends LrsAlgorithmParams
Author:
dmartinez
  • Method Details

    • getSourceFeatureStore

      org.gvsig.fmap.dal.feature.FeatureStore getSourceFeatureStore()
      Returns:
      the sourceFeatureStore
    • setSourceFeatureStore

      void setSourceFeatureStore(org.gvsig.fmap.dal.feature.FeatureStore sourceFeatureStore)
      Parameters:
      sourceFeatureStore - the sourceFeatureStore to set
    • getIdRouteField

      org.gvsig.fmap.dal.feature.FeatureAttributeDescriptor getIdRouteField()
      Returns:
      the idRouteField
    • setIdRouteField

      void setIdRouteField(org.gvsig.fmap.dal.feature.FeatureAttributeDescriptor idRouteField)
      Parameters:
      idRouteField - the idRouteField to set
    • getCalibratePointFeatureStore

      org.gvsig.fmap.dal.feature.FeatureStore getCalibratePointFeatureStore()
      Returns:
      the calibratePointFeatureStore
    • setCalibratePointFeatureStore

      void setCalibratePointFeatureStore(org.gvsig.fmap.dal.feature.FeatureStore calibratePointFeatureStore)
      Parameters:
      calibratePointFeatureStore - the calibratePointFeatureStore to set
    • getCalibratePointIdRouteField

      org.gvsig.fmap.dal.feature.FeatureAttributeDescriptor getCalibratePointIdRouteField()
      Returns:
      the calibratePointIdRouteField
    • setCalibratePointIdRouteField

      void setCalibratePointIdRouteField(org.gvsig.fmap.dal.feature.FeatureAttributeDescriptor calibratePointIdRouteField)
      Parameters:
      calibratePointIdRouteField - the calibratePointIdRouteField to set
    • getFromMeasureField

      org.gvsig.fmap.dal.feature.FeatureAttributeDescriptor getFromMeasureField()
      Returns:
      the fromMeasureField
    • setFromMeasureField

      void setFromMeasureField(org.gvsig.fmap.dal.feature.FeatureAttributeDescriptor fromMeasureField)
      Parameters:
      fromMeasureField - the fromMeasureField to set
    • getNewFeatureStoreParameters

      org.gvsig.fmap.dal.feature.NewFeatureStoreParameters getNewFeatureStoreParameters()
      Returns:
      the newFeatureStoreParameters
    • setNewFeatureStoreParameters

      void setNewFeatureStoreParameters(org.gvsig.fmap.dal.feature.NewFeatureStoreParameters newFeatureStoreParameters)
      Parameters:
      newFeatureStoreParameters - the newFeatureStoreParameters to set
    • getMeasureCalculationMethods

      LrsMeasureCalculationMethods getMeasureCalculationMethods()
      Returns:
      the measureCalculationMethods
    • setMeasureCalculationMethods

      void setMeasureCalculationMethods(LrsMeasureCalculationMethods measureCalculationMethods)
      Parameters:
      measureCalculationMethods - the measureCalculationMethods to set
    • getMeasureUnits

      DistanceUnits getMeasureUnits()
      Returns:
      the measureUnits
    • setMeasureUnits

      void setMeasureUnits(DistanceUnits measureUnits)
      Parameters:
      measureUnits - the measureUnits to set
    • getSearchRadius

      double getSearchRadius()
      Returns:
      the searchRadius
    • setSearchRadius

      void setSearchRadius(double searchRadius)
      Parameters:
      searchRadius - the searchRadius to set
    • interpolateBetweenCalibrationPoints

      boolean interpolateBetweenCalibrationPoints()
      Returns:
      the interpolateBetweenCalibrationPoints
    • setInterpolateBetweenCalibrationPoints

      void setInterpolateBetweenCalibrationPoints(boolean interpolateBetweenCalibrationPoints)
      Parameters:
      interpolateBetweenCalibrationPoints - the interpolateBetweenCalibrationPoints to set
    • extrapolateBeforeCalibrationPoints

      boolean extrapolateBeforeCalibrationPoints()
      Returns:
      the extrapolateBeforeCalibrationPoints
    • setExtrapolateBeforeCalibrationPoints

      void setExtrapolateBeforeCalibrationPoints(boolean extrapolateBeforeCalibrationPoints)
      Parameters:
      extrapolateBeforeCalibrationPoints - the extrapolateBeforeCalibrationPoints to set
    • extrapolateAfterCalibrationPoints

      boolean extrapolateAfterCalibrationPoints()
      Returns:
      the extrapolateAfterCalibrationPoints
    • setExtrapolateAfterCalibrationPoints

      void setExtrapolateAfterCalibrationPoints(boolean extrapolateAfterCalibrationPoints)
      Parameters:
      extrapolateAfterCalibrationPoints - the extrapolateAfterCalibrationPoints to set
    • ignoreSpatialGaps

      boolean ignoreSpatialGaps()
      Returns:
      the ignoreSpatialGaps
    • setIgnoreSpatialGaps

      void setIgnoreSpatialGaps(boolean ignoreSpatialGaps)
      Parameters:
      ignoreSpatialGaps - the ignoreSpatialGaps to set
    • includeAll

      boolean includeAll()
      Returns:
      the includeAll
    • setIncludeAll

      void setIncludeAll(boolean includeAll)
      Parameters:
      includeAll - the includeAll to set