Package org.eclipse.nebula.widgets.geomap.jface

  • Interface Summary 
    Interface Description
    IPinPointProvider
    Interface for telling a GeoMapViewer the position of the tip of an icon, e.g.
    IToolTipProvider
    Interface for providing the tool tip of an element shown by the GeoMapViewer
    Located
    Interface to provide a location for an object, as a PointD with longitude, latitude coordinates.
    LocationProvider
    Interface to provide a location for a given element, as a PointD with longitude, latitude coordinates.
  • Class Summary 
    Class Description
    GeoMapViewer
    A JFace viewer for the GeoMap widget, that shows the geo-location of the input elements.
    GoogleIconDescriptor
    ImageDescriptor that downloads the image data from https://chart.googleapis.com/ Typically used by a LabelProvider with an ImageRegistry to provide map icons.
    GoogleIconDescriptor.Options
    Options for the GoogleIconDescriptor
    GoogleMapsSearchServer
    A SearchServer using Google maps
    GoogleMapsSearchServer.SearchResult
    The SearchResult returned from the GoogleMapsSearchServer
    LabelImageProvider
    A default implementation of a LabelProvider that uses a GoogleIconDescriptor to create a bubble image with the text returned by getText.
    Located.Static
    A base implementation for read-only locations
    OsmSearchServer
    A SearchServer using Open Street Map
    OsmSearchServer.SearchResult
    The SearchResult returned from the OsmSearchServer
    SearchServer
    An abstract super class for search servers
    SearchServer.Result