NASA World Wind

gov.nasa.worldwind.layers.placename
Class PlaceNameServiceSet

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

public class PlaceNameServiceSet
extends java.lang.Object


Constructor Summary
PlaceNameServiceSet()
           
 
Method Summary
 boolean addService(PlaceNameService placeNameService, boolean replace)
           
 PlaceNameServiceSet deepCopy()
           
 long getExpiryTime()
           
 PlaceNameService getService(int index)
           
 PlaceNameService getService(java.lang.String name)
           
 int getServiceCount()
           
 java.util.List<PlaceNameService> getServices()
           
 void setExpiryTime(long expiryTime)
           
 
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:
java.lang.IllegalArgumentException - if placeNameService is null

deepCopy

public final PlaceNameServiceSet deepCopy()

getExpiryTime

public final long getExpiryTime()

getService

public final PlaceNameService getService(int index)

getService

public PlaceNameService getService(java.lang.String name)

getServiceCount

public final int getServiceCount()

getServices

public java.util.List<PlaceNameService> getServices()

setExpiryTime

public final void setExpiryTime(long expiryTime)

NASA World Wind