ESRI.ArcGIS.CartographyTools
MapServerCacheTilingSchemeToPolygons Constructor(Object,String,Object,Object,String,String)
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.CartographyTools Namespace > MapServerCacheTilingSchemeToPolygons Class > MapServerCacheTilingSchemeToPolygons Constructor : MapServerCacheTilingSchemeToPolygons Constructor(Object,String,Object,Object,String,String)




map_document
The source map document. (In, Required)
data_frame
The data frame from the source map document. (In, Required)
tiling_scheme
Path to a predefined tiling scheme .xml file. (In, Required)
output_feature_class
The output polygon feature class. (Out, Required)
use_map_extent
Choose whether to produce tiles for the entire extent of the tiling scheme or only tiles that intersect the full extent of the data frame. (In, Required)
clip_to_horizon
Choose whether to constrain the polygons to the valid area of use for the geographic or projected coordinate system of the data frame. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal map_document As Object, _
   ByVal data_frame As String, _
   ByVal tiling_scheme As Object, _
   ByVal output_feature_class As Object, _
   ByVal use_map_extent As String, _
   ByVal clip_to_horizon As String _
)
Visual Basic (Usage)Copy Code
Dim map_document As Object
Dim data_frame As String
Dim tiling_scheme As Object
Dim output_feature_class As Object
Dim use_map_extent As String
Dim clip_to_horizon As String
 
Dim instance As MapServerCacheTilingSchemeToPolygons(map_document, data_frame, tiling_scheme, output_feature_class, use_map_extent, clip_to_horizon)
C# 
public MapServerCacheTilingSchemeToPolygons( 
   object map_document,
   string data_frame,
   object tiling_scheme,
   object output_feature_class,
   string use_map_extent,
   string clip_to_horizon
)

Parameters

map_document
The source map document. (In, Required)
data_frame
The data frame from the source map document. (In, Required)
tiling_scheme
Path to a predefined tiling scheme .xml file. (In, Required)
output_feature_class
The output polygon feature class. (Out, Required)
use_map_extent
Choose whether to produce tiles for the entire extent of the tiling scheme or only tiles that intersect the full extent of the data frame. (In, Required)
clip_to_horizon
Choose whether to constrain the polygons to the valid area of use for the geographic or projected coordinate system of the data frame. (In, Required)

See Also

© 2010 All Rights Reserved.