====== ThinkGeo.Cloud.RoutingGetServiceAreaOptions ====== ===== Inheritance Hierarchy ===== *System.Object ***ThinkGeo.Cloud.RoutingGetServiceAreaOptions** ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} RoutingGetServiceAreaOptions() ** * //N/A// == Remarks == * //N/A// == Parameters ==
==== Protected Constructors ==== ==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} ToString() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Equals(Object) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //obj// * Type:Object * Description:N/A
** {{wiki:PublicMethod.gif|}} GetHashCode() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetType() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Type * Description:N/A == Parameters ==
===== Protected Methods ===== ** {{wiki:ProtectedMethod.gif|}} Finalize() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters ==
==== Public Properties ==== ** {{wiki:PublicProperty.gif|}} DistanceUnit ** * The unit of measure in which to express the length of route. Defaults to Meter. == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.Mapsuite.Shapes.DistanceUnit|DistanceUnit]] ** {{wiki:PublicProperty.gif|}} ContourGranularity ** * A float in the range of (0, 1.0) to identify how much we want to remove the contours. 0 means do not remove any contour at all, 1.0 means only return the largest contour. Defaults to 1.0. == Remarks == * //N/A// == Return Value == * Type:Single ** {{wiki:PublicProperty.gif|}} CoordinateSnapRadius ** * The maximum distance of a coordinate can be snapped to the road network. Defaults to 5000 meters. == Remarks == * //N/A// == Return Value == * Type:Single ** {{wiki:PublicProperty.gif|}} CoordinateSnapRadiusUnit ** * The unit of the radius to snap the input coordinate to road network. == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.Mapsuite.Shapes.DistanceUnit|DistanceUnit]] ** {{wiki:PublicProperty.gif|}} GridSizeInMeters ** * A float value in meters used as the tolerance for concave polygon. The smaller of the number is getting more accurate of the service areas but slower performance, better a value bigger than 300, but depends on the size of the result coverage. Defaults to 400. == Remarks == * //N/A// == Return Value == * Type:Single ** {{wiki:PublicProperty.gif|}} ServiceAreaSeparationType ** * Specify whether to include the region covered by the smaller service area into the region covered by the larger service area. Defaults to Separated. == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.Cloud.RoutingServiceAreaSeparationType|RoutingServiceAreaSeparationType]] ** {{wiki:PublicProperty.gif|}} ServiceAreaType ** * Indicates whether the result is returned in polygon cancaved from accessing roads, or the linestrings as roads. Defaults to Polygon. == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.Cloud.RoutingServiceAreaObjectType|RoutingServiceAreaObjectType]] ** {{wiki:PublicProperty.gif|}} TravelDirection ** * Indicates the direction of travel to or from the coordinates. Defaults to From. == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.Cloud.RoutingServiceAreaTravelDirection|RoutingServiceAreaTravelDirection]] ==== Protected Properties ==== ==== Public Events ====