ESRI.ArcGIS.ConversionTools
LayerToKML Class Members
See Also  Properties  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.ConversionTools Namespace : LayerToKML Class




The following tables list the members exposed by LayerToKML.

Public Constructors

 NameDescription
Public ConstructorLayerToKML ConstructorOverloaded. Constructor that takes all required parameters for geoprocessor execution.  
Top

Public Properties

 NameDescription
Public PropertyAliasThe alias for this tool's toolbox.  
Public Propertyboundary_box_extentThe geographic extent of the area to be exported. The extent rectangle bounds should be specified as a space-delimited string of WGS84 geographic coordinates in the form "left lower right upper". (In, Optional)  
Public Propertydpi_of_clientDefine the device resolution for any rasters in the output KML document. (In, Optional)  
Public Propertyimage_sizeDefines the vertical and horizontal resolution of any rasters in the output KML document. (In, Optional)  
Public Propertyis_compositeReturn single composite image (in, Optional)  
Public PropertylayerThe in-memory layer or layer file stored on disk that is to be converted to KML. (In, Required)  
Public Propertylayer_output_scaleThe scale at which to export the layer. Any scale-dependent rendering is observed, so if the layer is not visible at the export scale, it will not be included in the created KML file. The symbology for the layer is driven by this scale. (In, Required)  
Public Propertyout_kmz_fileThe KML file to write. This file is compressed and has a .kmz extension. It can be read by any KML client including ArcGIS Explorer, ArcGlobe, and Google Earth. (Out, Required)  
Public PropertyParameterInfoThe parameters used by this tool. For internal use only.  
Public PropertyToolboxDirectoryThe directory of this tool's toolbox.  
Public PropertyToolboxNameThe name of this tool's toolbox.  
Public PropertyToolNameThe name of this tool.  
Top

See Also

© 2010 All Rights Reserved.