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) int
void
newFeature
(String id) Adds a new feature entry to this result.void
setFeatureValue
(String name, Object value) void
setFeatureValue
(Name name, Object value) toString()
-
Constructor Details
-
InfoToolResult
public InfoToolResult()
-
-
Method Details