public interface LegendBuilder
Modifier and Type | Field and Description |
---|---|
static String |
DYNMETHOD_BUILDER_NAME |
static String |
DYNMETHOD_GETLABELING_NAME |
static String |
DYNMETHOD_GETLEGEND_NAME |
Modifier and Type | Method and Description |
---|---|
void |
begin() |
void |
end() |
Object |
getLabeling() |
Object |
getLegend() |
LegendBuilder |
initialize(FeatureStoreProvider store) |
void |
process(FeatureProvider feature) |
static final String DYNMETHOD_BUILDER_NAME
static final String DYNMETHOD_GETLEGEND_NAME
static final String DYNMETHOD_GETLABELING_NAME
LegendBuilder initialize(FeatureStoreProvider store)
void begin()
void process(FeatureProvider feature)
void end()
Object getLegend()
Object getLabeling()