public class InfoToolResult extends Object
InfoToolHelper
classes to pass feature data to the parent InfoTool
object.Constructor and Description |
---|
InfoToolResult() |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getFeatureData(int featureIndex) |
String |
getFeatureId(int featureIndex) |
int |
getNumFeatures() |
void |
newFeature(String id)
Adds a new feature entry to this result.
|
void |
setFeatureValue(Name name,
Object value) |
void |
setFeatureValue(String name,
Object value) |
String |
toString() |
Copyright © 1996–2019 Geotools. All rights reserved.