Esri Geoportal Server
1.0

com.esri.gpt.control.livedata
Interface IRendererFactory


public interface IRendererFactory

Renderer factory. Provides mechanizm to create instance of the renderer corresponding to the specific URL.


Method Summary
 boolean isDefinitive()
          Checks if factory represents definitive protocol.
 void register(IRegistry reg, ISetter setter, String url)
          Registers URL.
 

Method Detail

register

void register(IRegistry reg,
              ISetter setter,
              String url)
Registers URL.

Parameters:
reg - registry
setter - renderer setter
url - URL to register

isDefinitive

boolean isDefinitive()
Checks if factory represents definitive protocol. Definitive protocol is the one when responds to the initial request it can be considered as the only choice.

Returns:
true if protocol is definitive;

Esri Geoportal Server
1.0

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