The following tables list the members exposed by MapServerCacheTilingSchemeToPolygons.
Public Constructors
Public Properties
| Name | Description |
| Alias | The alias for this tool's toolbox. |
| antialiasing | Choose whether to generate polygons that match map service caches with anti-aliasing enabled.
A map service cache supertile is 2048 x 2048 pixels with antialiasing or 4096 x 4096
pixels without.
To see if antialiasing was used in an existing cache, open the
tiling scheme file, conf.xml, and check to see if the
<Antialiasing> tag is set to true.
(In, Optional) |
| 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) |
| data_frame | The data frame from the source map document. (In, Required) |
| levels | The scale levels at which you will create polygons. To create polygons for all scale levels included in a tiling scheme, leave this parameter blank. You may choose to create polygons for all or only some of the scale levels that are included in your tiling scheme. To add additional scale levels, however, you will need to modify your tiling scheme file or create a new one. (In, Optional) |
| map_document | The source map document. (In, Required) |
| output_feature_class | The output polygon feature class. (Out, Required) |
| ParameterInfo | The parameters used by this tool. For internal use only. |
| tiling_scheme | Path to a predefined tiling scheme .xml file. (In, Required) |
| ToolboxDirectory | The directory of this tool's toolbox. |
| ToolboxName | The name of this tool's toolbox. |
| ToolName | The name of this tool. |
| 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) |
Top
See Also