Geomajas, Geomajas gwt face, example application code 1.11.1

org.geomajas.gwt.example.server.samples
Class ProcessFeaturesPipelineStep

java.lang.Object
  extended by 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

Constructor Summary
ProcessFeaturesPipelineStep()
           
 
Method Summary
 void execute(org.geomajas.service.pipeline.PipelineContext context, org.geomajas.layer.pipeline.GetFeaturesContainer container)
           
 String getId()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessFeaturesPipelineStep

public ProcessFeaturesPipelineStep()
Method Detail

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

Geomajas, Geomajas gwt face, example application code 1.11.1

Copyright © 2012 Geosparc. All Rights Reserved.