Uses of Class
javax.microedition.location.LandmarkStore

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

Uses of LandmarkStore in javax.microedition.location
 

Methods in javax.microedition.location that return LandmarkStore
static LandmarkStore LandmarkStore.getInstance(java.lang.String storeName)
          Gets a LandmarkStore instance for storing, deleting and retrieving landmarks.
 

Methods in javax.microedition.location with parameters of type LandmarkStore
 void ExchangeFormatHandler.exportAllLandmarks(LandmarkStore store, java.lang.String additionalCategory, java.io.OutputStream output)
          Exports all landmarks in the landmark store to the specified output stream.
 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.
 



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