public class ImageServiceIdentifyResult
extends com.google.gwt.core.client.JavaScriptObject
Modifier and Type | Method and Description |
---|---|
FeatureSet |
getCatalogItems()
The set of catalog items that overlap the input geometry.
|
com.google.gwt.core.client.JsArrayNumber |
getCatalogItemVisibilities()
The set of visible areas for the identified catalog items.
|
Point |
getLocation()
The identified location.
|
java.lang.String |
getName()
The identify property name.
|
int |
getObjectId()
The identify property id.
|
JSObject |
getProperties()
The attributes of the identified object.
|
java.lang.String |
getValue()
The identify property pixel value.
|
public final FeatureSet getCatalogItems()
public final com.google.gwt.core.client.JsArrayNumber getCatalogItemVisibilities()
public final Point getLocation()
public final java.lang.String getName()
public final int getObjectId()
public final JSObject getProperties()
public final java.lang.String getValue()