Uses of Class
com.openlapi.LandmarkException

Packages that use LandmarkException
com.openlapi   
 

Uses of LandmarkException in com.openlapi
 

Methods in com.openlapi that throw LandmarkException
 void LandmarkStore.addCategory(java.lang.String categoryName)
          Adds a category to this LandmarkStore.
static void LandmarkStore.createLandmarkStore(java.lang.String storeName)
          Creates a new landmark store with a specified name.
 void LandmarkStore.deleteCategory(java.lang.String categoryName)
          Removes a category from this LandmarkStore.
 void LandmarkStore.deleteLandmark(Landmark lm)
          Deletes a landmark from this LandmarkStore.
static void LandmarkStore.deleteLandmarkStore(java.lang.String storeName)
          Delete a landmark store with a specified name.
 void LandmarkStore.updateLandmark(Landmark lm)
          Updates the information about a landmark.