public class NFEWithinCost
extends java.lang.Object
Constructor and Description |
---|
NFEWithinCost() |
Modifier and Type | Method and Description |
---|---|
AnalysisCost |
getAnalysisCost()
Returns the analysis cost.
|
double |
getCostRange()
Returns the cost range.
|
NFEFeatureLayer |
getNFEFeatureLayer()
Returns the feature layer to search in the analysis.
|
NFEFeature |
getNFEStartFeature()
Returns the start feature.
|
void |
setAnalysisCost(AnalysisCost analysisCost)
Sets the analysis cost.
|
void |
setCostRange(double costRange)
Sets the cost range.
|
void |
setNFEFeatureLayer(NFEFeatureLayer nfeFeatureLayer)
Sets the feature layer to search in the analysis.
|
void |
setNFEStartFeature(NFEFeature nfeStartFeature)
Sets the start feature.
|
public AnalysisCost getAnalysisCost()
public void setAnalysisCost(AnalysisCost analysisCost)
analysisCost
- analysis costpublic NFEFeature getNFEStartFeature()
public void setNFEStartFeature(NFEFeature nfeStartFeature)
nfeStartFeature
- start featurepublic NFEFeatureLayer getNFEFeatureLayer()
public void setNFEFeatureLayer(NFEFeatureLayer nfeFeatureLayer)
nfeFeatureLayer
- feature layer to search in the analysispublic double getCostRange()
public void setCostRange(double costRange)
costRange
- cost range