Package | Description |
---|---|
edu.ucdavis.cstars.client.event | |
edu.ucdavis.cstars.client.layers |
Modifier and Type | Method and Description |
---|---|
void |
SelectFeaturesHandler.onSelectionComplete(com.google.gwt.core.client.JsArray<Graphic> features,
FeatureLayer.Selections selectionMethod)
Fires when selectFeatures() has completed.
|
Modifier and Type | Method and Description |
---|---|
static FeatureLayer.Selections |
FeatureLayer.Selections.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FeatureLayer.Selections[] |
FeatureLayer.Selections.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Deferred |
FeatureLayer.selectFeatures(Query query,
FeatureLayer.Selections selectionMethod)
Selects features from the FeatureLayer.
|
Deferred |
FeatureLayer.selectFeatures(Query query,
FeatureLayer.Selections selectionMethod,
SelectFeaturesCallback callback)
Selects features from the FeatureLayer.
|