| Package | com.esri.ags.layers.supportClasses |
| Class | public class KMLFeatureInfo |
| Inheritance | KMLFeatureInfo flash.events.EventDispatcher |
| Property | Defined By | ||
|---|---|---|---|
| id : Number
The KML feature id. | KMLFeatureInfo | ||
| type : Number
The KML feature type. | KMLFeatureInfo | ||
| Constant | Defined By | ||
|---|---|---|---|
| FOLDER : Number = 0 [static]
Folder
| KMLFeatureInfo | ||
| GROUND_OVERLAY : Number = 1 [static]
Ground Overlay
| KMLFeatureInfo | ||
| LINE : Number = 2 [static]
Line
| KMLFeatureInfo | ||
| NETWORK_LINK : Number = 3 [static]
Network Link
| KMLFeatureInfo | ||
| POINT : Number = 4 [static]
Point
| KMLFeatureInfo | ||
| POLYGON : Number = 5 [static]
Polygon
| KMLFeatureInfo | ||
| SCREEN_OVERLAY : Number = 6 [static]
Screen Overlay
| KMLFeatureInfo | ||
| id | property |
id:NumberThe KML feature id.
This property can be used as the source for data binding.
public function get id():Number public function set id(value:Number):void| type | property |
type:NumberThe KML feature type. One of either FOLDER, GROUND_OVERLAY, LINE, NETWORK_LINK, POINT, POLYGON or SCREEN_OVERLAY.
This property can be used as the source for data binding.
public function get type():Number public function set type(value:Number):void| FOLDER | Constant |
public static const FOLDER:Number = 0Folder
| GROUND_OVERLAY | Constant |
public static const GROUND_OVERLAY:Number = 1Ground Overlay
| LINE | Constant |
public static const LINE:Number = 2Line
| NETWORK_LINK | Constant |
public static const NETWORK_LINK:Number = 3Network Link
| POINT | Constant |
public static const POINT:Number = 4Point
| POLYGON | Constant |
public static const POLYGON:Number = 5Polygon
| SCREEN_OVERLAY | Constant |
public static const SCREEN_OVERLAY:Number = 6Screen Overlay