- getActions() - Method in class javax.microedition.location.LocationPermission
-
- getAddressInfo() - Method in class javax.microedition.location.Landmark
-
Gets the AddressInfo of the landmark.
- getAddressInfo() - Method in class javax.microedition.location.Location
-
Returns the AddressInfo associated with this Location object.
- getAltitude() - Method in class javax.microedition.location.Coordinates
-
Returns the altitude component of this coordinate.
- getCategories() - Method in class javax.microedition.location.LandmarkStore
-
Returns the category names that are defined in this LandmarkStore.
- getCompassAzimuth() - Method in class javax.microedition.location.Orientation
-
Returns the terminal's horizontal compass azimuth in degrees relative to either
magnetic or true north.
- getCourse() - Method in class javax.microedition.location.Location
-
Returns the terminal's course made good in degrees relative to true north.
- getDescription() - Method in class javax.microedition.location.Landmark
-
Gets the landmark description.
- getExtraInfo(String) - Method in class javax.microedition.location.Location
-
Returns extra information about the location.
- getField(int) - Method in class javax.microedition.location.AddressInfo
-
Returns the value of an address field.
- getHorizontalAccuracy() - Method in class javax.microedition.location.Criteria
-
Returns the horizontal accuracy value set in this Criteria.
- getHorizontalAccuracy() - Method in class javax.microedition.location.QualifiedCoordinates
-
Returns the horizontal accuracy of the location in meters (1-sigma standard
deviation).
- getInstance(String) - Static method in class javax.microedition.location.LandmarkStore
-
Gets a LandmarkStore instance for storing, deleting and retrieving landmarks.
- getInstance(Criteria) - Static method in class javax.microedition.location.LocationProvider
-
This factory method is used to get an actual LocationProvider implementation based
on the defined criteria.
- getLandmarks() - Method in class javax.microedition.location.LandmarkStore
-
Lists all landmarks stored in the store.
- getLandmarks(String, double, double, double, double) - Method in class javax.microedition.location.LandmarkStore
-
Lists all the landmarks that are within an area defined by bounding minimum and
maximum latitude and longitude and belong to the defined category, if specified.
- getLandmarks(String, String) - Method in class javax.microedition.location.LandmarkStore
-
Gets the Landmarks from the storage where the category and/or name matches the
given parameters.
- getLastKnownLocation() - Static method in class javax.microedition.location.LocationProvider
-
Returns the last known location that the implementation has.
- getLatitude() - Method in class javax.microedition.location.Coordinates
-
Returns the latitude component of this coordinate.
- getLocation(int) - Method in class javax.microedition.location.LocationProvider
-
Retrieves a Location with the constraints given by the Criteria associated with
this class.
- getLocationMethod() - Method in class javax.microedition.location.Location
-
Returns information about the location method used.
- getLongitude() - Method in class javax.microedition.location.Coordinates
-
Returns the longitude component of this coordinate.
- getName() - Method in class javax.microedition.location.Landmark
-
Gets the landmark name.
- getOrientation() - Static method in class javax.microedition.location.Orientation
-
Returns the terminal's current orientation.
- getPitch() - Method in class javax.microedition.location.Orientation
-
Returns the terminal's tilt in degrees defined as an angle in the vertical plane
orthogonal to the ground, and through the longitudinal axis of the terminal.
- getPreferredPowerConsumption() - Method in class javax.microedition.location.Criteria
-
Returns the preferred power consumption.
- getPreferredResponseTime() - Method in class javax.microedition.location.Criteria
-
Returns the preferred maximum response time.
- getQualifiedCoordinates() - Method in class javax.microedition.location.Landmark
-
Gets the QualifiedCoordinates of the landmark.
- getQualifiedCoordinates() - Method in class javax.microedition.location.Location
-
Returns the coordinates of this location and their accuracy.
- getRoll() - Method in class javax.microedition.location.Orientation
-
Returns the terminal's rotation in degrees around its own longitudinal axis.
- getSpeed() - Method in class javax.microedition.location.Location
-
Returns the terminal's current ground speed in meters per second (m/s) at the time
of measurement.
- getState() - Method in class javax.microedition.location.LocationProvider
-
Returns the current state of this LocationProvider.
- getTimestamp() - Method in class javax.microedition.location.Location
-
Returns the time stamp at which the data was collected.
- getVerticalAccuracy() - Method in class javax.microedition.location.Criteria
-
Returns the vertical accuracy value set in this Criteria.
- getVerticalAccuracy() - Method in class javax.microedition.location.QualifiedCoordinates
-
Returns the accuracy of the location in meters in vertical direction (orthogonal to
ellipsoid surface, 1-sigma standard deviation).