@JsType(isNative=true, namespace="Cesium", name="ImageryLayerFeatureInfo") public class ImageryLayerFeatureInfo extends Object
Modifier and Type | Field and Description |
---|---|
Object |
data
Gets or sets the raw data describing the feature.
|
String |
description
Gets or sets an HTML description of the feature.
|
Object |
imageryLayer
Gets or sets the image layer of the feature.
|
String |
name
Gets or sets the name of the feature.
|
Cartographic |
position
Gets or sets the position of the feature, or undefined if the position is not known.
|
Constructor and Description |
---|
ImageryLayerFeatureInfo()
Describes a rasterized feature, such as a point, polygon, polyline, etc., in an imagery layer.
|
Modifier and Type | Method and Description |
---|---|
void |
configureDescriptionFromProperties(Object properties)
Configures the description of this feature by creating an HTML table of properties and their values.
|
void |
configureNameFromProperties(Object properties)
Configures the name of this feature by selecting an appropriate property.
|
@JsProperty public Object data
@JsProperty public String description
@JsProperty public Object imageryLayer
@JsProperty public String name
@JsProperty public Cartographic position
@JsConstructor public ImageryLayerFeatureInfo()
public void configureDescriptionFromProperties(Object properties)
properties
- An object literal containing the properties of the feature.public void configureNameFromProperties(Object properties)
properties
- An object literal containing the properties of the feature.Copyright © 2019. All rights reserved.