org.geomajas.gwt.example.server.samples
Class ProcessFeaturesPipelineStep
java.lang.Object
org.geomajas.gwt.example.server.samples.ProcessFeaturesPipelineStep
- All Implemented Interfaces:
- org.geomajas.service.pipeline.PipelineStep<org.geomajas.layer.pipeline.GetFeaturesContainer>
public class ProcessFeaturesPipelineStep
- extends Object
- implements org.geomajas.service.pipeline.PipelineStep<org.geomajas.layer.pipeline.GetFeaturesContainer>
Process the features, change the geometry to a circle with a size depending on the feature area.
- Author:
- Joachim Van der Auwera
|
Method Summary |
void |
execute(org.geomajas.service.pipeline.PipelineContext context,
org.geomajas.layer.pipeline.GetFeaturesContainer container)
|
String |
getId()
|
ProcessFeaturesPipelineStep
public ProcessFeaturesPipelineStep()
getId
public String getId()
- Specified by:
getId in interface org.geomajas.service.pipeline.PipelineStep<org.geomajas.layer.pipeline.GetFeaturesContainer>
execute
public void execute(org.geomajas.service.pipeline.PipelineContext context,
org.geomajas.layer.pipeline.GetFeaturesContainer container)
throws org.geomajas.global.GeomajasException
- Specified by:
execute in interface org.geomajas.service.pipeline.PipelineStep<org.geomajas.layer.pipeline.GetFeaturesContainer>
- Throws:
org.geomajas.global.GeomajasException
Copyright © 2012 Geosparc. All Rights Reserved.