Uses of Class
javax.microedition.location.RectangleGeographicArea

Packages that use RectangleGeographicArea
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 RectangleGeographicArea in javax.microedition.location
 

Methods in javax.microedition.location that return RectangleGeographicArea
 RectangleGeographicArea RectangleGeographicArea.getBoundingBox()
           
 RectangleGeographicArea PolygonGeographicArea.getBoundingBox()
           
abstract  RectangleGeographicArea GeographicArea.getBoundingBox()
          Returns the RectangleGeographicArea object that surrounds this geographic area completely.
 RectangleGeographicArea CircleGeographicArea.getBoundingBox()
           
 

Uses of RectangleGeographicArea in javax.microedition.location.services
 

Methods in javax.microedition.location.services that return RectangleGeographicArea
 RectangleGeographicArea RouteSegment.getGeographicArea()
          Returns the RectangleGeographicArea of the route segment.
 RectangleGeographicArea Route.getGeographicArea()
          Returns the RectangleGeographicArea of the route.
 RectangleGeographicArea Map.getViewport()
          Returns a RectangleGeographicArea object that defines the current viewport to the map.
 

Methods in javax.microedition.location.services with parameters of type RectangleGeographicArea
 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.
 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.
 boolean Map.setViewport(RectangleGeographicArea area)
          Set a new viewport to the map.
 boolean ProviderCapabilities.supportsArea(RectangleGeographicArea area)
          With this method an application may check if a service provider has a specified information about the given geographical area.
 



Copyright © 2003-2008 Nokia Corporation. All Rights Reserved.
Java is a trademark of Sun Microsystems, Inc.