Package org.geotools.swing.tool
Class InfoToolResult
Object
InfoToolResult
Used by
InfoToolHelper classes to pass feature data to the parent InfoTool object.- Since:
- 8.0
- Author:
- Michael Bedward
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFeatureData(int featureIndex) getFeatureId(int featureIndex) intvoidnewFeature(String id) Adds a new feature entry to this result.voidsetFeatureValue(String name, Object value) voidsetFeatureValue(Name name, Object value) toString()
-
Constructor Details
-
InfoToolResult
public InfoToolResult()
-
-
Method Details