Package | Description |
---|---|
com.cinterion.location | |
java.util |
MID Profile Utility Classes included from Java 2 Standard
Edition.
|
Modifier and Type | Method and Description |
---|---|
Enumeration |
LandmarkStore.getCategories()
Returns the category names that are defined in this
LandmarkStore . |
Enumeration |
LandmarkStore.getLandmarks()
Returns all landmarks stored in the landmark store.
|
Enumeration |
LandmarkStore.getLandmarks(String category,
double minLatitude,
double maxLatitude,
double minLongitude,
double maxLongitude)
Lists all the landmarks that are within an area.
|
Enumeration |
LandmarkStore.getLandmarks(String category,
String name)
Returns all landmarks where the
category and/or name matches the given parameters.
|
Modifier and Type | Method and Description |
---|---|
Enumeration |
Vector.elements()
Returns an enumeration of the components of this vector.
|
Enumeration |
Hashtable.elements()
Returns an enumeration of the values in this hashtable.
|
Enumeration |
Hashtable.keys()
Returns an enumeration of the keys in this hashtable.
|
Copyright (c) 1990, 2012, Oracle and/or its affiliates. All rights reserved.