gov.nasa.worldwind.layers.placename
Class PlaceNameServiceSet
java.lang.Object
gov.nasa.worldwind.layers.placename.PlaceNameServiceSet
public class PlaceNameServiceSet
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlaceNameServiceSet
public PlaceNameServiceSet()
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)