java.lang.Object
javax.microedition.location.LandmarkStore
public void addCategory(java.lang.String categoryName)
throws LandmarkException,
java.io.IOException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void addLandmark(Landmark landmark,
java.lang.String category)
throws java.io.IOException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static void createLandmarkStore(java.lang.String storeName)
throws java.io.IOException,
LandmarkException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void deleteCategory(java.lang.String categoryName)
throws LandmarkException,
java.io.IOException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void deleteLandmark(Landmark lm)
throws java.io.IOException,
LandmarkException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static void deleteLandmarkStore(java.lang.String storeName)
throws java.io.IOException,
LandmarkException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public java.util.Enumeration getCategories()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static LandmarkStore getInstance(java.lang.String storeName)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public java.util.Enumeration getLandmarks()
throws java.io.IOException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public java.util.Enumeration getLandmarks(java.lang.String category,
double minLatitude,
double maxLatitude,
double minLongitude,
double maxLongitude)
throws java.io.IOException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public java.util.Enumeration getLandmarks(java.lang.String category,
java.lang.String name)
throws java.io.IOException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static java.lang.String[] listLandmarkStores()
throws java.io.IOException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void removeLandmarkFromCategory(Landmark lm,
java.lang.String category)
throws java.io.IOException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void updateLandmark(Landmark lm)
throws java.io.IOException,
LandmarkException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples