public static class FeatureProcessors.PH_VC extends java.lang.Object implements FeatureProcessor
| Constructor and Description |
|---|
PH_VC() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
process(Item item)
Performs some processing on the given item.
|
public java.lang.String process(Item item) throws ProcessException
process in interface FeatureProcessoritem - the item to processProcessException - if an exception occurred during the
processing