edu.indiana.iucbrf.feature.format
Interface FeatureValueFormat

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DisplayMapFeatureValueFormat, NumberFeatureValueFormat

public interface FeatureValueFormat
extends java.io.Serializable

FeatureValueFormat is a formatter similar in nature to java.text.NumberFormat. Implementations can be used to determine how a feature is displayed.


Method Summary
 java.lang.String format(java.lang.Object value)
          Format the given feature value for visual presentation.
 

Method Detail

format

java.lang.String format(java.lang.Object value)
Format the given feature value for visual presentation.