Uses of Class
javax.microedition.location.LandmarkException

Packages that use LandmarkException
javax.microedition.location Contains the basic classes needed to request and get a location result. 
 

Uses of LandmarkException in javax.microedition.location
 

Methods in javax.microedition.location that throw LandmarkException
 void LandmarkStore.addCategory(java.lang.String categoryName)
          Adds a category to this LandmarkStore.
 void LandmarkStore.addLandmarkStoreListener(LandmarkStoreListener listener)
          Adds a LandmarkStoreListener that is notified when there are changes in the specified landmark store.
static void LandmarkStore.createLandmarkStore(java.lang.String storeName)
          Creates a new landmark store with a specified name.
static java.lang.String LandmarkStore.createLandmarkStore(java.lang.String storeName, int authMode)
          Creates a new landmark store with a specified name and access restrictions.
 void LandmarkStore.deleteCategory(java.lang.String categoryName)
          Removes a category from this LandmarkStore.
 void LandmarkStore.deleteLandmark(Landmark landmark)
          Deletes a landmark from this LandmarkStore.
static void LandmarkStore.deleteLandmarkStore(java.lang.String storeName)
          Delete a landmark store with a specified name.
 java.util.Enumeration LandmarkStore.getCategoriesOfLandmark(Landmark landmark)
          Returns the landmark categories for the specified landmark.
 int ExchangeFormatHandler.importLandmarks(java.io.InputStream input, LandmarkStore store, java.lang.String additionalCategory, boolean forced)
          Imports landmarks from the specified input stream to the specified landmark store.
 void LandmarkStore.renameCategory(java.lang.String oldCategoryName, java.lang.String newCategoryName)
          Renames a landmark category.
 void LandmarkStore.updateLandmark(Landmark landmark)
          Updates the information about a landmark.
 



Copyright © 2003-2008 Nokia Corporation. All Rights Reserved.
Java is a trademark of Sun Microsystems, Inc.