| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.NAServerSolverParams
com.esri.arcgisws.NAServerLocationAllocationParams
public class NAServerLocationAllocationParams
Java class for NAServerLocationAllocationParams complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="NAServerLocationAllocationParams">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}NAServerSolverParams">
       <sequence>
         <element name="DemandPoints" type="{http://www.esri.com/schemas/ArcGIS/10.0}NAServerLocations" minOccurs="0"/>
         <element name="Facilities" type="{http://www.esri.com/schemas/ArcGIS/10.0}NAServerLocations" minOccurs="0"/>
         <element name="Barriers" type="{http://www.esri.com/schemas/ArcGIS/10.0}NAServerLocations" minOccurs="0"/>
         <element name="PolygonBarriers" type="{http://www.esri.com/schemas/ArcGIS/10.0}NAServerLocations" minOccurs="0"/>
         <element name="PolylineBarriers" type="{http://www.esri.com/schemas/ArcGIS/10.0}NAServerLocations" minOccurs="0"/>
         <element name="ReturnLALines" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="ReturnDemandPoints" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="ReturnFacilities" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="ReturnBarriers" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="ReturnPolygonBarriers" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="ReturnPolylineBarriers" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="DefaultCutoff" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
         <element name="OutputLines" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriNAOutputLineType"/>
         <element name="TravelDirection" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriNATravelDirection"/>
         <element name="ImpedanceTransformation" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriNAImpedanceTransformationType"/>
         <element name="NumberFacilitiesToLocate" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="ProblemType" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriNALocationAllocationProblemType"/>
         <element name="TargetMarketSharePercentage" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="TransformationParameter" type="{http://www.w3.org/2001/XMLSchema}double"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
| Constructor Summary | |
|---|---|
| NAServerLocationAllocationParams()NAServerLocationAllocationParams default constructor. | |
| NAServerLocationAllocationParams(String naLayerName,
                                 double snapTolerance,
                                 double maxSnapTolerance,
                                 EsriUnits snapToleranceUnits,
                                 NAClassCandidateFieldMap[] naClassCandidateFieldMaps,
                                 boolean returnMap,
                                 MapDescription mapDescription,
                                 ImageDescription imageDescription,
                                 SpatialReference outputSpatialReference,
                                 boolean returnGeometriesAsBinary,
                                 String[] accumulateAttributeNames,
                                 String impedanceAttributeName,
                                 boolean ignoreInvalidLocations,
                                 EsriNetworkForwardStarBacktrack restrictUTurns,
                                 String[] restrictionAttributeNames,
                                 boolean useHierarchy,
                                 String hierarchyAttributeName,
                                 int hierarchyLevelCount,
                                 int[] hierarchyMaxValues,
                                 int[] hierarchyNumTransitions,
                                 boolean resetHierarchyRangesOnBind,
                                 NAAttributeParameterValue[] attributeParameterValues,
                                 Object outputGeometryPrecision,
                                 EsriUnits outputGeometryPrecisionUnits,
                                 Boolean returnPartialResultsOnError,
                                 Boolean saveLayerOnServer,
                                 String layerToken,
                                 NAServerLocations demandPoints,
                                 NAServerLocations facilities,
                                 NAServerLocations barriers,
                                 NAServerLocations polygonBarriers,
                                 NAServerLocations polylineBarriers,
                                 boolean returnLALines,
                                 boolean returnDemandPoints,
                                 boolean returnFacilities,
                                 boolean returnBarriers,
                                 Boolean returnPolygonBarriers,
                                 Boolean returnPolylineBarriers,
                                 Object defaultCutoff,
                                 EsriNAOutputLineType outputLines,
                                 EsriNATravelDirection travelDirection,
                                 EsriNAImpedanceTransformationType impedanceTransformation,
                                 int numberFacilitiesToLocate,
                                 EsriNALocationAllocationProblemType problemType,
                                 double targetMarketSharePercentage,
                                 double transformationParameter)Deprecated. | |
| Method Summary | |
|---|---|
|  NAServerLocations | getBarriers()Gets the value of the barriers property. | 
|  Object | getDefaultCutoff()Gets the value of the defaultCutoff property. | 
|  NAServerLocations | getDemandPoints()Gets the value of the demandPoints property. | 
|  NAServerLocations | getFacilities()Gets the value of the facilities property. | 
|  EsriNAImpedanceTransformationType | getImpedanceTransformation()Gets the value of the impedanceTransformation property. | 
|  int | getNumberFacilitiesToLocate()Gets the value of the numberFacilitiesToLocate property. | 
|  EsriNAOutputLineType | getOutputLines()Gets the value of the outputLines property. | 
|  NAServerLocations | getPolygonBarriers()Gets the value of the polygonBarriers property. | 
|  NAServerLocations | getPolylineBarriers()Gets the value of the polylineBarriers property. | 
|  EsriNALocationAllocationProblemType | getProblemType()Gets the value of the problemType property. | 
|  Boolean | getReturnPolygonBarriers()Gets the value of the returnPolygonBarriers property. | 
|  Boolean | getReturnPolylineBarriers()Gets the value of the returnPolylineBarriers property. | 
|  double | getTargetMarketSharePercentage()Gets the value of the targetMarketSharePercentage property. | 
|  double | getTransformationParameter()Gets the value of the transformationParameter property. | 
|  EsriNATravelDirection | getTravelDirection()Gets the value of the travelDirection property. | 
|  boolean | isReturnBarriers()Gets the value of the returnBarriers property. | 
|  boolean | isReturnDemandPoints()Gets the value of the returnDemandPoints property. | 
|  boolean | isReturnFacilities()Gets the value of the returnFacilities property. | 
|  boolean | isReturnLALines()Gets the value of the returnLALines property. | 
|  Boolean | isReturnPolygonBarriers() | 
|  Boolean | isReturnPolylineBarriers() | 
|  void | setBarriers(NAServerLocations value)Sets the value of the barriers property. | 
|  void | setDefaultCutoff(Object value)Sets the value of the defaultCutoff property. | 
|  void | setDemandPoints(NAServerLocations value)Sets the value of the demandPoints property. | 
|  void | setFacilities(NAServerLocations value)Sets the value of the facilities property. | 
|  void | setImpedanceTransformation(EsriNAImpedanceTransformationType value)Sets the value of the impedanceTransformation property. | 
|  void | setNumberFacilitiesToLocate(int value)Sets the value of the numberFacilitiesToLocate property. | 
|  void | setOutputLines(EsriNAOutputLineType value)Sets the value of the outputLines property. | 
|  void | setPolygonBarriers(NAServerLocations value)Sets the value of the polygonBarriers property. | 
|  void | setPolylineBarriers(NAServerLocations value)Sets the value of the polylineBarriers property. | 
|  void | setProblemType(EsriNALocationAllocationProblemType value)Sets the value of the problemType property. | 
|  void | setReturnBarriers(boolean value)Sets the value of the returnBarriers property. | 
|  void | setReturnDemandPoints(boolean value)Sets the value of the returnDemandPoints property. | 
|  void | setReturnFacilities(boolean value)Sets the value of the returnFacilities property. | 
|  void | setReturnLALines(boolean value)Sets the value of the returnLALines property. | 
|  void | setReturnPolygonBarriers(Boolean value)Sets the value of the returnPolygonBarriers property. | 
|  void | setReturnPolylineBarriers(Boolean value)Sets the value of the returnPolylineBarriers property. | 
|  void | setTargetMarketSharePercentage(double value)Sets the value of the targetMarketSharePercentage property. | 
|  void | setTransformationParameter(double value)Sets the value of the transformationParameter property. | 
|  void | setTravelDirection(EsriNATravelDirection value)Sets the value of the travelDirection property. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
@Deprecated
public NAServerLocationAllocationParams(String naLayerName,
                                                   double snapTolerance,
                                                   double maxSnapTolerance,
                                                   EsriUnits snapToleranceUnits,
                                                   NAClassCandidateFieldMap[] naClassCandidateFieldMaps,
                                                   boolean returnMap,
                                                   MapDescription mapDescription,
                                                   ImageDescription imageDescription,
                                                   SpatialReference outputSpatialReference,
                                                   boolean returnGeometriesAsBinary,
                                                   String[] accumulateAttributeNames,
                                                   String impedanceAttributeName,
                                                   boolean ignoreInvalidLocations,
                                                   EsriNetworkForwardStarBacktrack restrictUTurns,
                                                   String[] restrictionAttributeNames,
                                                   boolean useHierarchy,
                                                   String hierarchyAttributeName,
                                                   int hierarchyLevelCount,
                                                   int[] hierarchyMaxValues,
                                                   int[] hierarchyNumTransitions,
                                                   boolean resetHierarchyRangesOnBind,
                                                   NAAttributeParameterValue[] attributeParameterValues,
                                                   Object outputGeometryPrecision,
                                                   EsriUnits outputGeometryPrecisionUnits,
                                                   Boolean returnPartialResultsOnError,
                                                   Boolean saveLayerOnServer,
                                                   String layerToken,
                                                   NAServerLocations demandPoints,
                                                   NAServerLocations facilities,
                                                   NAServerLocations barriers,
                                                   NAServerLocations polygonBarriers,
                                                   NAServerLocations polylineBarriers,
                                                   boolean returnLALines,
                                                   boolean returnDemandPoints,
                                                   boolean returnFacilities,
                                                   boolean returnBarriers,
                                                   Boolean returnPolygonBarriers,
                                                   Boolean returnPolylineBarriers,
                                                   Object defaultCutoff,
                                                   EsriNAOutputLineType outputLines,
                                                   EsriNATravelDirection travelDirection,
                                                   EsriNAImpedanceTransformationType impedanceTransformation,
                                                   int numberFacilitiesToLocate,
                                                   EsriNALocationAllocationProblemType problemType,
                                                   double targetMarketSharePercentage,
                                                   double transformationParameter)
public NAServerLocationAllocationParams()
| Method Detail | 
|---|
public NAServerLocations getDemandPoints()
NAServerLocationspublic void setDemandPoints(NAServerLocations value)
value - allowed object is
     NAServerLocationspublic NAServerLocations getFacilities()
NAServerLocationspublic void setFacilities(NAServerLocations value)
value - allowed object is
     NAServerLocationspublic NAServerLocations getBarriers()
NAServerLocationspublic void setBarriers(NAServerLocations value)
value - allowed object is
     NAServerLocationspublic NAServerLocations getPolygonBarriers()
NAServerLocationspublic void setPolygonBarriers(NAServerLocations value)
value - allowed object is
     NAServerLocationspublic NAServerLocations getPolylineBarriers()
NAServerLocationspublic void setPolylineBarriers(NAServerLocations value)
value - allowed object is
     NAServerLocationspublic boolean isReturnLALines()
public void setReturnLALines(boolean value)
public boolean isReturnDemandPoints()
public void setReturnDemandPoints(boolean value)
public boolean isReturnFacilities()
public void setReturnFacilities(boolean value)
public boolean isReturnBarriers()
public void setReturnBarriers(boolean value)
public Boolean getReturnPolygonBarriers()
Booleanpublic Boolean isReturnPolygonBarriers()
public void setReturnPolygonBarriers(Boolean value)
value - allowed object is
     Booleanpublic Boolean getReturnPolylineBarriers()
Booleanpublic Boolean isReturnPolylineBarriers()
public void setReturnPolylineBarriers(Boolean value)
value - allowed object is
     Booleanpublic Object getDefaultCutoff()
Objectpublic void setDefaultCutoff(Object value)
value - allowed object is
     Objectpublic EsriNAOutputLineType getOutputLines()
EsriNAOutputLineTypepublic void setOutputLines(EsriNAOutputLineType value)
value - allowed object is
     EsriNAOutputLineTypepublic EsriNATravelDirection getTravelDirection()
EsriNATravelDirectionpublic void setTravelDirection(EsriNATravelDirection value)
value - allowed object is
     EsriNATravelDirectionpublic EsriNAImpedanceTransformationType getImpedanceTransformation()
EsriNAImpedanceTransformationTypepublic void setImpedanceTransformation(EsriNAImpedanceTransformationType value)
value - allowed object is
     EsriNAImpedanceTransformationTypepublic int getNumberFacilitiesToLocate()
public void setNumberFacilitiesToLocate(int value)
public EsriNALocationAllocationProblemType getProblemType()
EsriNALocationAllocationProblemTypepublic void setProblemType(EsriNALocationAllocationProblemType value)
value - allowed object is
     EsriNALocationAllocationProblemTypepublic double getTargetMarketSharePercentage()
public void setTargetMarketSharePercentage(double value)
public double getTransformationParameter()
public void setTransformationParameter(double value)
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||