Package oracle.spatial.network.nfe.beans
Class NFEWithinCost
- java.lang.Object
-
- oracle.spatial.network.nfe.beans.NFEWithinCost
-
public class NFEWithinCost extends java.lang.ObjectProvides the data to run a within cost analysis.
-
-
Constructor Summary
Constructors Constructor Description NFEWithinCost()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnalysisCostgetAnalysisCost()Returns the analysis cost.doublegetCostRange()Returns the cost range.NFEFeatureLayergetNFEFeatureLayer()Returns the feature layer to search in the analysis.NFEFeaturegetNFEStartFeature()Returns the start feature.voidsetAnalysisCost(AnalysisCost analysisCost)Sets the analysis cost.voidsetCostRange(double costRange)Sets the cost range.voidsetNFEFeatureLayer(NFEFeatureLayer nfeFeatureLayer)Sets the feature layer to search in the analysis.voidsetNFEStartFeature(NFEFeature nfeStartFeature)Sets the start feature.
-
-
-
Method Detail
-
getAnalysisCost
public AnalysisCost getAnalysisCost()
Returns the analysis cost.- Returns:
- analysis cost
-
setAnalysisCost
public void setAnalysisCost(AnalysisCost analysisCost)
Sets the analysis cost.- Parameters:
analysisCost- analysis cost
-
getNFEStartFeature
public NFEFeature getNFEStartFeature()
Returns the start feature.- Returns:
- start feature
-
setNFEStartFeature
public void setNFEStartFeature(NFEFeature nfeStartFeature)
Sets the start feature.- Parameters:
nfeStartFeature- start feature
-
getNFEFeatureLayer
public NFEFeatureLayer getNFEFeatureLayer()
Returns the feature layer to search in the analysis. Only the feature in this feature layer will included in the search.- Returns:
- feature layer to search in the analysis
-
setNFEFeatureLayer
public void setNFEFeatureLayer(NFEFeatureLayer nfeFeatureLayer)
Sets the feature layer to search in the analysis. Only the feature in this feature layer will included in the search.- Parameters:
nfeFeatureLayer- feature layer to search in the analysis
-
getCostRange
public double getCostRange()
Returns the cost range.- Returns:
- cost range
-
setCostRange
public void setCostRange(double costRange)
Sets the cost range.- Parameters:
costRange- cost range
-
-