|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GeographicArea | |
---|---|
javax.microedition.location | Contains the basic classes needed to request and get a location result. |
javax.microedition.location.services | Contains the classes and interfaces related to location based services. |
Uses of GeographicArea in javax.microedition.location |
---|
Subclasses of GeographicArea in javax.microedition.location | |
---|---|
class |
CircleGeographicArea
This class represents a circular geographical area on WGS 84 Ellipsoid (see reference [WGS84]). |
class |
PolygonGeographicArea
This class represents a polygon geographical area on WGS 84 Ellipsoid (see reference [WGS84]). |
class |
RectangleGeographicArea
This class represents a rectangular geographical area on WGS 84 Ellipsoid (see reference [WGS84]). |
Methods in javax.microedition.location that return GeographicArea | |
---|---|
GeographicArea |
Landmark.getGeographicArea()
Returns the coverage area of the landmark. |
Methods in javax.microedition.location with parameters of type GeographicArea | |
---|---|
static void |
LocationProvider.addAreaListener(AreaListener listener,
GeographicArea area,
Criteria criteria,
int interval)
Adds an AreaListener for updates when a boundary of
the specified geographical area is crossed. |
static void |
LocationProvider.addAreaListener(AreaListener listener,
GeographicArea area,
int[] preferredLocationMethods,
java.lang.String parameters,
int interval)
Adds an AreaListener for updates when a boundary of
the specified geographical area is crossed. |
void |
AreaListener.areaEvent(GeographicArea area,
Location location)
After registering this listener with the LocationProvider ,
this method will be called by the platform when the implementation
detects that the current location of the terminal has crossed the boundary
of the registered geographical area. |
Landmark[] |
LandmarkStore.getLandmarks(GeographicArea areaFilter,
AddressInfo addrFilter,
java.lang.String nameFilter,
java.lang.String descFilter,
java.lang.String authorFilter,
java.lang.String catFilter,
Coordinates distFrom,
int maxResults,
int sortOrder,
int sortBy)
With this method an application can search landmarks in the store using filters. |
void |
Landmark.setGeographicArea(GeographicArea area)
Sets the coverage area for the landmark. |
Constructors in javax.microedition.location with parameters of type GeographicArea | |
---|---|
Landmark(java.lang.String name,
java.lang.String description,
QualifiedCoordinates coordinates,
AddressInfo addressInfo,
int identifier,
GeographicArea area,
java.lang.String author,
java.lang.String[][] urls,
java.lang.String[] extraInfo)
Constructs a new Landmark object with the values specified. |
Uses of GeographicArea in javax.microedition.location.services |
---|
Methods in javax.microedition.location.services that return GeographicArea | |
---|---|
GeographicArea[] |
NavigationServicePreferences.getAreasToAvoid()
Returns an array of geographical areas that should be avoided in the navigation and route generation. |
GeographicArea |
NavigationInstruction.getCoverageArea()
Returns the coverage area of the instruction. |
Methods in javax.microedition.location.services with parameters of type GeographicArea | |
---|---|
void |
MapServiceProvider.displayMap(RectangleGeographicArea initialViewport,
GeographicArea[] areas,
Landmark[] landmarks,
Coordinates[] coordinates,
Route[] routes,
MapServicePreferences preferences,
MapServiceListener listener)
Requests a map service provider to display a map. |
Landmark[] |
GeocodingServiceProvider.geocode(AddressInfo address,
GeographicArea locationHint,
GeocodingServicePreferences preferences)
Requests a geocoding service from a geocoding service provider. |
Landmark[] |
GeocodingServiceProvider.geocode(java.lang.String criterion,
GeographicArea locationHint,
GeocodingServicePreferences preferences)
Requests a geocoding service from a geocoding service provider. |
Map |
MapServiceProvider.getMap(RectangleGeographicArea initialViewport,
GeographicArea[] areas,
Landmark[] landmarks,
Coordinates[] coordinates,
Route[] routes,
int width,
int height,
MapServiceListener listener)
Requests a Map object from a map service provider. |
void |
MapServiceListener.selectionUpdated(MapServiceProvider provider,
GeographicArea[] areas,
Landmark[] landmarks,
Coordinates[] coordinates,
Route[] routes)
Called by the map service provider when an application has requested a selection or multiple selections from the map from the user. |
void |
NavigationServicePreferences.setAreasToAvoid(GeographicArea[] areas)
Sets the areas to be avoided in navigation and route generation. |
Constructors in javax.microedition.location.services with parameters of type GeographicArea | |
---|---|
NavigationInstruction(java.lang.Object instruction,
java.lang.String mimeType,
GeographicArea coverageArea)
Constructs a NavigationInstruction object with the given
parameters. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |