Esri Geoportal Server
1.0

com.esri.gpt.control.livedata
Class LiveDataRendererFactoryBuilder

java.lang.Object
  extended by com.esri.gpt.control.livedata.LiveDataRendererFactoryBuilder

public class LiveDataRendererFactoryBuilder
extends Object

Live Data Renderer factory builder.


Constructor Summary
LiveDataRendererFactoryBuilder()
           
 
Method Summary
 Collection<IRendererFactory> buildFactories(String contextPath, String proxyUrl, String kmzBridge)
          Builds collection of factories.
static LiveDataRendererFactoryBuilder newBuilder()
          Creates instance of the new builder.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LiveDataRendererFactoryBuilder

public LiveDataRendererFactoryBuilder()
Method Detail

newBuilder

public static LiveDataRendererFactoryBuilder newBuilder()
Creates instance of the new builder.

Returns:
instance of builder

buildFactories

public Collection<IRendererFactory> buildFactories(String contextPath,
                                                   String proxyUrl,
                                                   String kmzBridge)
Builds collection of factories.

Parameters:
contextPath - context path
proxyUrl - proxy URL
kmzBridge - KMZ bridge
Returns:
collection of instances of factories

Esri Geoportal Server
1.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.