Uses of Class
com.esri.core.tasks.ags.na.UTurnRestriction

Packages that use UTurnRestriction
com.esri.core.tasks.ags.na   
 

Uses of UTurnRestriction in com.esri.core.tasks.ags.na
 

Methods in com.esri.core.tasks.ags.na that return UTurnRestriction
static UTurnRestriction UTurnRestriction.get(String str)
           
 UTurnRestriction ClosestFacilityTaskParameters.getRestrictUTurns()
           
abstract  UTurnRestriction NATaskParameters.getRestrictUTurns()
          Returns the type of U turn restriction to use
 UTurnRestriction RoutingTaskParameters.getRestrictUTurns()
           
 UTurnRestriction ServiceAreaTaskParameters.getRestrictUTurns()
           
static UTurnRestriction UTurnRestriction.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static UTurnRestriction[] UTurnRestriction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.esri.core.tasks.ags.na with parameters of type UTurnRestriction
 void ClosestFacilityTaskParameters.setRestrictUTurns(UTurnRestriction restrictUTurns)
           
abstract  void NATaskParameters.setRestrictUTurns(UTurnRestriction restrictUTurns)
          Sets the type of U turn restriction to use
 void RoutingTaskParameters.setRestrictUTurns(UTurnRestriction restrictUTurns)
           
 void ServiceAreaTaskParameters.setRestrictUTurns(UTurnRestriction restrictUTurns)
           
 



Copyright © 2012. All Rights Reserved.