NASA World Wind

gov.nasa.worldwind
Class PlaceNameServiceSet

java.lang.Object
  extended by gov.nasa.worldwind.PlaceNameServiceSet

public class PlaceNameServiceSet
extends Object


Constructor Summary
PlaceNameServiceSet()
           
 
Method Summary
 boolean addService(PlaceNameService placeNameService, boolean replace)
           
 PlaceNameServiceSet deepCopy()
           
 PlaceNameService getService(int index)
           
 int getServiceCount()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlaceNameServiceSet

public PlaceNameServiceSet()
Method Detail

addService

public boolean addService(PlaceNameService placeNameService,
                          boolean replace)
Parameters:
placeNameService -
replace -
Returns:
Throws:
IllegalArgumentException - if placeNameService is null

deepCopy

public final PlaceNameServiceSet deepCopy()

getService

public final PlaceNameService getService(int index)

getServiceCount

public final int getServiceCount()

NASA World Wind