|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geoprocessing.AbstractGPTool com.esri.arcgis.geoprocessing.tools.cartographytools.MapServerCacheTilingSchemeToPolygons
public class MapServerCacheTilingSchemeToPolygons
Creates a new polygon feature class from an existing tiling scheme. The Map Server Cache Tiling Scheme To Polygons tool is contained in the Cartography Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
MapServerCacheTilingSchemeToPolygons()
Creates the Map Server Cache Tiling Scheme To Polygons tool with defaults. |
|
MapServerCacheTilingSchemeToPolygons(Object mapDocument,
String dataFrame,
Object tilingScheme,
Object outputFeatureClass,
String useMapExtent,
String clipToHorizon)
Creates the Map Server Cache Tiling Scheme To Polygons tool with the required parameters. |
Method Summary | |
---|---|
String |
getAntialiasing()
Returns the Generate polygons that match map service caches with anti-aliasing enabled parameter of this tool . |
String |
getClipToHorizon()
Returns the Clip tiles at the coordinate system horizon parameter of this tool . |
String |
getDataFrame()
Returns the Data Frame parameter of this tool . |
Object |
getLevels()
Returns the Scales parameter of this tool . |
Object |
getMapDocument()
Returns the Map Document parameter of this tool . |
Object |
getOutputFeatureClass()
Returns the Output Feature Class parameter of this tool . |
Object |
getTilingScheme()
Returns the Tiling Scheme parameter of this tool . |
String |
getToolboxAlias()
Returns the alias of the tool box containing this tool. |
String |
getToolboxName()
Returns the name of the tool box containing this tool. |
String |
getToolName()
Returns the name of this tool. |
String |
getUseMapExtent()
Returns the Generate polygons that intersect the map extent parameter of this tool . |
void |
setAntialiasing(String antialiasing)
Sets the Generate polygons that match map service caches with anti-aliasing enabled parameter of this tool . |
void |
setClipToHorizon(String clipToHorizon)
Sets the Clip tiles at the coordinate system horizon parameter of this tool . |
void |
setDataFrame(String dataFrame)
Sets the Data Frame parameter of this tool . |
void |
setLevels(Object levels)
Sets the Scales parameter of this tool . |
void |
setMapDocument(Object mapDocument)
Sets the Map Document parameter of this tool . |
void |
setOutputFeatureClass(Object outputFeatureClass)
Sets the Output Feature Class parameter of this tool . |
void |
setTilingScheme(Object tilingScheme)
Sets the Tiling Scheme parameter of this tool . |
void |
setUseMapExtent(String useMapExtent)
Sets the Generate polygons that intersect the map extent parameter of this tool . |
Methods inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
getParameterValues, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MapServerCacheTilingSchemeToPolygons()
Initializes the array of tool parameters with the default values specified when the tool was created.
public MapServerCacheTilingSchemeToPolygons(Object mapDocument, String dataFrame, Object tilingScheme, Object outputFeatureClass, String useMapExtent, String clipToHorizon)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
mapDocument
- the source map document.dataFrame
- the data frame from the source map document.tilingScheme
- path to a predefined tiling scheme .xml file.outputFeatureClass
- the output polygon feature class.useMapExtent
- 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.clipToHorizon
- choose whether to constrain the polygons to the valid area of use for the geographic or projected coordinate system of the data frame.Method Detail |
---|
public Object getMapDocument()
public void setMapDocument(Object mapDocument)
mapDocument
- the source map document.public String getDataFrame()
public void setDataFrame(String dataFrame)
dataFrame
- the data frame from the source map document.public Object getTilingScheme()
public void setTilingScheme(Object tilingScheme)
tilingScheme
- path to a predefined tiling scheme .xml file.public Object getOutputFeatureClass()
public void setOutputFeatureClass(Object outputFeatureClass)
outputFeatureClass
- the output polygon feature class.public String getUseMapExtent()
public void setUseMapExtent(String useMapExtent)
useMapExtent
- 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.public String getClipToHorizon()
public void setClipToHorizon(String clipToHorizon)
clipToHorizon
- choose whether to constrain the polygons to the valid area of use for the geographic or projected coordinate system of the data frame.public String getAntialiasing()
public void setAntialiasing(String antialiasing)
antialiasing
- nullpublic Object getLevels()
public void setLevels(Object levels)
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. To specify only certain scales list them separated by a semicolon (;).public String getToolName()
public String getToolboxName()
public String getToolboxAlias()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |