A B C D E F G H I L M N O P Q R S T U V W X Z

A

AbstractProjection - Class in com.maryanovsky.map.client.projections
A useful base class for Projection implementations.
AbstractProjection(ZoomStrategy, int, SizeView, boolean) - Constructor for class com.maryanovsky.map.client.projections.AbstractProjection
Creates a new AbstractProjection with the specified arguments.
AbstractResponseHandler - Class in com.maryanovsky.gwtutils.client
A base implementation of a RequestCallback.
AbstractResponseHandler(String) - Constructor for class com.maryanovsky.gwtutils.client.AbstractResponseHandler
Creates a new AbstractResponseHandler with the specified URL of the request.
add(ChangeListener) - Method in class com.maryanovsky.gwtutils.client.ChangeListenerList
Adds the specified ChangeListener to the list.
add(ReadyListener<T>) - Method in class com.maryanovsky.gwtutils.client.DelegatingReadyListenerCollection
Adds the specified ready listener to get notified when one of the sources we are registered with changes its ready state.
add(Widget) - Method in class com.maryanovsky.gwtutils.client.PilePanel
Adds the specified widget to this panel at z-index 0.
add(Widget, int) - Method in class com.maryanovsky.gwtutils.client.PilePanel
Adds the specified widget at the specified z-index.
add(String, PropertyChangeListener) - Method in class com.maryanovsky.gwtutils.client.PropertyChangeListenerList
Adds the specified listener to be notified when the property with the specified name changes.
addChangeListener(ChangeListener) - Method in class com.maryanovsky.map.client.MapLocationModel
Adds the specified ChangeListener to receive notifications when this MapLocationModel changes.
addClickListener(ClickListener) - Method in class com.maryanovsky.gwtutils.client.ImageButton
addDependentStyleName(Widget, String) - Static method in class com.maryanovsky.gwtutils.client.UiUtils
Adds a dependent style name to the specified widget.
addDialogButtons(HorizontalPanel, List<? extends Widget>) - Static method in class com.maryanovsky.gwtutils.client.UiUtils
Adds the specified dialog buttons to the specified panel.
added(MapWidget) - Method in interface com.maryanovsky.map.client.Overlay
Invoked when the overlay is added to the MapWidget.
added(MapWidget) - Method in class com.maryanovsky.map.client.WidgetOverlay
Adds the widget to the map's overlay panel.
addField(String, Widget) - Method in class com.maryanovsky.gwtutils.client.Form
Adds a field with the specified name.
addField(String, Widget, String) - Method in class com.maryanovsky.gwtutils.client.Form
Adds a field with the specified name and suffix.
addField(String, HasVerticalAlignment.VerticalAlignmentConstant, HasHorizontalAlignment.HorizontalAlignmentConstant, Widget, HasVerticalAlignment.VerticalAlignmentConstant, HasHorizontalAlignment.HorizontalAlignmentConstant, String, HasVerticalAlignment.VerticalAlignmentConstant, HasHorizontalAlignment.HorizontalAlignmentConstant) - Method in class com.maryanovsky.gwtutils.client.Form
Adds a field with the specified name and suffix.
addFullSize(Panel, Widget) - Static method in class com.maryanovsky.gwtutils.client.UiUtils
Adds the specified widget to the specified absolute panel and makes it occupy the panel fully.
addInCorner(Panel, Widget, Alignment, SizeView) - Static method in class com.maryanovsky.gwtutils.client.UiUtils
Adds the specified widget to the specified corner of the specified panel with the specified offset from the borders.
addMouseListener(MouseListener) - Method in class com.maryanovsky.gwtutils.client.UserEventManager
SourcesMouseEvents implementation.
addMouseWheelListener(MouseWheelListener) - Method in class com.maryanovsky.gwtutils.client.UserEventManager
SourcesMouseWheelEvents implementation.
addOverlay(Overlay) - Method in class com.maryanovsky.map.client.MapWidget
Adds an overlay to this MapWidget.
addOverlays(Collection<Overlay>) - Method in class com.maryanovsky.map.client.MapWidget
A convenience method for adding a collection of overlays.
addParam(String, Object) - Method in class com.maryanovsky.gwtutils.client.UrlBuilder
Adds the specified parameter to the URL.
addParam(String, int) - Method in class com.maryanovsky.gwtutils.client.UrlBuilder
Adds the specified integer parameter to the URL.
addParam(String, double) - Method in class com.maryanovsky.gwtutils.client.UrlBuilder
Adds the specified double parameter to the URL.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class com.maryanovsky.map.client.MapWidget
Adds the specified PropertyChangeListener to be notified when the property with the specified name changes.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class com.maryanovsky.map.client.WidgetOverlay
Registers the specified property change listener to be notified when the specified property of this overlay changes.
addRelatedFieldGap() - Method in class com.maryanovsky.gwtutils.client.Form
Adds a related gap following the last field.
addStage(Widget) - Method in class com.maryanovsky.gwtutils.client.Wizard
Adds a stage to the (end of the) stages of this wizard.
addUnrelatedFieldGap() - Method in class com.maryanovsky.gwtutils.client.Form
Adds an unrelated gap following the last field.
addWidgets(HorizontalPanel, List<? extends Widget>) - Static method in class com.maryanovsky.gwtutils.client.UiUtils
Adds the specified widgets to the specified horizontal panel in reading order.
Alignment - Enum in com.maryanovsky.gwtutils.client
Convenient constants for placement to be used instead of a pair of alignment constants.
AlignPanel - Class in com.maryanovsky.gwtutils.client
A panel which positions its sole child in one of the 9 locations defined by the combination of the 3 horizontal positions left,center,right and the 3 vertical positions top,center,bottom.
AlignPanel(HasHorizontalAlignment.HorizontalAlignmentConstant, HasVerticalAlignment.VerticalAlignmentConstant) - Constructor for class com.maryanovsky.gwtutils.client.AlignPanel
Creates a new DockPositionPanel with the specified horizontal and vertical alignment.
AlignPanel(Alignment) - Constructor for class com.maryanovsky.gwtutils.client.AlignPanel
Creates a new AlignPanel with the specified alignment.
AlignPanel(Widget, HasHorizontalAlignment.HorizontalAlignmentConstant, HasVerticalAlignment.VerticalAlignmentConstant) - Constructor for class com.maryanovsky.gwtutils.client.AlignPanel
Creates a new AlignPanel with the specified child placed at at the specified position.
AlignPanel(Widget, Alignment) - Constructor for class com.maryanovsky.gwtutils.client.AlignPanel
Creates a new AlignPanel with the specified child placed at the specified position.
ANCHOR_PROPERTY_NAME - Static variable in class com.maryanovsky.map.client.WidgetOverlay
The name of the anchor property.
ANIMATED_PAN_MAP_ACTION - Static variable in class com.maryanovsky.map.client.MapWidget
A click action which pans the map with animation to the clicked point.
ANIMATED_ZOOM_ACTION - Static variable in class com.maryanovsky.map.client.MapWidget
A mouse wheel action which zooms the map in on a scroll-up event and zooms it out on a scroll-down event, with animation, if supported.
ANIMATED_ZOOM_IN_ACTION - Static variable in class com.maryanovsky.map.client.MapWidget
A click action which zooms the map in by one zoom and moves it to the clicked point, with animation, if supported.
Animation - Class in com.maryanovsky.gwtutils.client
A convenient method to perform animations.
Animation(int, int) - Constructor for class com.maryanovsky.gwtutils.client.Animation
Creates a new Animation with the specified duration (in milliseconds) and frames per second to display.
Animation(int) - Constructor for class com.maryanovsky.gwtutils.client.Animation
Creates a new Animation with the specified duration, displaying 25 frames per second.
animationEnd() - Method in class com.maryanovsky.gwtutils.client.Animation
Invoked after the animation is done.
animationStart() - Method in class com.maryanovsky.gwtutils.client.Animation
Invoked before the first frame of the animation is displayed.
applyPngHack(Image, String, Size) - Static method in class com.maryanovsky.gwtutils.client.UiUtils
Applies the IE PNG hack to the specified image.
applyTemporaryOffset() - Method in class com.maryanovsky.map.client.MapWidget
Makes the temporary offset permanent and clears it.
applyTo(Image) - Method in class com.maryanovsky.gwtutils.client.UrlImagePrototype
areEqual(Object, Object) - Static method in class com.maryanovsky.gwtutils.client.Utils
Returns whether the two specified objects are equal.
atan2(double, double) - Static method in class com.maryanovsky.gwtutils.client.MathUtils
Returns the angle component of the polar coordinates of the specified cartesian coordinates (for some reason, there's no atan2 method in GWT's java.lang.Math).

B

becameReady(T) - Method in class com.maryanovsky.gwtutils.client.DelegatingReadyListenerCollection
Notifies our ready listeners of the change.
becameReady(IT) - Method in class com.maryanovsky.gwtutils.client.GroupReadyListener
Invoked when an item becomes ready.
becameReady(T) - Method in interface com.maryanovsky.gwtutils.client.ReadyListener
Invoked when the entity becomes ready.
becameUnready(T) - Method in class com.maryanovsky.gwtutils.client.DelegatingReadyListenerCollection
Notifies our ready listeners of the change.
becameUnready(IT) - Method in class com.maryanovsky.gwtutils.client.GroupReadyListener
Invoked when the item becomes unready.
becameUnready(T) - Method in interface com.maryanovsky.gwtutils.client.ReadyListener
Invoked when the entity becomes unready.
bottom() - Method in interface com.maryanovsky.map.client.widgets.zoom.LargeZoomWidget.Images
Returns the image prototype of the ladder's bottom.
BoundingBox - Class in com.maryanovsky.map.client.opengis.wms
Encapsulates a bounding box as defined by the Web Map Service Implementation Specification.
BoundingBox(Element) - Constructor for class com.maryanovsky.map.client.opengis.wms.BoundingBox
Creates a new BoundingBox from the specified BoundingBox or LatLonBoundingBox element that defines it.
BrowserUtils - Class in com.maryanovsky.gwtutils.client
Various browser related or browser specific utilities.
BrowserUtils() - Constructor for class com.maryanovsky.gwtutils.client.BrowserUtils
 

C

Callback<T> - Interface in com.maryanovsky.gwtutils.client
A generic callback interface.
callBack(T) - Method in interface com.maryanovsky.gwtutils.client.Callback
The called back method.
cancel(String, ImageLoadListener) - Static method in class com.maryanovsky.gwtutils.client.ImageLoadingManager
Removes the specified url from the loading queue.
cancelCurrentEvent() - Static method in class com.maryanovsky.gwtutils.client.UiUtils
Cancels processing of the current event by cancalling bubble and preventing the default action on event from occurring.
Capabilities - Class in com.maryanovsky.map.client.opengis.wms
Represents the capabilities of a Web Map Service as defined by the Web Map Service Implementation Specification.
Capabilities(Document) - Constructor for class com.maryanovsky.map.client.opengis.wms.Capabilities
Parses the specified Capabilities response XML document and creates a Capabilities object from it.
Capabilities.ContactInformation - Class in com.maryanovsky.map.client.opengis.wms
Encapsulates the contact information sent as part of a Capabilities response.
Capabilities.ContactInformation.Address - Class in com.maryanovsky.map.client.opengis.wms
Encapsulates the contact address.
Capabilities.GetMapRequestInfo - Class in com.maryanovsky.map.client.opengis.wms
Encapsulates information about the GetMap capabilities of the service.
Capabilities.ImageUrl - Class in com.maryanovsky.map.client.opengis.wms
The class for URLs of images, which also specify the format (mime-type) and size of the image.
Capabilities.Layer - Class in com.maryanovsky.map.client.opengis.wms
Encapsulates information about a map layer.
Capabilities.Layer.Attribution - Class in com.maryanovsky.map.client.opengis.wms
Encapsulates the Attribution of a layer.
Capabilities.Layer.Dimension - Class in com.maryanovsky.map.client.opengis.wms
Encapsulates a Dimension.
Capabilities.Layer.Extent - Class in com.maryanovsky.map.client.opengis.wms
Encapsulates the Extent of a Dimension.
Capabilities.Layer.Identifier - Class in com.maryanovsky.map.client.opengis.wms
Encapsulates an Identifier of a layer.
Capabilities.Layer.MetadataUrl - Class in com.maryanovsky.map.client.opengis.wms
Encapsulates a Metadata URL regarding a layer.
Capabilities.Layer.ScaleHint - Class in com.maryanovsky.map.client.opengis.wms
Encapsulates a ScaleHint; a hint of minimum and maximum scales at which it is appropriate to display a layer.
Capabilities.Layer.Style - Class in com.maryanovsky.map.client.opengis.wms
Encapsulates a Style for a layer.
Capabilities.ResponseHandler - Class in com.maryanovsky.map.client.opengis.wms
The handler of the response to a GetCapabilities request.
Capabilities.ResponseHandler(String, ResultCallback<Capabilities>) - Constructor for class com.maryanovsky.map.client.opengis.wms.Capabilities.ResponseHandler
Creates a new Capabilities.ResponseHandler with the specified request URL and callback to which the resulting Capabilities object is delivered.
Capabilities.TileSet - Class in com.maryanovsky.map.client.opengis.wms
Encapsulates information about a tile set as defined by the WMS Tiling Client Recommendation.
Capabilities.UrlWithFormat - Class in com.maryanovsky.map.client.opengis.wms
The base class for various classes which specify a URL and the format (mime-type) of the document at that URL.
Capabilities.UrlWithFormat(Element) - Constructor for class com.maryanovsky.map.client.opengis.wms.Capabilities.UrlWithFormat
Creates a new Capabilities.UrlWithFormat object from the element that defines it.
ChangeEvent - Class in com.maryanovsky.gwtutils.client
The event for some kind of change.
ChangeEvent(Object) - Constructor for class com.maryanovsky.gwtutils.client.ChangeEvent
Creates a new ChangeEvent with the specified source object.
ChangeListener - Interface in com.maryanovsky.gwtutils.client
The interface for receiving notifications of some kind of state change.
ChangeListenerList - Class in com.maryanovsky.gwtutils.client
A convenience class for managing ChangeListeners.
ChangeListenerList() - Constructor for class com.maryanovsky.gwtutils.client.ChangeListenerList
 
checkTagName(Element, String) - Static method in class com.maryanovsky.gwtutils.client.ParseUtils
If the specified element's tag name equals to the specified value, returns quietly.
checkVersionCompatible(Document) - Static method in class com.maryanovsky.map.client.opengis.wms.Wms
Checks that the specified document uses a WMS version compatible with the one implemented by this package.
clampToLegal(int) - Method in class com.maryanovsky.map.client.MapLocationModel
Returns the nearest legal zoom to the specified one.
ClickAction - Interface in com.maryanovsky.gwtutils.client
An action which may be invoked when a mouse button is clicked.
clone(String[]) - Static method in class com.maryanovsky.gwtutils.client.Utils
Creates a shallow copy of the specified String array.
com.maryanovsky.gwtutils.client - package com.maryanovsky.gwtutils.client
 
com.maryanovsky.map.client - package com.maryanovsky.map.client
 
com.maryanovsky.map.client.google - package com.maryanovsky.map.client.google
 
com.maryanovsky.map.client.opengis.wms - package com.maryanovsky.map.client.opengis.wms
 
com.maryanovsky.map.client.projections - package com.maryanovsky.map.client.projections
 
com.maryanovsky.map.client.widgets.overview - package com.maryanovsky.map.client.widgets.overview
 
com.maryanovsky.map.client.widgets.scale - package com.maryanovsky.map.client.widgets.scale
 
com.maryanovsky.map.client.widgets.zoom - package com.maryanovsky.map.client.widgets.zoom
 
confirmed(Object) - Method in interface com.maryanovsky.gwtutils.client.DialogCallback
Invoked when the user confirmed whatever it is the dialog asked him.
contains(PointView) - Method in class com.maryanovsky.gwtutils.client.Rectangle
Returns whether this rectangle contains the specified point.
contains(RectangleView) - Method in class com.maryanovsky.gwtutils.client.Rectangle
Returns whether this rectangle contains the specified one.
contains(PointView) - Method in interface com.maryanovsky.gwtutils.client.RectangleView
Returns whether this rectangle contains the specified point.
contains(RectangleView) - Method in interface com.maryanovsky.gwtutils.client.RectangleView
Returns whether this rectangle contains the specified one.
createBoundsWidget() - Method in class com.maryanovsky.map.client.widgets.overview.OverviewMapWidget
Creates the widget to display the display bounds of the main map widget on the overview widget.
createGlobalInstance(String) - Static method in class com.maryanovsky.map.client.google.GoogleMaps
Creates the global GoogleMaps instance using the specified Google Maps API key.
createImage() - Method in class com.maryanovsky.gwtutils.client.UrlImagePrototype
createMap(Capabilities, List<Capabilities.TileSet>, boolean) - Static method in class com.maryanovsky.map.client.opengis.wms.Wms
Creates a Map from the specified list of Capabilities.TileSets.
createMap(Capabilities, Capabilities.TileSet, boolean) - Static method in class com.maryanovsky.map.client.opengis.wms.Wms
Creates a Map from the specified Capabilities.TileSet.
createOverviewLocationModel(MapWidget) - Method in class com.maryanovsky.map.client.widgets.overview.OverviewMapWidget.StandardSynchronization
Creates the MapLocationModel to be used for the overview map widget.
createOverviewLocationModel(MapWidget) - Method in interface com.maryanovsky.map.client.widgets.overview.OverviewMapWidget.Synchronization
Creates the MapLocationModel to be used for the overview map widget.
CURRENT_UPDATE_SEQUENCE_EXCEPTION_CODE - Static variable in class com.maryanovsky.map.client.opengis.wms.ServiceExceptionReport.ServiceException
The CurrentUpdateSequence exception code.

D

DEG_TO_RAD - Static variable in class com.maryanovsky.gwtutils.client.MathUtils
Coefficient for converting degrees to radians.
DelegatingReadyListenerCollection<T> - Class in com.maryanovsky.gwtutils.client
A ready listener, which simply reports what it sees to a list of other ready listener.
DelegatingReadyListenerCollection() - Constructor for class com.maryanovsky.gwtutils.client.DelegatingReadyListenerCollection
Creates a new DelegatingReadyListenerCollection.
DelegatingReadyListenerCollection(ReadyListener<T>) - Constructor for class com.maryanovsky.gwtutils.client.DelegatingReadyListenerCollection
Creates a new DelegatingReadyListenerCollection with the specified ready listener as the first of many to report to.
denied() - Method in interface com.maryanovsky.gwtutils.client.DialogCallback
Invoked when the user denied whatever it is the dialog asked him.
Dialog - Class in com.maryanovsky.gwtutils.client
Emulates a real dialog by using a callback which is invoked when the dialog's operation is done.
Dialog(DialogCallback) - Constructor for class com.maryanovsky.gwtutils.client.Dialog
Creates a new Dialog with the specified callback.
dialogCallback - Variable in class com.maryanovsky.gwtutils.client.Dialog
The callback.
DialogCallback - Interface in com.maryanovsky.gwtutils.client
The callback interface for dialogs.
disableContextMenu(Element) - Static method in class com.maryanovsky.gwtutils.client.UiUtils
Disables the browser context menu for the specified element (and enables right-click detection).
disableDragging(Object) - Static method in class com.maryanovsky.gwtutils.client.UiUtils
Makes the specified widget un-draggable, after it was made draggable with UiUtils.makeDraggable(Widget, SourcesMouseEvents, DragAction).
DoublePoint - Class in com.maryanovsky.gwtutils.client
A 2D coordinate with double precision coordinates.
DoublePoint(double, double) - Constructor for class com.maryanovsky.gwtutils.client.DoublePoint
Creates a new DoublePoint at the specified coordinates.
DoublePointView - Interface in com.maryanovsky.gwtutils.client
Provides a view of a 2D double precision point without allowing modification.
doubleToFixedString(double, int) - Static method in class com.maryanovsky.gwtutils.client.MathUtils
Returns a string representation of the specified double, with the specified number of digits following the decimal point.
DRAG_MAP_ACTION - Static variable in class com.maryanovsky.map.client.MapWidget
A drag action which allows the map to be dragged to a new location.
DragAction - Interface in com.maryanovsky.gwtutils.client
An action which may be invoked when the mouse is dragged.

E

EARTH_RADIUS_METERS - Static variable in class com.maryanovsky.map.client.widgets.scale.EarthScale
The equatorial radius of the earth in meters.
EarthScale - Class in com.maryanovsky.map.client.widgets.scale
Implements ScaleWidget.Scale for maps of the planet earth.
EarthScale(int, double[], String[]) - Constructor for class com.maryanovsky.map.client.widgets.scale.EarthScale
Creates a new EarthScale with the specified preferred pixel size, array of possible sizes and their names.
end() - Method in class com.maryanovsky.gwtutils.client.Animation
Ends the animation immediately.
endCurrentAnimation() - Method in class com.maryanovsky.map.client.MapWidget
Ends the currently running animation, if any.
Epsg4326Projection - Class in com.maryanovsky.map.client.opengis.wms
The projection for the EPSG:4326 SRS.
equals(Object) - Method in class com.maryanovsky.gwtutils.client.Pair
Returns true iff the given Object is a Pair, and its two objects are the same as this one's (comparison done via Utils.areEqual(Object, Object)).
equals(int, int) - Method in class com.maryanovsky.gwtutils.client.Point
Returns whether the specified coordinates are the same as this point's.
equals(PointView) - Method in class com.maryanovsky.gwtutils.client.Point
Returns whether this Point is the same as the specified one.
equals(Object) - Method in class com.maryanovsky.gwtutils.client.Point
Returns whether this Point is the same as the specified one.
equals(int, int) - Method in interface com.maryanovsky.gwtutils.client.PointView
Returns whether this point represents the specified coordinates.
equals(int, int, int, int) - Method in class com.maryanovsky.gwtutils.client.Rectangle
Returns whether the coordinates and size of this rectangle are the specified ones.
equals(RectangleView) - Method in class com.maryanovsky.gwtutils.client.Rectangle
Returns whether the specified rectangle is the same as this one.
equals(Object) - Method in class com.maryanovsky.gwtutils.client.Rectangle
Returns whether this Rectangle object has the same coordinates and size as this one.
equals(int, int) - Method in class com.maryanovsky.gwtutils.client.Size
Returns whether this Size object is of the specified width and height.
equals(SizeView) - Method in class com.maryanovsky.gwtutils.client.Size
Returns whether this Size object has the same width and height as the specified one.
equals(Object) - Method in class com.maryanovsky.gwtutils.client.Size
Returns whether this Size object has the same width and height as the specified one.
equals(Object) - Method in class com.maryanovsky.map.client.LatLng
Returns whether this LatLng represents the same location on the globe as the specified one.
expandToGrid(int, int) - Method in class com.maryanovsky.gwtutils.client.Rectangle
Expands this rectangle so that it lies on the grid with cells of the specified size.
expandToGrid(SizeView) - Method in class com.maryanovsky.gwtutils.client.Rectangle
Expands this rectangle so that it lies on the grid with cells of the specified size.
extraImageCellHeightWorkaround(Element) - Static method in class com.maryanovsky.gwtutils.client.UiUtils
Fixes a strange problem with an image being placed in a table cell.
extraImageCellHeightWorkaround(Widget) - Static method in class com.maryanovsky.gwtutils.client.UiUtils
Fixes the problem described by UiUtils.extraImageCellHeightWorkaround(Element) for every TD element of the specified panel.

F

fillRow(HTMLTable, int, int) - Static method in class com.maryanovsky.gwtutils.client.UiUtils
Fills the specified row of a table with vertical struts of the specified size.
findElementsByTagName(Element, String, List<Element>) - Static method in class com.maryanovsky.gwtutils.client.UiUtils
Finds the children of the specified element whose tag name is the specified one, and adds them to the specified list.
firePropertyChanged(Object, String, Object, Object) - Method in class com.maryanovsky.gwtutils.client.PropertyChangeListenerList
Notifies all registered listeners of a change in the specified property.
fireStateChanged(Object) - Method in class com.maryanovsky.gwtutils.client.ChangeListenerList
Notifies all registered ChangeListeners of a change in the specified source object.
FixedCoefZoomStrategy - Class in com.maryanovsky.map.client.projections
An implementation of ZoomStrategy which specifies a fixed zoom coefficient (scale multiplier) between each two neighbouring zooms.
Form - Class in com.maryanovsky.gwtutils.client
A panel which manages most of the tedious work behind setting up a well-arranged and properly aligned form.
Form() - Constructor for class com.maryanovsky.gwtutils.client.Form
Creates a new Form.
fromLatLngToPixel(LatLng, int) - Method in interface com.maryanovsky.map.client.Projection
Returns the pixel coordinates corresponding to the specified latitude-longitude coordinates at the specified zoom.
fromLatLngToPixel(LatLng, int) - Method in class com.maryanovsky.map.client.projections.AbstractProjection
Delegates to AbstractProjection.fromLatLngToPixelImpl(LatLng) and then converts the results to the actual zoom before returning.
fromLatLngToPixelImpl(LatLng) - Method in class com.maryanovsky.map.client.projections.AbstractProjection
Converts from latitude-longitude to pixel coordinates at the native zoom.
fromLatLngToPixelImpl(LatLng) - Method in class com.maryanovsky.map.client.projections.MercatorProjection
Converts from latitude-longitude to pixel coordinates at the native zoom.
fromLatLngToPixelImpl(LatLng) - Method in class com.maryanovsky.map.client.projections.ScaleProjection
Converts from latitude-longitude to pixel coordinates at the native zoom.
fromPixelToLatLng(PointView, int) - Method in interface com.maryanovsky.map.client.Projection
Returns the latitude-longitude coordinates corresponding to the specified pixel coordinates at the specified zoom.
fromPixelToLatLng(PointView, int) - Method in class com.maryanovsky.map.client.projections.AbstractProjection
Converts the pixel coordinates to the native zoom and then delegates to AbstractProjection.fromPixelToLatLngImpl(double, double).
fromPixelToLatLngImpl(double, double) - Method in class com.maryanovsky.map.client.projections.AbstractProjection
Converts from pixel coordinates to latitude-longitude at the native zoom.
fromPixelToLatLngImpl(double, double) - Method in class com.maryanovsky.map.client.projections.MercatorProjection
Converts from pixel coordinates to latitude-longitude at the native zoom.
fromPixelToLatLngImpl(double, double) - Method in class com.maryanovsky.map.client.projections.ScaleProjection
Converts from pixel coordinates to latitude-longitude at the native zoom.
fromPixelToNative(int, int, int) - Method in class com.maryanovsky.map.client.opengis.wms.Epsg4326Projection
Converts the specified pixel coordinates to the "native" coordinates of the projection.
fromPixelToNative(int, int, int) - Method in class com.maryanovsky.map.client.opengis.wms.Osgeo41001Projection
Converts the specified pixel coordinates to the "native" coordinates of the projection.
fromPixelToNative(int, int, int) - Method in interface com.maryanovsky.map.client.opengis.wms.WmsProjection
Converts the specified pixel coordinates to the "native" coordinates of the projection.

G

getAbstract() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities
Returns a short description of the service.
getAbstract() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer
Returns the abstract (a short description) of this layer.
getAbstract() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer.Style
Returns a short description of the style.
getAccessConstraints() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities
Returns any access constraints regarding the use of the service.
getAddress() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.ContactInformation.Address
Returns the street address.
getAddress() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.ContactInformation
Returns the address of the contact.
getAddressType() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.ContactInformation.Address
Returns the address type.
getAlignment() - Method in class com.maryanovsky.map.client.WidgetOverlay
Returns the alignment of the widget relative to the location specified by the anchor and offset.
getAnchor() - Method in class com.maryanovsky.map.client.WidgetOverlay
Returns the anchor point at which the widget is added.
getArcLength(LatLng, LatLng) - Static method in class com.maryanovsky.map.client.widgets.scale.EarthScale
Returns the angle of the shortest arc between the two specified locations, on a sphere of the given radius.
getAttribute(Element, String, boolean) - Static method in class com.maryanovsky.gwtutils.client.ParseUtils
Returns the value of the specified element's attribute.
getAttribution() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer
Returns the Attribution of this layer; may be null.
getAuthorityName() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer.Identifier
Returns the name of the authority that defines this identifier.
getAuthorityNamesToUrlsMap() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer
Returns a map from Authority names to Authority URLs.
getBooleanProperty(JavaScriptObject, String) - Static method in class com.maryanovsky.gwtutils.client.Utils
Returns the specified boolean property of the specified JavaScript object.
getBottomLeft() - Method in class com.maryanovsky.gwtutils.client.Rectangle
Returns the location of the bottom-left point.
getBottomLeft(Point) - Method in class com.maryanovsky.gwtutils.client.Rectangle
Returns the location of the bottom-left point of the rectangle.
getBottomLeft() - Method in interface com.maryanovsky.gwtutils.client.RectangleView
Returns the location of the bottom-left point of the rectangle.
getBottomLeft(Point) - Method in interface com.maryanovsky.gwtutils.client.RectangleView
Returns the location of the bottom-left point of the rectangle.
getBottomRight() - Method in class com.maryanovsky.gwtutils.client.Rectangle
Returns the location of the bottom-right point.
getBottomRight(Point) - Method in class com.maryanovsky.gwtutils.client.Rectangle
Returns the location of the bottom-right point of the rectangle.
getBottomRight() - Method in interface com.maryanovsky.gwtutils.client.RectangleView
Returns the location of the bottom-right point of the rectangle.
getBottomRight(Point) - Method in interface com.maryanovsky.gwtutils.client.RectangleView
Returns the location of the bottom-right point of the rectangle.
getBoundingBox() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.TileSet
Returns the bounding box of this tile set.
getBoundsWidget() - Method in class com.maryanovsky.map.client.widgets.overview.OverviewMapWidget
Returns the widget displaying the bounds of the main map on this overview map; null if none.
getCascadedCount() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer
Returns the cascaded count.
getCenter() - Method in class com.maryanovsky.gwtutils.client.Rectangle
Returns the location of the center of the rectangle.
getCenter(Point) - Method in class com.maryanovsky.gwtutils.client.Rectangle
Returns the location of the center of the rectangle, in the same manner as the Rectangle.getCenter() method.
getCenter() - Method in interface com.maryanovsky.gwtutils.client.RectangleView
Returns the location of the center of the rectangle.
getCenter(Point) - Method in interface com.maryanovsky.gwtutils.client.RectangleView
Returns the location of the center of the rectangle, in the same manner as the RectangleView.getCenter() method.
getCenter() - Method in class com.maryanovsky.map.client.MapLocationModel
Returns the location of the center.
getCenter() - Method in class com.maryanovsky.map.client.MapWidget
Returns the center of the displayed map.
getChildren() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer
Returns the list of child layers of this layer.
getCity() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.ContactInformation.Address
Returns the city.
getCode() - Method in class com.maryanovsky.map.client.opengis.wms.ServiceExceptionReport.ServiceException
Returns the exception code.
getContactInformation() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities
Returns the information of the contact person for the service.
getContainerElement() - Method in class com.maryanovsky.gwtutils.client.AlignPanel
Returns the element into which content should be added.
getCountry() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.ContactInformation.Address
Returns the country.
getDataUrls() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer
Returns the list of DataURLs for this layer.
getDefaultValue() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer.Extent
Returns the default value of the Extent; may be null.
getDimensionNamesToExtentsMap() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer
Returns a map from dimension names in lowercase to the corresponding Extent instances.
getDimensions() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer
Returns the list of Dimensions for this layer.
getDistanceFrom(PointView) - Method in class com.maryanovsky.gwtutils.client.Point
Returns the distance from this point to the specified one.
getDistanceFrom(PointView) - Method in interface com.maryanovsky.gwtutils.client.PointView
Returns the distance from this point to the specified one.
getDistanceFromOrigin() - Method in class com.maryanovsky.gwtutils.client.Point
Returns the distance from this point to 0,0.
getDistanceFromOrigin() - Method in interface com.maryanovsky.gwtutils.client.PointView
Returns the distance from this point to 0,0.
getDistancePoint(PointView) - Method in class com.maryanovsky.gwtutils.client.Point
Returns the distance from this point to the specified one, as a PointView.
getDistancePoint(PointView, Point) - Method in class com.maryanovsky.gwtutils.client.Point
Returns the distance from this point to the specified one, as a Point.
getDistancePoint(PointView) - Method in interface com.maryanovsky.gwtutils.client.PointView
Returns the distance from this point to the specified one, as a PointView.
getDistancePoint(PointView, Point) - Method in interface com.maryanovsky.gwtutils.client.PointView
Returns the distance from this point to the specified one, as a Point.
getDistanceSize(PointView) - Method in class com.maryanovsky.gwtutils.client.Point
Returns the distance from this point to the specified one, as a SizeView.
getDistanceSize(PointView, Size) - Method in class com.maryanovsky.gwtutils.client.Point
Returns the distance from this point to the specified one in the same manner as Point.getDistanceSize(PointView).
getDistanceSize(PointView) - Method in interface com.maryanovsky.gwtutils.client.PointView
Returns the distance from this point to the specified one, as a SizeView.
getDistanceSize(PointView, Size) - Method in interface com.maryanovsky.gwtutils.client.PointView
Returns the distance from this point to the specified one in the same manner as PointView.getDistanceSize(PointView).
getDocument() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities
Returns the full Capabilities response XML document from which this Capabilities object was created.
getDocument() - Method in class com.maryanovsky.map.client.opengis.wms.ServiceExceptionReport
Returns the Service Exception response XML document.
getDuration() - Method in class com.maryanovsky.gwtutils.client.Animation
Returns the duration of the animation, in milliseconds.
getElement() - Method in class com.maryanovsky.map.client.opengis.wms.ServiceExceptionReport.ServiceException
Returns the XML element from which this ServiceException object was created.
getElementListTextContent(Element, String) - Static method in class com.maryanovsky.gwtutils.client.ParseUtils
Returns a list of the text contents of the child elements of the specified element with the specified name.
getElementType(Widget) - Static method in class com.maryanovsky.gwtutils.client.GWTUiDefaults
Returns the element type of the specified standard GWT widget, if supported.
getEmail() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.ContactInformation
Returns the electronic mail address of the contact.
getEnglishImperialInstance(int) - Static method in class com.maryanovsky.map.client.widgets.scale.EarthScale
Returns an instance of EarthScale which displays imperial sizes in English.
getEnglishMetricInstance(int) - Static method in class com.maryanovsky.map.client.widgets.scale.EarthScale
Returns an instance of EarthScale which displays metric sizes in English.
getFax() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.ContactInformation
Returns the facsimile telephone number of the contact.
getFeatureListUrls() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer
Returns the list of FeatureListURLs for this layer.
getFees() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities
Returns a description of the fees accociated with the service.
getFieldRow(Widget) - Method in class com.maryanovsky.gwtutils.client.Form
Returns the index of the field with the specified widget; -1 if none.
getFirst() - Method in class com.maryanovsky.gwtutils.client.Pair
Returns the first object.
getFixedSize() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer
If this layer has a fixed size, in pixels, returns it; otherwise, returns null.
getFormat() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.UrlWithFormat
Returns the format (mime-type) of the document at the URL.
getFormFieldsButtonsGap() - Static method in class com.maryanovsky.gwtutils.client.GWTUiDefaults
Returns the vertical distance between a form's fields and its buttons.
getFormTitleFieldsGap() - Static method in class com.maryanovsky.gwtutils.client.GWTUiDefaults
Returns the vertical distance between a form's title and its fields.
getFps() - Method in class com.maryanovsky.gwtutils.client.Animation
Returns the number of frames per second this animation displays.
getGetMapRequestInfo() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities
Returns information specifying how to make a GetMap request to the service.
getHeight() - Method in class com.maryanovsky.gwtutils.client.Rectangle
Returns the height of the rectangle.
getHeight() - Method in interface com.maryanovsky.gwtutils.client.RectangleView
Returns the height of the rectangle.
getHeight() - Method in class com.maryanovsky.gwtutils.client.Size
Returns the height.
getHeight() - Method in interface com.maryanovsky.gwtutils.client.SizeView
Returns the height.
getHorizontalAlignment() - Method in enum com.maryanovsky.gwtutils.client.Alignment
Returns the horizontal alignment constant.
getHorizontalStrut(int) - Static method in class com.maryanovsky.gwtutils.client.UiUtils
Creates a horizontal spacer of the specified width.
getHorizontalVisualMargin(GWTUiDefaults.WidgetElementType) - Static method in class com.maryanovsky.gwtutils.client.GWTUiDefaults
UI elements have a visual edge at which they should be aligned.
getHorizontalVisualMargin(Widget) - Static method in class com.maryanovsky.gwtutils.client.GWTUiDefaults
Similar to GWTUiDefaults.getHorizontalVisualMargin(WidgetElementType), but the element type is guessed from the widget using GWTUiDefaults.getElementType(Widget).
getHostname(String) - Static method in class com.maryanovsky.gwtutils.client.Utils
Returns the hostname in the specified URL.
getHostPageUrl() - Static method in class com.maryanovsky.gwtutils.client.BrowserUtils
Returns the URL of the host webpage.
getHTML() - Method in class com.maryanovsky.gwtutils.client.UrlImagePrototype
getIconLabelGap() - Static method in class com.maryanovsky.gwtutils.client.GWTUiDefaults
Returns the gap between an icon image and its label.
getIdentifiers() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer
Returns the list of Identifiers for this layer.
getImageFormat() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.TileSet
Returns the format (mime-type) of the tile images.
getImageFormats() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.GetMapRequestInfo
Returns the list of supported image formats (mime types).
getImageSize() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.ImageUrl
Returns the size of the image.
getIndentSize() - Static method in class com.maryanovsky.gwtutils.client.GWTUiDefaults
Returns the indent size.
getInstance(HasHorizontalAlignment.HorizontalAlignmentConstant, HasVerticalAlignment.VerticalAlignmentConstant) - Static method in enum com.maryanovsky.gwtutils.client.Alignment
Returns the Alignment
getInstance() - Static method in class com.maryanovsky.map.client.google.GoogleMaps
Returns the global GoogleMaps instance.
getInstance(String) - Static method in class com.maryanovsky.map.client.google.GoogleMaps
Returns a GoogleMaps instance with the specified Google Maps API key.
getInstance(List<Double>, boolean) - Static method in class com.maryanovsky.map.client.opengis.wms.Epsg4326Projection
Returns an Epsg4326Projection with the specified list of resolutions and longitude wrapping strategy.
getInstance(List<Double>, boolean) - Static method in class com.maryanovsky.map.client.opengis.wms.Osgeo41001Projection
Returns an Osgeo41001Projection with the specified list of resolutions and longitude wrapping strategy.
getInstance(double) - Static method in class com.maryanovsky.map.client.projections.FixedCoefZoomStrategy
Returns a ZoomStrategy with the specified zoom coefficient between neighbouring zooms (a value larger than 1).
getIntProperty(JavaScriptObject, String) - Static method in class com.maryanovsky.gwtutils.client.Utils
Returns the specified integer property of the specified JavaScript object.
getKeywordList() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities
Returns a list of keywords pertaining to the service.
getKeywordList() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer
Returns a list of keywords pertaining to this layer.
getLatitude() - Method in class com.maryanovsky.map.client.LatLng
Returns the latitude, in degrees.
getLatLonBoundingBox() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer
Returns the LatLonBoundingBox of this layer.
getLayerByName() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities
Returns a Map of layer names to layers.
getLayers() - Method in class com.maryanovsky.map.client.Map
Returns the stack of {linkplain TileLayer}s in this map.
getLayers() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.TileSet
Returns the unparsed value of the Layers element.
getLeadingAlignment() - Static method in class com.maryanovsky.gwtutils.client.UiUtils
Returns the alignment constant corresponding to the beginning of the line in reading order.
getLegendUrls() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer.Style
Returns a list of URLs of legend images.
getLinearProgress() - Method in class com.maryanovsky.gwtutils.client.Animation
Returns the linear progress of the animation, i.e.
getLogoUrl() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer.Attribution
Returns the URL of the provider's logo; may be null.
getLongitude() - Method in class com.maryanovsky.map.client.LatLng
Returns the longitude, in degrees.
getMainMapWidget() - Method in class com.maryanovsky.map.client.widgets.overview.OverviewMapWidget
Returns the main map widget whose overview this widget displays.
getMandatoryAttribute(Element, String) - Static method in class com.maryanovsky.gwtutils.client.ParseUtils
Equivalent to getAttribute(element, attributeName, true).
getMandatoryDoubleAttribute(Element, String) - Static method in class com.maryanovsky.gwtutils.client.ParseUtils
Returns the value of the specified element's attribute, parsed as a double.
getMandatoryElementTextContent(Element, String) - Static method in class com.maryanovsky.gwtutils.client.ParseUtils
Returns the content of the child element of the specified element with the specified name.
getMandatoryIntAttribute(Element, String) - Static method in class com.maryanovsky.gwtutils.client.ParseUtils
Returns the value of the specified element's attribute, parsed as an int.
getMandatoryNamedElement(Element, String) - Static method in class com.maryanovsky.gwtutils.client.ParseUtils
Equivalent to getNamedChildElement(element, tagName, true).
getMap() - Method in class com.maryanovsky.map.client.MapWidget
Returns the currently displayed map.
getMapLocationModel() - Method in class com.maryanovsky.map.client.MapWidget
Returns the location model of this MapWidget.
getMapSize() - Method in class com.maryanovsky.map.client.MapWidget
Returns the size of the displayed map, in pixels.
getMapWidgetFromActionTarget(Widget) - Static method in class com.maryanovsky.map.client.MapWidget
Returns the MapWidget corresponding to the specified action target widget.
getMaximum() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer.ScaleHint
Returns the maximum scale at which it is appropriate to display a layer.
getMaxX() - Method in class com.maryanovsky.map.client.opengis.wms.BoundingBox
Returns the maximum X coordinate.
getMaxY() - Method in class com.maryanovsky.map.client.opengis.wms.BoundingBox
Returns the maximum Y coordinate.
getMaxZoom() - Method in class com.maryanovsky.map.client.Map
Returns the biggest available zoom for this Map.
getMaxZoom() - Method in class com.maryanovsky.map.client.MapLocationModel
Returns the biggest possible zoom in this model.
getMessage() - Method in class com.maryanovsky.map.client.opengis.wms.ServiceExceptionReport.ServiceException
Returns the exception message.
getMetadataUrls() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer
Returns the list of MetadataURLs for this layer.
getMetersPerPixel(MapWidget) - Static method in class com.maryanovsky.map.client.widgets.scale.EarthScale
Returns the number of meters in a pixel displayed by the specified MapWidget.
getMidPoint(PointView, PointView, Point) - Static method in class com.maryanovsky.gwtutils.client.Point
Returns the mid-point between the two specified points.
getMinimum() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer.ScaleHint
Returns the minimum scale at which it is appropriate to display a layer.
getMinX() - Method in class com.maryanovsky.map.client.opengis.wms.BoundingBox
Returns the minimum X coordinate.
getMinY() - Method in class com.maryanovsky.map.client.opengis.wms.BoundingBox
Returns the minimum Y coordinate.
getMinZoom() - Method in class com.maryanovsky.map.client.Map
Returns the smallest available zoom for this Map.
getMinZoom() - Method in class com.maryanovsky.map.client.MapLocationModel
Returns the smallest possible zoom in this model.
getName() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities
Returns the name of the service.
getName() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer.Dimension
Returns the name of the Dimension.
getName() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer.Extent
Returns the name of the Extent.
getName() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer
Returns the name of this layer; null if the layer is unnamed.
getName() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer.Style
Returns the name of the style.
getNamedChildElement(Element, String, boolean) - Static method in class com.maryanovsky.gwtutils.client.ParseUtils
Returns the child element with the specified tag name.
getNamedChildElements(Element, String) - Static method in class com.maryanovsky.gwtutils.client.ParseUtils
Returns the list of (immediate) child elements with the specified tag name.
getNewValue() - Method in class com.maryanovsky.gwtutils.client.PropertyChangeEvent
Returns the new value of the property.
getNormalTileLayer() - Method in class com.maryanovsky.map.client.google.GoogleMaps
Returns the normal map tile layer.
getOffset() - Method in class com.maryanovsky.map.client.WidgetOverlay
Returns the current offset of the widget from the anchor point.
getOldValue() - Method in class com.maryanovsky.gwtutils.client.PropertyChangeEvent
Returns the old value of the property.
getOpposite() - Method in class com.maryanovsky.gwtutils.client.Point
Returns the point opposite to this one.
getOpposite(Point) - Method in class com.maryanovsky.gwtutils.client.Point
Returns the point opposite to this one.
getOpposite() - Method in interface com.maryanovsky.gwtutils.client.PointView
Returns the point opposite to this one.
getOpposite(Point) - Method in interface com.maryanovsky.gwtutils.client.PointView
Returns the point opposite to this one.
getOptionalAttribute(Element, String, String) - Static method in class com.maryanovsky.gwtutils.client.ParseUtils
Returns the value of the specified element's attribute.
getOptionalDoubleAttribute(Element, String, double) - Static method in class com.maryanovsky.gwtutils.client.ParseUtils
Returns the value of the specified element's attribute, parsed as a double.
getOptionalElementTextContent(Element, String, String) - Static method in class com.maryanovsky.gwtutils.client.ParseUtils
Returns the content of the child element of the specified element with the specified name.
getOptionalIntAttribute(Element, String, int) - Static method in class com.maryanovsky.gwtutils.client.ParseUtils
Returns the value of the specified element's attribute, parsed as an int.
getOptionalNamedElement(Element, String) - Static method in class com.maryanovsky.gwtutils.client.ParseUtils
Equivalent to getNamedChildElement(element, tagName, false).
getOrganization() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.ContactInformation
Returns the contact organization.
getOverlayPanel() - Method in class com.maryanovsky.map.client.MapWidget
Returns the panel into which overlays should be added.
getPanAnimationLength() - Method in class com.maryanovsky.map.client.MapWidget
Returns the length of pan animations, in milliseconds.
getParent() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer
Returns the parent layer; null if this is a toplevel layer.
getPerson() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.ContactInformation
Returns the contact person.
getPhone() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.ContactInformation
Returns the voice telephone number of the contact.
getPinnedBoundsWidgetLocation() - Method in class com.maryanovsky.map.client.widgets.overview.OverviewMapWidget
Returns the location of the bounds widget when it is pinned; null otherwise.
getPngHackedImageHtml(String, Size) - Static method in class com.maryanovsky.gwtutils.client.UiUtils
Returns the HTML for an image at the specified URL with the PNG hack applied to it.
getPosition() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.ContactInformation
Returns the position title of the contact person.
getPostCode() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.ContactInformation.Address
Returns the zip or postal code.
getPowerOfTwo(int) - Static method in class com.maryanovsky.gwtutils.client.MathUtils
Returns 2^n, for values of n between 0 and 31.
getPrimaryStyleName(String) - Static method in class com.maryanovsky.gwtutils.client.UiUtils
Returns the "primary" style name based on the specified full style name.
getPrimaryStyleName(Widget) - Static method in class com.maryanovsky.gwtutils.client.UiUtils
Returns the "primary" style name of the specified widget.
getProjection() - Method in class com.maryanovsky.map.client.Map
Returns the projection of this map.
getProjection(String, List<Double>, boolean) - Static method in class com.maryanovsky.map.client.opengis.wms.Wms
Returns a WmsProjection for the specified SRS and list of resolutions for each zoom.
getPropertyName() - Method in class com.maryanovsky.gwtutils.client.PropertyChangeEvent
Returns the name of the property that changed.
getRelatedHorizontalDistance() - Static method in class com.maryanovsky.gwtutils.client.GWTUiDefaults
Returns the preferred horizontal distance between related elements.
getRelatedHorizontalStrut() - Static method in class com.maryanovsky.gwtutils.client.UiUtils
Returns a horizontal spacer of with the size of the preferred distance between related elements.
getRelatedVerticalDistance() - Static method in class com.maryanovsky.gwtutils.client.GWTUiDefaults
Returns the preferred vertical distance between related elements.
getRelatedVerticalStrut() - Static method in class com.maryanovsky.gwtutils.client.UiUtils
Returns a vertical spacer of with the size of the preferred distance between related elements.
getRequestUrl() - Method in class com.maryanovsky.gwtutils.client.XmlResponseHandler
Returns the request URL.
getResolutions() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.TileSet
Returns the list of resolutions (map units per pixel) at which this tile set has tiles.
getResX() - Method in class com.maryanovsky.map.client.opengis.wms.BoundingBox
Returns the resolution on the X axis; 0 if unspecified.
getResY() - Method in class com.maryanovsky.map.client.opengis.wms.BoundingBox
Returns the resolution on the Y axis; 0 if unspecified.
getRigidArea(int, int) - Static method in class com.maryanovsky.gwtutils.client.UiUtils
Creates a spacer of the specified dimensions.
getSatteliteTileLayer() - Method in class com.maryanovsky.map.client.google.GoogleMaps
Returns the sattelite tile layer.
getScaleHint() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer
Returns the ScaleHint for this layer; null if none.
getSecond() - Method in class com.maryanovsky.gwtutils.client.Pair
Returns the second object.
getSinusoidalProgress() - Method in class com.maryanovsky.gwtutils.client.Animation
Returns the sinusoidal progression of the animation, i.e.
getSize() - Method in class com.maryanovsky.gwtutils.client.Rectangle
Returns the size of the rectangle.
getSize(Size) - Method in class com.maryanovsky.gwtutils.client.Rectangle
Returns the size of the rectangle.
getSize() - Method in interface com.maryanovsky.gwtutils.client.RectangleView
Returns the size of the rectangle.
getSize(Size) - Method in interface com.maryanovsky.gwtutils.client.RectangleView
Returns the size of the rectangle.
getSizePixels(MapWidget) - Method in class com.maryanovsky.map.client.widgets.scale.EarthScale
Returns the size of the displayed scale, in pixels, or 0 if the scale should not be displayed.
getSizePixels(MapWidget) - Method in interface com.maryanovsky.map.client.widgets.scale.ScaleWidget.Scale
Returns the size of the displayed scale, in pixels, or 0 if the scale should not be displayed.
getSizeText(MapWidget) - Method in class com.maryanovsky.map.client.widgets.scale.EarthScale
Returns the value displayed on the scale widget, or null if the scale value should not be displayed.
getSizeText(MapWidget) - Method in interface com.maryanovsky.map.client.widgets.scale.ScaleWidget.Scale
Returns the value displayed on the scale widget, or null if the scale value should not be displayed.
getSrs() - Method in class com.maryanovsky.map.client.opengis.wms.BoundingBox
Retuns the spatial reference system in which this box is defined.
getSrs() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.TileSet
Returns the spatial reference system (SRS) of this tile set.
getSrses() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer
Returns the list of SRSes for this layer.
getSrsToBoundingBoxMap() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer
Returns a map of SRSes to bounding boxes of this layer in that SRS.
getStateOrProvince() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.ContactInformation.Address
Returns the state or province.
getStringProperty(JavaScriptObject, String) - Static method in class com.maryanovsky.gwtutils.client.Utils
Returns the specified string property of the specified JavaScript object.
getStyles() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer
Returns the list of styles for this layer.
getStyles() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.TileSet
Returns the unparsed value of the Styles element.
getStyleSheetUrl() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer.Style
Returns the style sheet URL; may be null.
getStyleUrl() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer.Style
Returns the style URL; may be null.
getTagName(Element) - Static method in class com.maryanovsky.gwtutils.client.UiUtils
Returns the tag name of the specified element.
getTemporaryOffset() - Method in class com.maryanovsky.map.client.MapWidget
Returns the temporary offset of the map, in pixels, from its "official", permanent, location.
getText() - Method in class com.maryanovsky.gwtutils.client.ImageButton
Returns the text of the button.
getTextContent(Element) - Static method in class com.maryanovsky.gwtutils.client.ParseUtils
Returns the text content of the specified element by concatenating the data of all its Text child nodes.
getTileCoverSize() - Method in class com.maryanovsky.map.client.MapWidget
Returns the current size of the tile cover, as a percentage of the size of the widget itself.
getTileSets() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities
Returns the list of Capabilities.TileSets supported by the service.
getTileSetsByLayerName(String) - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities
Returns a list of Capabilities.TileSets which display the specified layer.
getTileSize() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.TileSet
Returns the size of the tiles.
getTileSize() - Method in class com.maryanovsky.map.client.opengis.wms.TileSetLayer
Returns the size of the tiles.
getTileSize() - Method in interface com.maryanovsky.map.client.TileLayer
Returns the size of the tiles.
getTileUrl(int, int, int) - Method in class com.maryanovsky.map.client.opengis.wms.TileSetLayer
Returns the URL of the tile to display at the specified location (in pixels) and zoom.
getTileUrl(int, int, int) - Method in interface com.maryanovsky.map.client.TileLayer
Returns the URL of the tile to display at the specified location (in pixels) and zoom.
getTitle() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities
Returns the title of the service.
getTitle() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer.Attribution
Returns a short description of the provider; may be null.
getTitle() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer
Returns the title of this layer.
getTitle() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer.Style
Returns the title of the style.
getTopLeft() - Method in class com.maryanovsky.gwtutils.client.Rectangle
Returns the location of the top-left point.
getTopLeft(Point) - Method in class com.maryanovsky.gwtutils.client.Rectangle
Returns the location of the top-left point of the rectangle.
getTopLeft() - Method in interface com.maryanovsky.gwtutils.client.RectangleView
Returns the location of the top-left point of the rectangle.
getTopLeft(Point) - Method in interface com.maryanovsky.gwtutils.client.RectangleView
Returns the location of the top-left point of the rectangle.
getTopLeft(Widget) - Static method in class com.maryanovsky.gwtutils.client.UiUtils
Returns the top-left location of an absolutely positioned widget from its "top" and "left" style attributes.
getTopLevelLayer() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities
Returns the toplevel layer provided by this service.
getTopRight() - Method in class com.maryanovsky.gwtutils.client.Rectangle
Returns the location of the top-right point.
getTopRight(Point) - Method in class com.maryanovsky.gwtutils.client.Rectangle
Returns the location of the top-right point of the rectangle.
getTopRight() - Method in interface com.maryanovsky.gwtutils.client.RectangleView
Returns the location of the top-right point of the rectangle.
getTopRight(Point) - Method in interface com.maryanovsky.gwtutils.client.RectangleView
Returns the location of the top-right point of the rectangle.
getTrailingAlignment() - Static method in class com.maryanovsky.gwtutils.client.UiUtils
Returns the alignment constant corresponding to the end of the line in reading order.
getType() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer.MetadataUrl
Returns the standard to which the metadata complies.
getUnits() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer.Dimension
Returns the units of the Dimension.
getUnitSymbol() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer.Dimension
Returns the unit symbol of the Dimension units.
getUnrelatedHorizontalDistance() - Static method in class com.maryanovsky.gwtutils.client.GWTUiDefaults
Returns the preferred horizontal distance between unrelated elements.
getUnrelatedHorizontalStrut() - Static method in class com.maryanovsky.gwtutils.client.UiUtils
Returns a horizontal spacer of with the size of the preferred distance between unrelated elements.
getUnrelatedVerticalDistance() - Static method in class com.maryanovsky.gwtutils.client.GWTUiDefaults
Returns the preferred vertical distance between unrelated elements.
getUnrelatedVerticalStrut() - Static method in class com.maryanovsky.gwtutils.client.UiUtils
Returns a vertical spacer of with the size of the preferred distance between unrelated elements.
getUrl() - Method in class com.maryanovsky.gwtutils.client.UrlBuilder
Returns the built URL.
getUrl() - Method in class com.maryanovsky.gwtutils.client.UrlImagePrototype
Returns the image's URL.
getUrl() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities
Returns the URL of the service.
getUrl() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer.Attribution
Returns the URL of the provider; may be null.
getUrl() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.UrlWithFormat
Returns the URL of the document.
getUrlPrefix() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.GetMapRequestInfo
Returns the prefix of the URLs for retrieving map images via a GetMap request.
getUserEventManager() - Method in class com.maryanovsky.map.client.MapWidget
Returns the UserEventManager associated with this widget.
getValue() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer.Extent
Returns the value of the Extent.
getValue() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer.Identifier
Returns the value of the identifier.
getVerticalAlignment() - Method in enum com.maryanovsky.gwtutils.client.Alignment
Returns the vertical alignment constant.
getVerticalStrut(int) - Static method in class com.maryanovsky.gwtutils.client.UiUtils
Creates a vertical spacer of the specified height.
getWidget() - Method in class com.maryanovsky.map.client.WidgetOverlay
Returns the widget this overlay adds to the map.
getWidgetPanel() - Method in class com.maryanovsky.map.client.MapWidget
Returns the panel into which widgets can be added over the map.
getWidth() - Method in class com.maryanovsky.gwtutils.client.Rectangle
Returns the width of the rectangle.
getWidth() - Method in interface com.maryanovsky.gwtutils.client.RectangleView
Returns the width of the rectangle.
getWidth() - Method in class com.maryanovsky.gwtutils.client.Size
Returns the width.
getWidth() - Method in interface com.maryanovsky.gwtutils.client.SizeView
Returns the width.
getWrapSize(int) - Method in interface com.maryanovsky.map.client.Projection
Returns the number of pixels after which the map wraps around the earth on each axis at the specified zoom.
getWrapSize(int) - Method in class com.maryanovsky.map.client.projections.AbstractProjection
Delegates to AbstractProjection.getWrapSizeImpl(int) and caches the results.
getWrapSizeImpl(int) - Method in class com.maryanovsky.map.client.projections.AbstractProjection
Returns the wrap size at the specified zoom.
getX() - Method in class com.maryanovsky.gwtutils.client.DoublePoint
Returns the X coordinate.
getX() - Method in interface com.maryanovsky.gwtutils.client.DoublePointView
Returns the X coordinate.
getX() - Method in class com.maryanovsky.gwtutils.client.Point
Returns the X coordinate.
getX() - Method in interface com.maryanovsky.gwtutils.client.PointView
Returns the X coordinate.
getX() - Method in class com.maryanovsky.gwtutils.client.Rectangle
Returns the X coordinate of the top-left point.
getX() - Method in interface com.maryanovsky.gwtutils.client.RectangleView
Returns the X coordinate of the top-left point.
getX() - Method in class com.maryanovsky.map.client.LatLng
Returns the longitude, in degrees.
getY() - Method in class com.maryanovsky.gwtutils.client.DoublePoint
Returns the Y coordinate.
getY() - Method in interface com.maryanovsky.gwtutils.client.DoublePointView
Returns the Y coordinate.
getY() - Method in class com.maryanovsky.gwtutils.client.Point
Returns the Y coordinate.
getY() - Method in interface com.maryanovsky.gwtutils.client.PointView
Returns the Y coordinate.
getY() - Method in class com.maryanovsky.gwtutils.client.Rectangle
Returns the Y coordinate of the top-left point.
getY() - Method in interface com.maryanovsky.gwtutils.client.RectangleView
Returns the Y coordinate of the top-left point.
getY() - Method in class com.maryanovsky.map.client.LatLng
Returns the latitude, in degrees.
getZoom() - Method in class com.maryanovsky.map.client.MapLocationModel
Returns the zoom.
getZoomAnimationLength() - Method in class com.maryanovsky.map.client.MapWidget
Returns the length of zoom animations, in milliseconds.
getZoomMagnification(int, int) - Method in interface com.maryanovsky.map.client.Projection
Returns the magnification coefficient between the two specified zooms, i.e.
getZoomMagnification(int, int) - Method in class com.maryanovsky.map.client.projections.AbstractProjection
Delegates to the ZoomStrategy given to us in the constructor.
getZoomMagnification(int, int) - Method in class com.maryanovsky.map.client.projections.FixedCoefZoomStrategy
See Projection.getZoomMagnification(int, int) for the contract of this method.
getZoomMagnification(int, int) - Method in class com.maryanovsky.map.client.projections.ResolutionListZoomStrategy
See Projection.getZoomMagnification(int, int) for the contract of this method.
getZoomMagnification(int, int) - Method in interface com.maryanovsky.map.client.projections.ZoomStrategy
See Projection.getZoomMagnification(int, int) for the contract of this method.
GlassPane - Class in com.maryanovsky.gwtutils.client
A panel which captures all events it receives.
GlassPane() - Constructor for class com.maryanovsky.gwtutils.client.GlassPane
Creates a new GlassPane.
GoogleMaps - Class in com.maryanovsky.map.client.google
Support for Google Maps.
GroupReadyListener<IT,ST> - Class in com.maryanovsky.gwtutils.client
Implements notifying a ReadyListener when a collection of items change between ready and unready states, as a group.
GroupReadyListener(ReadyListener<ST>, ST) - Constructor for class com.maryanovsky.gwtutils.client.GroupReadyListener
Creates a new GroupReadyListener with the specified ready listener to report to, and the specified object to report as the source of ready events.
growBy(int, int) - Method in class com.maryanovsky.gwtutils.client.Rectangle
Grows the dimensions of the rectangle by the specified values.
growBy(SizeView) - Method in class com.maryanovsky.gwtutils.client.Rectangle
Grows the dimensions of the rectangle by the specified size.
growBy(PointView) - Method in class com.maryanovsky.gwtutils.client.Rectangle
Grows the dimensions of the rectangle by the values of the specified point.
GWTUiDefaults - Class in com.maryanovsky.gwtutils.client
Defines various usefil UI related values, such as preferred spacing between elements, difference in element sizes which allows aligning them etc.
GWTUiDefaults() - Constructor for class com.maryanovsky.gwtutils.client.GWTUiDefaults
 
GWTUiDefaults.WidgetElementType - Enum in com.maryanovsky.gwtutils.client
The enumeration of types of widgets for which we offer special treatment.

H

handleBrowserEvent(Event) - Method in class com.maryanovsky.gwtutils.client.ImageButton
Invoked when an event occurs on this ImageButton.
handleBrowserEvent(Event) - Method in class com.maryanovsky.gwtutils.client.ToggleImageButton
Invoked when an event occurs on this ImageButton.
hashCode() - Method in class com.maryanovsky.gwtutils.client.Pair
Returns a hashcode combined from the hashcodes of the two target objects.
hashCode() - Method in class com.maryanovsky.gwtutils.client.Point
Returns the hashcode of this object.
hashCode() - Method in class com.maryanovsky.gwtutils.client.Rectangle
Returns the hashcode of this object.
hashCode() - Method in class com.maryanovsky.gwtutils.client.Size
Returns the hashcode of this object.
hashCode(Object) - Static method in class com.maryanovsky.gwtutils.client.Utils
Returns a hash code for the specified object, or if the object is null, returns 0.
hashCode(double) - Static method in class com.maryanovsky.gwtutils.client.Utils
Returns the hash code for the specified double value.
hashCode(long) - Static method in class com.maryanovsky.gwtutils.client.Utils
Returns the hash code for the specified long value.
hashCode(int, int) - Static method in class com.maryanovsky.gwtutils.client.Utils
Returns a hash code for the two specified hash codes.
hashCode() - Method in class com.maryanovsky.map.client.LatLng
Returns the hashcode of this object.

I

ImageButton - Class in com.maryanovsky.gwtutils.client
An button widget with an image (with rollover and selection effects) and an optional label.
ImageButton(String) - Constructor for class com.maryanovsky.gwtutils.client.ImageButton
Creates an ImageButton with the specified image URL, which will be used for all button states (normal, rollover, selected, disabled).
ImageButton(AbstractImagePrototype) - Constructor for class com.maryanovsky.gwtutils.client.ImageButton
Creates an ImageButton with the specified image prototype, which will be used for all button states (normal, rollover, selected, disabled).
ImageButton(String, String, String, String) - Constructor for class com.maryanovsky.gwtutils.client.ImageButton
Creates an ImageButton with images retrieved from the specified URLs.
ImageButton(AbstractImagePrototype, AbstractImagePrototype, AbstractImagePrototype, AbstractImagePrototype) - Constructor for class com.maryanovsky.gwtutils.client.ImageButton
Creates an ImageButton with images retrieved from the specified image prototypes.
imageFailed(String) - Method in interface com.maryanovsky.gwtutils.client.ImageLoadListener
Invoked when the image failed loading.
imageLoaded(String, int, int) - Method in interface com.maryanovsky.gwtutils.client.ImageLoadListener
Invoked when the image finishes loading successfully.
ImageLoadingManager - Class in com.maryanovsky.gwtutils.client
Implements a queue of images to be loaded by the browser.
ImageLoadingManager() - Constructor for class com.maryanovsky.gwtutils.client.ImageLoadingManager
 
ImageLoadListener - Interface in com.maryanovsky.gwtutils.client
The interface for getting notified when an image finishes loading.
intersects(RectangleView) - Method in class com.maryanovsky.gwtutils.client.Rectangle
Returns whether this rectangle intersects with the specified one.
intersects(RectangleView) - Method in interface com.maryanovsky.gwtutils.client.RectangleView
Returns whether this rectangle intersects with the specified one.
INVALID_DIMENSION_VALUE_EXCEPTION_CODE - Static variable in class com.maryanovsky.map.client.opengis.wms.ServiceExceptionReport.ServiceException
The InvalidDimensionValue exception code.
INVALID_FORMAT_EXCEPTION_CODE - Static variable in class com.maryanovsky.map.client.opengis.wms.ServiceExceptionReport.ServiceException
The InvalidFormat exception code.
INVALID_SRS_EXCEPTION_CODE - Static variable in class com.maryanovsky.map.client.opengis.wms.ServiceExceptionReport.ServiceException
The InvalidSRS exception code.
INVALID_UPDATE_SEQUENCE_EXCEPTION_CODE - Static variable in class com.maryanovsky.map.client.opengis.wms.ServiceExceptionReport.ServiceException
The InvalidUpdateSequence exception code.
isAnimate() - Method in class com.maryanovsky.map.client.widgets.zoom.LargeZoomWidget
Returns whether we attempt to animate zoom changes.
isAnimatedZoomSupported() - Static method in class com.maryanovsky.map.client.MapWidget
Returns whether animated zoom is supported by the current environment.
isBoundsWidgetDragged() - Method in class com.maryanovsky.map.client.widgets.overview.OverviewMapWidget
Returns whether the bounds widget is currently being dragged.
isCurrent() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer.Extent
Returns whether the temporal data are normally kept current and the request parameter TIME may include the keyword "current" instead of an ending value.
isEmpty() - Method in class com.maryanovsky.gwtutils.client.Size
Returns true if either the width or height are 0.
isEmpty() - Method in interface com.maryanovsky.gwtutils.client.SizeView
Returns true if either the width or height are 0.
isEnabled() - Method in class com.maryanovsky.gwtutils.client.ImageButton
Returns the enabled state of the button.
isEnabled() - Method in class com.maryanovsky.map.client.widgets.zoom.LargeZoomWidget
Returns whether the widget is enabled.
isGrabCursor() - Method in class com.maryanovsky.map.client.MapWidget
Returns whether the map widget will have the grab cursor.
isIE() - Static method in class com.maryanovsky.gwtutils.client.BrowserUtils
Returns whether we are running in MSIE.
isIE6() - Static method in class com.maryanovsky.gwtutils.client.BrowserUtils
Returns whether we are running in MSIE 6.
isLegalZoom(int) - Method in class com.maryanovsky.map.client.MapLocationModel
Returns whether the specified zoom is within the zoom bounds of this MapLocationModel.
isMozilla() - Static method in class com.maryanovsky.gwtutils.client.BrowserUtils
Returns whether we are running in a Mozilla browser.
isMulipleValuesAllowed() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer.Extent
Returns whether the client may specify multiple values in the request.
isNearestValues() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer.Extent
Returns whether the server will round off imprecise values.
isOpaque() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer
Returns whether this layer is opaque.
isOpera() - Static method in class com.maryanovsky.gwtutils.client.BrowserUtils
Returns whether we are running in Opera.
isQueryable() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer
Returns whether this layer is queryable.
isRunning() - Method in class com.maryanovsky.gwtutils.client.Animation
Returns whether the animation is currently running.
isSafari() - Static method in class com.maryanovsky.gwtutils.client.BrowserUtils
Returns whether we are running in Safari.
isSubsettable() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer
Returns whether this layer is subsettable.
isToggled() - Method in class com.maryanovsky.gwtutils.client.ToggleImageButton
Returns whether this button is currently toggled.

L

LargeZoomWidget - Class in com.maryanovsky.map.client.widgets.zoom
A large zoom widget, with both zoom in and zoom out buttons and a "ladder" of zooms where the user can select and see the current zoom.
LargeZoomWidget(MapWidget, LargeZoomWidget.Images) - Constructor for class com.maryanovsky.map.client.widgets.zoom.LargeZoomWidget
Creates a new LargeZoomWidget for the specified MapWidget and specifying the source of images for this widget.
LargeZoomWidget(MapWidget) - Constructor for class com.maryanovsky.map.client.widgets.zoom.LargeZoomWidget
Creates a new LargeZoomWidget for the specified MapWidget using the default images.
LargeZoomWidget.Images - Interface in com.maryanovsky.map.client.widgets.zoom
A bundle of images used by the widget.
LatLng - Class in com.maryanovsky.map.client
Represents a location on the surface of the Earth.
LatLng(double, double) - Constructor for class com.maryanovsky.map.client.LatLng
Creates a new LatLng at the specified latitude and longitude.
LAYER_NOT_DEFINED_EXCEPTION_CODE - Static variable in class com.maryanovsky.map.client.opengis.wms.ServiceExceptionReport.ServiceException
The LayerNotDefined exception code.
LAYER_NOT_QUERIABLE_EXCEPTION_CODE - Static variable in class com.maryanovsky.map.client.opengis.wms.ServiceExceptionReport.ServiceException
The LayerNotQueryable exception code.
left() - Method in interface com.maryanovsky.map.client.widgets.scale.ScaleWidget.Images
The left part of the scale.
load(String, ImageLoadListener) - Static method in class com.maryanovsky.gwtutils.client.ImageLoadingManager
Adds an image to be loaded, and notify the specified ImageLoadListener of the loading status.
localToMap(PointView) - Method in class com.maryanovsky.map.client.MapWidget
Converts from local (in the widget's coordinate system), pixel coordinates to map coordinates.
longitudeWraps - Variable in class com.maryanovsky.map.client.projections.AbstractProjection
Whether the map wraps around the X (longitude) axis.
LTR - Static variable in class com.maryanovsky.gwtutils.client.UiUtils
The delegate for left-to-right languages.

M

make(int, int, Point) - Static method in class com.maryanovsky.gwtutils.client.Point
Returns a Point with the specified coordinates.
make(int, int, int, int, Rectangle) - Static method in class com.maryanovsky.gwtutils.client.Rectangle
Returns a Rectangle with the specified values.
make(int, int, Size) - Static method in class com.maryanovsky.gwtutils.client.Size
Returns a Size with the specified size.
makeAnchorDraggable(SourcesMouseEvents, boolean) - Method in class com.maryanovsky.map.client.WidgetOverlay
Makes the overlay draggable (via the specified drag handle) in such a way that dragging it adjusts its anchor, but not the offset.
makeCenter() - Static method in class com.maryanovsky.gwtutils.client.AlignPanel
Returns an AlignPanel which positions its child in the center.
makeContinuationCallback() - Method in class com.maryanovsky.gwtutils.client.Wizard
Returns dialog callback which can be used in intermediate dialogs to deny if the user denies, and continue to the next stage if he confirms.
makeCover(PointView, PointView) - Static method in class com.maryanovsky.gwtutils.client.Rectangle
Returns the smallest rectangle which contains both specified points.
makeDialogPanel(Widget) - Static method in class com.maryanovsky.gwtutils.client.GWTUiDefaults
Makes a "dialog" panel from the specified widget.
makeDraggable(Widget, SourcesMouseEvents, DragAction) - Static method in class com.maryanovsky.gwtutils.client.UiUtils
Makes the specified widget draggable via the specified drag handle.
makeFinishCallback() - Method in class com.maryanovsky.gwtutils.client.Wizard
Returns a dialog callback which can be used as the callback of the last stage - it denies to the global callback if the user denies, and confirms if the user confirms.
makeGetRequestUrl(String) - Static method in class com.maryanovsky.map.client.opengis.wms.Capabilities
Returns the URL of a full HTTP GET GetCapabilities request using the specified base URL.
makeLabelFor(String) - Static method in class com.maryanovsky.gwtutils.client.UiUtils
Creates a label to be a label for some other element.
makeNonDraggable() - Method in class com.maryanovsky.map.client.WidgetOverlay
Makes the overlay non-draggable.
makeOffsetDraggable(SourcesMouseEvents, boolean) - Method in class com.maryanovsky.map.client.WidgetOverlay
Makes the overlay draggable (via the specified drag handle) in such a way that dragging it adjusts the offset, but not the anchor.
makePallettePanel(Widget) - Static method in class com.maryanovsky.gwtutils.client.GWTUiDefaults
Makes a "pallette" panel from the specified widget.
Map - Class in com.maryanovsky.map.client
Represents a map, which is a stack of TileLayers.
Map(Projection, List<TileLayer>, int, int) - Constructor for class com.maryanovsky.map.client.Map
Creates a new Map with the specified projection, stack of tile layers and zoom range.
Map(Projection, TileLayer, int, int) - Constructor for class com.maryanovsky.map.client.Map
Creates a new Map with the specified projection, tile layer and zoom range.
MAP_PROPERTY_NAME - Static variable in class com.maryanovsky.map.client.MapWidget
The property name for the map this widget is displaying.
mapClicked(MapWidget, PointView) - Method in class com.maryanovsky.map.client.MapWidget.MapClickAction
Invoked when the map is clicked.
mapDragEnded(MapWidget, PointView, PointView) - Method in class com.maryanovsky.map.client.MapWidget.MapDragAction
Invoked when the map stops being dragged.
mapDragged(MapWidget, PointView, PointView) - Method in class com.maryanovsky.map.client.MapWidget.MapDragAction
Invoked when the map is being dragged.
MapLocationModel - Class in com.maryanovsky.map.client
Represents the location of a MapWidget on the map (its model, in MVC terms).
MapLocationModel(int, int, LatLng, int) - Constructor for class com.maryanovsky.map.client.MapLocationModel
Creates a new MapLocationModel with the specified arguments.
mapMoved(MapWidget, PointView) - Method in class com.maryanovsky.map.client.MapWidget.MapMoveAction
Invoked when the mouse is moved over the MapWidget without any buttons pressed.
mapPressed(MapWidget, PointView) - Method in class com.maryanovsky.map.client.MapWidget.MapDragAction
Invoked on mouse-press on the map.
mapReleased(MapWidget, PointView) - Method in class com.maryanovsky.map.client.MapWidget.MapDragAction
Invoked on mouse-release on the map, when the drag action did not occur.
mapScrolled(MapWidget, PointView, MouseWheelVelocity) - Method in class com.maryanovsky.map.client.MapWidget.MapWheelAction
Invoked when the map is scrolled.
mapScrolledDown(MapWidget, PointView) - Method in class com.maryanovsky.map.client.MapWidget.MapWheelAction
Invoked when the map is scrolled down.
mapScrolledUp(MapWidget, PointView) - Method in class com.maryanovsky.map.client.MapWidget.MapWheelAction
Invoked when the map is scrolled up.
mapToLocal(LatLng) - Method in class com.maryanovsky.map.client.MapWidget
Converts from map to local (in the widget's coordinate system), pixel coordinates.
MapWidget - Class in com.maryanovsky.map.client
A widget displaying a map and possibly other elements on it, and allows interaction with them.
MapWidget(MapLocationModel) - Constructor for class com.maryanovsky.map.client.MapWidget
Creates a new MapWidget with the specified location model.
MapWidget.MapClickAction - Class in com.maryanovsky.map.client
A ClickAction on the map widget.
MapWidget.MapClickAction() - Constructor for class com.maryanovsky.map.client.MapWidget.MapClickAction
 
MapWidget.MapDragAction - Class in com.maryanovsky.map.client
A DragAction on the map widget.
MapWidget.MapDragAction() - Constructor for class com.maryanovsky.map.client.MapWidget.MapDragAction
 
MapWidget.MapMoveAction - Class in com.maryanovsky.map.client
A MoveAction on the map widget.
MapWidget.MapMoveAction() - Constructor for class com.maryanovsky.map.client.MapWidget.MapMoveAction
 
MapWidget.MapWheelAction - Class in com.maryanovsky.map.client
A WheelAction on the map widget.
MapWidget.MapWheelAction() - Constructor for class com.maryanovsky.map.client.MapWidget.MapWheelAction
 
mark() - Method in interface com.maryanovsky.map.client.widgets.zoom.LargeZoomWidget.Images
Returns the image prototype of the ladder's mark.
MathUtils - Class in com.maryanovsky.gwtutils.client
Mathematical utilities.
MathUtils() - Constructor for class com.maryanovsky.gwtutils.client.MathUtils
 
MERCATOR_PROJECTION - Static variable in class com.maryanovsky.map.client.google.GoogleMaps
The mercator projection used by Google Maps.
MercatorProjection - Class in com.maryanovsky.map.client.projections
An implementation of the mercator projection.
MercatorProjection(ZoomStrategy, int, SizeView, boolean, double, double) - Constructor for class com.maryanovsky.map.client.projections.MercatorProjection
Creates a new MercatorProjection with the specified arguments.
middle() - Method in interface com.maryanovsky.map.client.widgets.scale.ScaleWidget.Images
The middle, repeating, part of the scale.
MISSING_DIMENSION_VALUE_EXCEPTION_CODE - Static variable in class com.maryanovsky.map.client.opengis.wms.ServiceExceptionReport.ServiceException
The MissingDimensionValue exception code.
mouseClicked(Widget, PointView) - Method in interface com.maryanovsky.gwtutils.client.ClickAction
Invoked when a mouse button is clicked.
mouseClicked(Widget, PointView) - Method in class com.maryanovsky.map.client.MapWidget.MapClickAction
Converts the target widget to a MapWidget and calls MapWidget.MapClickAction.mapClicked(MapWidget, PointView).
mouseDragEnded(Widget, PointView, PointView) - Method in interface com.maryanovsky.gwtutils.client.DragAction
Invoked when a mouse-drag ends.
mouseDragEnded(Widget, PointView, PointView) - Method in class com.maryanovsky.map.client.MapWidget.MapDragAction
Converts the target widget to a MapWidget and calls MapWidget.MapDragAction.mapDragEnded(MapWidget, PointView, PointView).
mouseDragged(Widget, PointView, PointView) - Method in interface com.maryanovsky.gwtutils.client.DragAction
Invoked when the mouse is dragged.
mouseDragged(Widget, PointView, PointView) - Method in class com.maryanovsky.map.client.MapWidget.MapDragAction
Converts the target widget to a MapWidget and calls MapWidget.MapDragAction.mapDragged(MapWidget, PointView, PointView).
mouseMoved(Widget, PointView) - Method in interface com.maryanovsky.gwtutils.client.MoveAction
Invoked when the mouse cursor is moved without any buttons being pressed.
mouseMoved(Widget, PointView) - Method in class com.maryanovsky.map.client.MapWidget.MapMoveAction
Converts the target widget into a MapWidget and calls MapWidget.MapMoveAction.mapMoved(MapWidget, PointView).
mousePressed(Widget, PointView) - Method in interface com.maryanovsky.gwtutils.client.DragAction
Invoked on mouse-press, when the drag possibly started.
mousePressed(Widget, PointView) - Method in class com.maryanovsky.map.client.MapWidget.MapDragAction
Converts the target widget to a MapWidget and calls MapWidget.MapDragAction.mapPressed(MapWidget, PointView).
mouseReleased(Widget, PointView) - Method in interface com.maryanovsky.gwtutils.client.DragAction
Invoked on mouse-release, when the drag action did not occur following the mouse-press.
mouseReleased(Widget, PointView) - Method in class com.maryanovsky.map.client.MapWidget.MapDragAction
Converts the target widget to a MapWidget and calls MapWidget.MapDragAction.mapReleased(MapWidget, PointView).
mouseWheelScrolled(Widget, PointView, MouseWheelVelocity) - Method in interface com.maryanovsky.gwtutils.client.WheelAction
Invoked when the mouse wheel is scrolled.
mouseWheelScrolled(Widget, PointView, MouseWheelVelocity) - Method in class com.maryanovsky.map.client.MapWidget.MapWheelAction
Converts the target widget to a MapWidget and calls MapWidget.MapWheelAction.mapScrolled(MapWidget, PointView, MouseWheelVelocity).
mouseWheelScrolledDown(Widget, PointView) - Method in interface com.maryanovsky.gwtutils.client.WheelAction
Invoked when the mouse wheel is scrolled upwards.
mouseWheelScrolledDown(Widget, PointView) - Method in class com.maryanovsky.map.client.MapWidget.MapWheelAction
Converts the target widget to a MapWidget and calls MapWidget.MapWheelAction.mapScrolledDown(MapWidget, PointView).
mouseWheelScrolledUp(Widget, PointView) - Method in interface com.maryanovsky.gwtutils.client.WheelAction
Invoked when the mouse wheel is scrolled upwards.
mouseWheelScrolledUp(Widget, PointView) - Method in class com.maryanovsky.map.client.MapWidget.MapWheelAction
Converts the target widget to a MapWidget and calls MapWidget.MapWheelAction.mapScrolledUp(MapWidget, PointView).
MoveAction - Interface in com.maryanovsky.gwtutils.client
An action which may be invoked when the mouse cursor is moved without any buttons being pressed.
moveBoth(MapWidget, OverviewMapWidget, LatLng) - Method in class com.maryanovsky.map.client.widgets.overview.OverviewMapWidget.StandardSynchronization
Invoked to center both the main and the overview map widgets on the specified coordinate.
moveBoth(MapWidget, OverviewMapWidget, LatLng) - Method in interface com.maryanovsky.map.client.widgets.overview.OverviewMapWidget.Synchronization
Invoked to center both the main and the overview map widgets on the specified coordinate.
moveBy(int, int) - Method in class com.maryanovsky.gwtutils.client.Point
Moves this point by the specified offsets.
moveBy(PointView) - Method in class com.maryanovsky.gwtutils.client.Point
Moves this point by the offsets specified by the given point.
moveBy(SizeView) - Method in class com.maryanovsky.gwtutils.client.Point
Moves this point by the offsets specified by the given size.
moveBy(int, int) - Method in class com.maryanovsky.gwtutils.client.Rectangle
Moves the rectangle by the specified offsets.
moveBy(SizeView) - Method in class com.maryanovsky.gwtutils.client.Rectangle
Moves the rectangle by the offsets specified by the given size.
moveBy(PointView) - Method in class com.maryanovsky.gwtutils.client.Rectangle
Moves the rectangle by the offsets specified by the given point.
moveTo(LatLng, boolean) - Method in class com.maryanovsky.map.client.MapWidget
Moves the map to center on the specified coordinate, possibly animating the transition.
multiplyBy(double) - Method in class com.maryanovsky.gwtutils.client.Point
Multiples the X and Y coordinates of this point by the specified coefficient.
multiplyBy(double) - Method in class com.maryanovsky.gwtutils.client.Rectangle
Multiplies the coordinates and dimensions of this rectangle by the specified coefficient.
multiplyBy(double) - Method in class com.maryanovsky.gwtutils.client.Size
Multiplies the dimensions of the Size by the specified coefficient.

N

nativeZoom - Variable in class com.maryanovsky.map.client.projections.AbstractProjection
The "native" zoom, at which world size is specified.
nextFrame() - Method in class com.maryanovsky.gwtutils.client.Animation
Displays the next frame of the animation.

O

OFFSET_PROPERTY_NAME - Static variable in class com.maryanovsky.map.client.WidgetOverlay
The name of the offset property.
onAnyResponse() - Method in class com.maryanovsky.gwtutils.client.AbstractResponseHandler
Invoked whenever any kind of response arrives, before any of the other methods.
onAnyResponse() - Method in class com.maryanovsky.gwtutils.client.XmlResponseHandler
Invoked whenever any kind of response arrives, before any of the other methods.
onAttach() - Method in class com.maryanovsky.gwtutils.client.Wizard
Displays the first stage, or confirms (in a deferred command) if there are no stages.
onAttach() - Method in class com.maryanovsky.map.client.widgets.zoom.LargeZoomWidget
Updates the widget, because only after being attached we know our real size and can position the mark.
onBadlyFormedXml(Response, DOMException) - Method in class com.maryanovsky.gwtutils.client.XmlResponseHandler
Invoked when the result could not be parsed as an XML document.
onBadResponse(Document, ParseException) - Method in class com.maryanovsky.gwtutils.client.XmlResponseHandler
Invoked when the received response cannot be parsed by XmlResponseHandler.parseResponse(Document).
onBrowserEvent(Event) - Method in class com.maryanovsky.gwtutils.client.GlassPane
Captures all events.
onError(Request, Throwable) - Method in class com.maryanovsky.gwtutils.client.AbstractResponseHandler
Invokes AbstractResponseHandler.onAnyResponse() and then AbstractResponseHandler.onRequestError(Request, Throwable).
onErrorXmlResponse(Document) - Method in class com.maryanovsky.gwtutils.client.XmlResponseHandler
Invoked when an error response arrives.
onImageAbort(String, JavaScriptObject) - Static method in class com.maryanovsky.gwtutils.client.ImageLoadingManager
Invoked when the loading of the image was aborted.
onImageError(String, JavaScriptObject) - Static method in class com.maryanovsky.gwtutils.client.ImageLoadingManager
Invoked when the image errors while loading.
onImageLoad(String, JavaScriptObject) - Static method in class com.maryanovsky.gwtutils.client.ImageLoadingManager
Invoked when the image finishes loading normally.
onLoad() - Method in class com.maryanovsky.gwtutils.client.Form
Invoked when this widget is attached to the DOM.
onLoad() - Method in class com.maryanovsky.map.client.MapWidget
Invoked when the widget is attached to the DOM.
onLoad() - Method in class com.maryanovsky.map.client.widgets.scale.ScaleWidget
Updates the scale on-load.
onRequestError(Request, Throwable) - Method in class com.maryanovsky.gwtutils.client.AbstractResponseHandler
Invoked when an error occurs during the request.
onResponseReceived(Request, Response) - Method in class com.maryanovsky.gwtutils.client.AbstractResponseHandler
If the response code is 200, parses the response and passes the result to AbstractResponseHandler.onSuccessfulResponse(Response).
onResult(T) - Method in class com.maryanovsky.gwtutils.client.XmlResponseHandler
Invoked when a response successfully parsed by XmlResponseHandler.parseResponse(Document) arrives.
onSuccessfulResponse(Response) - Method in class com.maryanovsky.gwtutils.client.AbstractResponseHandler
Invoked when a successful response has arrived.
onSuccessfulResponse(Response) - Method in class com.maryanovsky.gwtutils.client.XmlResponseHandler
Invoked when a successful response arrives.
onSuccessfulXmlResponse(Document) - Method in class com.maryanovsky.gwtutils.client.XmlResponseHandler
Invoked when a successful XML response arrives.
onUnexpectedStatusCode(Request, Response) - Method in class com.maryanovsky.gwtutils.client.AbstractResponseHandler
Invoked when the HTTP response code is not 200.
onUnload() - Method in class com.maryanovsky.map.client.MapWidget
Invoked when the widget is removed from the DOM.
onUnrecognizedResponse(Document) - Method in class com.maryanovsky.gwtutils.client.XmlResponseHandler
Invoked when an unknown response arrives (a document whose main tag name is not recognized).
Osgeo41001Projection - Class in com.maryanovsky.map.client.opengis.wms
The projection for the OSGEO:41001 SRS.
Overlay - Interface in com.maryanovsky.map.client
The interface for overlays added to the map.
OverviewMapWidget - Class in com.maryanovsky.map.client.widgets.overview
A MapWidget which displays an overview map for a certain other MapWidget.
OverviewMapWidget(MapWidget, OverviewMapWidget.Synchronization) - Constructor for class com.maryanovsky.map.client.widgets.overview.OverviewMapWidget
Creates a new OverviewMapWidget for the specified main map widget and OverviewMapWidget.Synchronization between them.
OverviewMapWidget.StandardSynchronization - Class in com.maryanovsky.map.client.widgets.overview
The most commonly used implementation of OverviewMapWidget.Synchronization.
OverviewMapWidget.StandardSynchronization(double, boolean) - Constructor for class com.maryanovsky.map.client.widgets.overview.OverviewMapWidget.StandardSynchronization
Creates a new StandardSynchronization.
OverviewMapWidget.Synchronization - Interface in com.maryanovsky.map.client.widgets.overview
The interface to implement when you want to decide on a custom relationship between the location of a main map widget and its overview.

P

Pair<T1,T2> - Class in com.maryanovsky.gwtutils.client
A wrapper for any two other given objects.
Pair(T1, T2) - Constructor for class com.maryanovsky.gwtutils.client.Pair
Creates a new Pair with the two given objects.
PAN_MAP_ACTION - Static variable in class com.maryanovsky.map.client.MapWidget
A click action which pans the map without animation to the clicked point.
panBy(PointView, boolean) - Method in class com.maryanovsky.map.client.MapWidget
Pans the map by the specified offset, in pixels, possibly animating the transition.
panTo(PointView, boolean) - Method in class com.maryanovsky.map.client.MapWidget
Pans the map to center on the specified point, in widget coordinates, possibly animating the transition.
parse(Document) - Method in interface com.maryanovsky.gwtutils.client.XmlParser
Parses the specified XML document, returning the resulting object.
ParseException - Exception in com.maryanovsky.gwtutils.client
The exception thrown when parsing fails.
ParseException(String) - Constructor for exception com.maryanovsky.gwtutils.client.ParseException
Creates a new ParseException with the specified message.
parseProperties(String) - Static method in class com.maryanovsky.gwtutils.client.ParseUtils
Parses a simplified properties file.
parseResponse(Document) - Method in class com.maryanovsky.gwtutils.client.XmlResponseHandler
Parses the specified response and returns the resulting object.
parseResponse(Document) - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.ResponseHandler
Parses the document of a successfuly response.
ParseUtils - Class in com.maryanovsky.gwtutils.client
A utility class providing useful methods for parsing.
ParseUtils() - Constructor for class com.maryanovsky.gwtutils.client.ParseUtils
 
PilePanel - Class in com.maryanovsky.gwtutils.client
A panel which piles its children on top of each other, each placed at 0,0 and fills the 100% of the width and height of the panel.
PilePanel() - Constructor for class com.maryanovsky.gwtutils.client.PilePanel
Creates a new PilePanel.
Point - Class in com.maryanovsky.gwtutils.client
A two dimensional point, with integer coordinates.
Point(int, int) - Constructor for class com.maryanovsky.gwtutils.client.Point
Creates a new Point with the specified coordinates.
Point() - Constructor for class com.maryanovsky.gwtutils.client.Point
Creates a new Point at 0,0.
Point(SizeView) - Constructor for class com.maryanovsky.gwtutils.client.Point
Creates a new Point with the X coordinate at the width of the specified size and the Y coordinate at the height of the specified size.
Point(PointView) - Constructor for class com.maryanovsky.gwtutils.client.Point
Creates a new Point at the same coordinates as the specified one.
PointView - Interface in com.maryanovsky.gwtutils.client
Provides a view of an integer 2D point without allowing modifications.
POWERS_OF_TWO - Static variable in class com.maryanovsky.gwtutils.client.MathUtils
Powers of two.
prepareLayoutTable(HTMLTable) - Static method in class com.maryanovsky.gwtutils.client.UiUtils
Prepares the specified table to be a layout table by clearing its cell padding, spacing and border.
Projection - Interface in com.maryanovsky.map.client
A projection maps between latitude-longitude coordinates and pixel coordinates (at a certain zoom).
propertyChanged(PropertyChangeEvent) - Method in interface com.maryanovsky.gwtutils.client.PropertyChangeListener
Invoked when the property with the specified name of the specified object changes.
PropertyChangeEvent - Class in com.maryanovsky.gwtutils.client
Encapsulates a change event in some named property.
PropertyChangeEvent(Object, String, Object, Object) - Constructor for class com.maryanovsky.gwtutils.client.PropertyChangeEvent
Creates a new PropertyChangeEvent with the specified source object, name of the property that changed and the old and new values of the property.
PropertyChangeListener - Interface in com.maryanovsky.gwtutils.client
The interface for receiving notifications of a change in a named property.
PropertyChangeListenerList - Class in com.maryanovsky.gwtutils.client
A convenience class for managing PropertyChangeListeners.
PropertyChangeListenerList(String[]) - Constructor for class com.maryanovsky.gwtutils.client.PropertyChangeListenerList
Creates a new PropertyChangeListenerList which will manage listeners to changes in the specified list of properties.

Q

quietlyMarkReady(IT) - Method in class com.maryanovsky.gwtutils.client.GroupReadyListener
Marks the specified item as ready, without notifiying the listener.
quietlyMarkUnready(IT) - Method in class com.maryanovsky.gwtutils.client.GroupReadyListener
Marks the specified item as unready, without notifying the listener.

R

RAD_TO_DEG - Static variable in class com.maryanovsky.gwtutils.client.MathUtils
Coefficient for converting radians to degrees.
ReadyListener<T> - Interface in com.maryanovsky.gwtutils.client
A listener which is notified when an entity changes between ready and unready states.
Rectangle - Class in com.maryanovsky.gwtutils.client
A rectangle, in integer coordinates.
Rectangle(int, int, int, int) - Constructor for class com.maryanovsky.gwtutils.client.Rectangle
Creates a new Rectangle with the specified arguments.
Rectangle() - Constructor for class com.maryanovsky.gwtutils.client.Rectangle
Creates a new Rectangle of 0x0 size at 0,0 coordinates.
Rectangle(RectangleView) - Constructor for class com.maryanovsky.gwtutils.client.Rectangle
Creates a new rectangle with the same values as the specified one.
Rectangle(PointView, SizeView) - Constructor for class com.maryanovsky.gwtutils.client.Rectangle
Creates a new rectangle at the specified coordinates and with the specified size.
RectangleView - Interface in com.maryanovsky.gwtutils.client
Provides a view of a Rectangle without allowing modifications.
reflect(Point) - Method in class com.maryanovsky.gwtutils.client.Point
Reflects this point relative to the specified one.
remove(ChangeListener) - Method in class com.maryanovsky.gwtutils.client.ChangeListenerList
Removes the specified ChangeListener to the list.
remove(ReadyListener<T>) - Method in class com.maryanovsky.gwtutils.client.DelegatingReadyListenerCollection
Removes the specified ready listener from getting notified when one of the sources with are registered with changes its ready state.
remove(String, PropertyChangeListener) - Method in class com.maryanovsky.gwtutils.client.PropertyChangeListenerList
Removes the specified listener from being notified when the property with the specified name changes.
removeChangeListener(ChangeListener) - Method in class com.maryanovsky.map.client.MapLocationModel
Removes the specified ChangeListener from receiving notifications when this MapLocationModel changes.
removeClickListener(ClickListener) - Method in class com.maryanovsky.gwtutils.client.ImageButton
removed(MapWidget) - Method in interface com.maryanovsky.map.client.Overlay
Invoked when the overlay is removed from the MapWidget.
removed(MapWidget) - Method in class com.maryanovsky.map.client.WidgetOverlay
Removes the widget from the map's overlay panel.
removeField(Widget) - Method in class com.maryanovsky.gwtutils.client.Form
Removes the specified field from the form.
removeMouseListener(MouseListener) - Method in class com.maryanovsky.gwtutils.client.UserEventManager
SourcesMouseEvents implementation.
removeMouseWheelListener(MouseWheelListener) - Method in class com.maryanovsky.gwtutils.client.UserEventManager
SourcesMouseWheelEvents implementation.
removeOverlay(Overlay) - Method in class com.maryanovsky.map.client.MapWidget
Removes an overlay from this MapWidget.
removeOverlays(Collection<Overlay>) - Method in class com.maryanovsky.map.client.MapWidget
A convenience method for removing a collection of overlays.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class com.maryanovsky.map.client.MapWidget
Removes the specified PropertyChangeListener from being notified when the property with the specified name changes.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class com.maryanovsky.map.client.WidgetOverlay
Unregisters the specified property change listener from being notified when the specified property of this overlay changes.
removeRow(int) - Method in class com.maryanovsky.gwtutils.client.Form
Removes the specified row.
replaceBoundsWidget() - Method in class com.maryanovsky.map.client.widgets.overview.OverviewMapWidget
Replaces the current boundsWidget, if any, with a new one, as created by OverviewMapWidget.createBoundsWidget().
requestFinished() - Method in interface com.maryanovsky.gwtutils.client.ResultCallback
Invoked when any kind of result occurs, whether an error occurred while sending or receiving or a bad/good response received.
requestUrl - Variable in class com.maryanovsky.gwtutils.client.AbstractResponseHandler
The URL of the request.
reset() - Method in class com.maryanovsky.gwtutils.client.GroupReadyListener
Marks all items as ready, without notifying the listener.
resized() - Method in class com.maryanovsky.map.client.MapWidget
Call this method whenever you manually adjust the size of the widget after it has been displayed.
ResolutionListZoomStrategy - Class in com.maryanovsky.map.client.projections
An implementation of ZoomStrategy where each zoom has a resolution value attached to it - the number of map units (meters, degrees etc.) per pixel.
ResolutionListZoomStrategy(List<Double>) - Constructor for class com.maryanovsky.map.client.projections.ResolutionListZoomStrategy
Creates a new ResolutionListZoomStrategy with the specified list of resolutions (one for each zoom).
ResultCallback<T> - Interface in com.maryanovsky.gwtutils.client
The interface to implement for getting notified when a result to a request arrives.
resultReceived(T) - Method in interface com.maryanovsky.gwtutils.client.ResultCallback
Invoked when a successfully parsed response arrives.
right() - Method in interface com.maryanovsky.map.client.widgets.scale.ScaleWidget.Images
The right part of the scale.
roundDownToGrid(int, int) - Method in class com.maryanovsky.gwtutils.client.Point
Moves this point to the nearest location with smaller X and Y coordinates which is on a grid where each cell is of the specified size.
roundDownToGrid(SizeView) - Method in class com.maryanovsky.gwtutils.client.Point
Moves this point to the nearest location with smaller X and Y coordinates which is on a grid of the specified size.
roundDownToMultiple(int, int) - Static method in class com.maryanovsky.gwtutils.client.MathUtils
Returns the largest integer smaller or equal to the specified one which is a multiple of the specified factor.
roundUpToGrid(int, int) - Method in class com.maryanovsky.gwtutils.client.Point
Moves the point to the nearest location with greater X and Y coordinates which is on a grid where each cell is of the specified size.
roundUpToGrid(Size) - Method in class com.maryanovsky.gwtutils.client.Point
Moves the point to the nearest location with greater X and Y coordinates which is on a grid where each cell is of the specified size.
roundUpToMultiple(int, int) - Static method in class com.maryanovsky.gwtutils.client.MathUtils
Returns the smallest integer larger or equal to the specified one, which is a multiple of the specified factor.
RTL - Static variable in class com.maryanovsky.gwtutils.client.UiUtils
The delegate for right-to-left languages.

S

ScaleProjection - Class in com.maryanovsky.map.client.projections
A projection which simply scales the latitude and longitude values into the world size rectangle specified in the constructor.
ScaleProjection(ZoomStrategy, int, SizeView, boolean, double) - Constructor for class com.maryanovsky.map.client.projections.ScaleProjection
Creates a new ScaleProjection with the specified arguments.
ScaleWidget - Class in com.maryanovsky.map.client.widgets.scale
A widget displaying the map's scale, that is the amount of real-world distance units (such as kilometers) in a certain amount of pixels.
ScaleWidget(MapWidget, ScaleWidget.Scale, ScaleWidget.Images) - Constructor for class com.maryanovsky.map.client.widgets.scale.ScaleWidget
Creates a new ScaleWidget for the specified MapWidget, with the specified scale and images.
ScaleWidget(MapWidget, ScaleWidget.Scale) - Constructor for class com.maryanovsky.map.client.widgets.scale.ScaleWidget
Creates a new ScaleWidget for the specified MapWidget, with the specified scale and default images.
ScaleWidget.Images - Interface in com.maryanovsky.map.client.widgets.scale
A bundle of the images used by the widget.
ScaleWidget.Scale - Interface in com.maryanovsky.map.client.widgets.scale
Defines the size and values displayed by the scale widget.
sendGetRequest(String, ResultCallback<Capabilities>) - Static method in class com.maryanovsky.map.client.opengis.wms.Capabilities
Sends an HTTP GET GetCapabilities request using the specified base URL.
ServiceExceptionReport - Class in com.maryanovsky.map.client.opengis.wms
Encapsulates a WMS service exception report.
ServiceExceptionReport(Document) - Constructor for class com.maryanovsky.map.client.opengis.wms.ServiceExceptionReport
Creates a ServiceExceptionReport from the specified Service Exception response XML document.
ServiceExceptionReport.ServiceException - Class in com.maryanovsky.map.client.opengis.wms
Encapsulates a Service Exception.
set(int, int) - Method in class com.maryanovsky.gwtutils.client.Point
Sets both coordinates.
set(PointView) - Method in class com.maryanovsky.gwtutils.client.Point
Sets both coordinates.
set(int, int, int, int) - Method in class com.maryanovsky.gwtutils.client.Rectangle
Sets the values of this rectangle.
set(int, int) - Method in class com.maryanovsky.gwtutils.client.Size
Sets the size of this Size object.
set(SizeView) - Method in class com.maryanovsky.gwtutils.client.Size
Sets the size of this Size object from the values of the specified one.
set(LatLng, int) - Method in class com.maryanovsky.map.client.MapLocationModel
Sets both the center and zoom in one call (to avoid a temporary state where either the zoom or the center are wrong).
set(MapLocationModel) - Method in class com.maryanovsky.map.client.MapLocationModel
Copies all relevant information from the specified MapLocationModel to this one.
setAbsoluteBounds(Widget, int, int, int, int) - Static method in class com.maryanovsky.gwtutils.client.UiUtils
Sets the bounds of the specified widget and its "position" style attribute to "absolute".
setAbsoluteFullSize(Widget) - Static method in class com.maryanovsky.gwtutils.client.UiUtils
Sets the specified widget's position attribute to "absolute", its top and left attributes to "0px" and its width and height attributes to "100%".
setAlignment(Alignment) - Method in class com.maryanovsky.map.client.WidgetOverlay
Sets the alignment of the widget relative to the location specified by the anchor and offset.
setAnchor(LatLng) - Method in class com.maryanovsky.map.client.WidgetOverlay
Sets the anchor point at which the widget is added.
setAnimate(boolean) - Method in class com.maryanovsky.map.client.widgets.zoom.LargeZoomWidget
Sets whether zoom changes will (try to) be animated.
setBounds(Widget, int, int, int, int) - Static method in class com.maryanovsky.gwtutils.client.UiUtils
Sets the "left", "top", "width" and "height" attributes of the widget to the specified values, in pixels.
setBoundsWidgetDragged(boolean) - Method in class com.maryanovsky.map.client.widgets.overview.OverviewMapWidget
Tells the overview map widget whether its bounds widget it being dragged.
setButtons(Button, Button) - Method in class com.maryanovsky.gwtutils.client.Form
Sets the form buttons.
setCenter(LatLng) - Method in class com.maryanovsky.map.client.MapLocationModel
Sets the center to the specified location.
setClickAction(ClickAction) - Method in class com.maryanovsky.gwtutils.client.UserEventManager
Sets the action invoked when the (left) mouse button is clicked once.
setClickOkOnEnter(boolean) - Method in class com.maryanovsky.gwtutils.client.Form
Sets whether the "OK" button will be clicked programmatically when the user hits ENTER.
setContainingSize(AbsolutePanel) - Static method in class com.maryanovsky.gwtutils.client.UiUtils
Sets the bounds of the specified panel so that all of its widgets are within them (obviously, except those placed at negative coordinates).
setCover(PointView, PointView) - Method in class com.maryanovsky.gwtutils.client.Rectangle
Sets this rectangle to the smallest rectangle which contains both specified points.
setDataDirection(Widget) - Static method in class com.maryanovsky.gwtutils.client.UiUtils
Sets the direction of the specified widget to LTR.
setDefaultFocusedWidget(HasFocus) - Method in class com.maryanovsky.gwtutils.client.Form
Sets the widget to get the focus by default.
setDelegate(UiUtils.Delegate) - Static method in class com.maryanovsky.gwtutils.client.UiUtils
Sets the current delegate.
setDoubleClickAction(ClickAction) - Method in class com.maryanovsky.gwtutils.client.UserEventManager
Sets the action invoked when the (left) mouse button is clicked twice.
setDragAction(DragAction) - Method in class com.maryanovsky.gwtutils.client.UserEventManager
Sets the action invoked when the mouse is dragged.
setElementId(Widget, String) - Static method in class com.maryanovsky.gwtutils.client.UiUtils
Sets the id attribute of the specified widget's DOM element to the specified value.
setEnabled(boolean) - Method in class com.maryanovsky.gwtutils.client.ImageButton
Sets the enabled state of the button.
setEnabled(boolean) - Method in class com.maryanovsky.map.client.widgets.zoom.LargeZoomWidget
Sets whether the widget is enabled.
setFieldVisible(Widget, boolean) - Method in class com.maryanovsky.gwtutils.client.Form
Sets the visibility of the specified field.
setFormTitle(String) - Method in class com.maryanovsky.gwtutils.client.Form
Sets the title of this form.
setFullSize(Widget) - Static method in class com.maryanovsky.gwtutils.client.UiUtils
Sets the specified widget's top and left attributes to "0px" and its width and height attributes to "100%".
setGrabbingCursor(Widget) - Static method in class com.maryanovsky.gwtutils.client.UiUtils
Sets the "grabbing" cursor on the specified widget, if supported.
setGrabbingCursorUrl(String) - Static method in class com.maryanovsky.gwtutils.client.UiUtils
Sets the grabbing cursor to the specified URL.
setGrabCursor(Widget) - Static method in class com.maryanovsky.gwtutils.client.UiUtils
Sets the "grab" cursor on the specified widget, if supported.
setGrabCursor(boolean) - Method in class com.maryanovsky.map.client.MapWidget
Sets whether the map widget will use the grab cursor.
setGrabCursorUrl(String) - Static method in class com.maryanovsky.gwtutils.client.UiUtils
Sets the grab cursor to the specified URL.
setGridRow(Grid, int, List<? extends Widget>) - Static method in class com.maryanovsky.gwtutils.client.UiUtils
Puts the specified widgets into the specified row in the grid, in language order.
setGridRow(Grid, int, List<? extends Widget>, List<HasVerticalAlignment.VerticalAlignmentConstant>, List<HasHorizontalAlignment.HorizontalAlignmentConstant>) - Static method in class com.maryanovsky.gwtutils.client.UiUtils
Puts the specified widgets into the specified row in the grid, in language order.
setHeight(int) - Method in class com.maryanovsky.gwtutils.client.Rectangle
Sets the height of the rectangle.
setHeight(int) - Method in class com.maryanovsky.gwtutils.client.Size
Sets the height.
setHorizontalAlignment(HasHorizontalAlignment.HorizontalAlignmentConstant) - Method in class com.maryanovsky.gwtutils.client.AlignPanel
Sets the horizontal alignment.
setLeadingMargin(Widget, int) - Static method in class com.maryanovsky.gwtutils.client.UiUtils
Sets the margin leading the element, in the reading direction (left when in LTR, right when in RTL mode).
setMap(Map) - Method in class com.maryanovsky.map.client.MapWidget
Sets the currently displayed map.
setMiddleClickAction(ClickAction) - Method in class com.maryanovsky.gwtutils.client.UserEventManager
Sets the action invoked when the middle mouse button is clicked.
setMoveAction(MoveAction) - Method in class com.maryanovsky.gwtutils.client.UserEventManager
Sets the action invoked when the mouse is moved without any buttons being pressed.
setOffset(PointView) - Method in class com.maryanovsky.map.client.WidgetOverlay
Sets the offset of the widget from the anchor point.
setOpacity(Widget, double) - Static method in class com.maryanovsky.gwtutils.client.UiUtils
Sets the opacity of the specified widget to the specified value, where 0 stands for completely transparent and 1 for completely opaque.
setPanAnimationLength(int) - Method in class com.maryanovsky.map.client.MapWidget
Sets the length of pan animations, in milliseconds.
setPinnedBoundsWidgetLocation(LatLng) - Method in class com.maryanovsky.map.client.widgets.overview.OverviewMapWidget
Pins the bounds widget to the specified location, or unpins it if the argument is null.
setRightClickAction(ClickAction) - Method in class com.maryanovsky.gwtutils.client.UserEventManager
Sets the action invoked when the right mouse button is clicked.
setSize(int, int) - Method in class com.maryanovsky.gwtutils.client.Rectangle
Sets the size of the rectangle.
setSize(SizeView) - Method in class com.maryanovsky.gwtutils.client.Rectangle
Sets the size of the rectangle.
setStatus(String) - Static method in class com.maryanovsky.gwtutils.client.BrowserUtils
Sets the status of the window we're running in to the specified string.
setTemporaryOffset(PointView) - Method in class com.maryanovsky.map.client.MapWidget
Adds a temporary offset, in pixels, to the "official", permanent, location of the map.
setText(String) - Method in class com.maryanovsky.gwtutils.client.ImageButton
Sets the text of the button.
setTextDirection(Widget) - Static method in class com.maryanovsky.gwtutils.client.UiUtils
Sets the direction of the specified widget to the direction of the application's language.
setTileCoverSize(double) - Method in class com.maryanovsky.map.client.MapWidget
Sets the size of the area covered by tiles, relative to the the size of the widget itself.
setToggled(boolean) - Method in class com.maryanovsky.gwtutils.client.ToggleImageButton
Sets this button's toggled state.
setTopLeft(int, int) - Method in class com.maryanovsky.gwtutils.client.Rectangle
Sets the location of the top-left point.
setTopLeft(PointView) - Method in class com.maryanovsky.gwtutils.client.Rectangle
Sets the location of the top-left point.
setTopLeft(Widget, PointView) - Static method in class com.maryanovsky.gwtutils.client.UiUtils
Sets the widget's position via the "top" and "left" style attributes.
setTopLeft(Widget, int, int) - Static method in class com.maryanovsky.gwtutils.client.UiUtils
Sets the widget's position via the "top" and "left" style attributes.
setTrailingMargin(Widget, int) - Static method in class com.maryanovsky.gwtutils.client.UiUtils
Sets the margin trailing the element, in the reading direction (right when in LTR, left when in RTL mode).
setTripleClickAction(ClickAction) - Method in class com.maryanovsky.gwtutils.client.UserEventManager
Sets the action invoked when the (left) mouse button is clicked three times.
setVerticalAlignment(HasVerticalAlignment.VerticalAlignmentConstant) - Method in class com.maryanovsky.gwtutils.client.AlignPanel
Sets the vertical alignment.
setVisible(Widget, boolean) - Static method in class com.maryanovsky.gwtutils.client.UiUtils
Sets the visibility of the specified widget.
setVisualWidth(Widget, GWTUiDefaults.WidgetElementType, int) - Static method in class com.maryanovsky.gwtutils.client.UiUtils
Sets the width of the specified widget so that its visual width is as specified.
setVisualWidth(Widget, int) - Static method in class com.maryanovsky.gwtutils.client.UiUtils
Sets the width of the specified widget so that its visual width is as specified.
setWheelAction(WheelAction) - Method in class com.maryanovsky.gwtutils.client.UserEventManager
Sets the action invoked when the mouse wheel is scrolled.
setWidth(int) - Method in class com.maryanovsky.gwtutils.client.Rectangle
Sets the width of the rectangle.
setWidth(int) - Method in class com.maryanovsky.gwtutils.client.Size
Sets the width.
setX(double) - Method in class com.maryanovsky.gwtutils.client.DoublePoint
Sets the X coordinate.
setX(int) - Method in class com.maryanovsky.gwtutils.client.Point
Sets the X coordinate.
setX(int) - Method in class com.maryanovsky.gwtutils.client.Rectangle
Sets the X coordinate of the top-left point.
setY(double) - Method in class com.maryanovsky.gwtutils.client.DoublePoint
Sets the Y coordinate.
setY(int) - Method in class com.maryanovsky.gwtutils.client.Point
Sets the Y coordinate.
setY(int) - Method in class com.maryanovsky.gwtutils.client.Rectangle
Sets the Y coordinate of the top-left point.
setZoom(int) - Method in class com.maryanovsky.map.client.MapLocationModel
Sets the zoom to the specified value.
setZoomAnimationLength(int) - Method in class com.maryanovsky.map.client.MapWidget
Sets the length of zoom animations, in milliseconds.
setZOrder(Widget[]) - Static method in class com.maryanovsky.gwtutils.client.UiUtils
Sets the z-indices of the specified widgets to their indices in the specified array, making widgets with greater indices appear on top of widgets with smaller indices.
sgn(int) - Static method in class com.maryanovsky.gwtutils.client.MathUtils
Returns the sign of the specified number, that is -1 if it is negative, 0 if it is zero and 1 if it positive.
shouldAnimateTo(LatLng) - Method in class com.maryanovsky.map.client.MapWidget
Returns whether panning to the specified location should use animation or not.
showErrorMessage(String) - Method in class com.maryanovsky.gwtutils.client.XmlResponseHandler
Displays the specified error message.
showNextStage() - Method in class com.maryanovsky.gwtutils.client.Wizard
Moves to the next stage.
Size - Class in com.maryanovsky.gwtutils.client
Defines two dimensional bounds, with integer coordinates.
Size(int, int) - Constructor for class com.maryanovsky.gwtutils.client.Size
Creates a new Size with the specified width and height.
Size() - Constructor for class com.maryanovsky.gwtutils.client.Size
Creates a new 0x0 Size.
Size(SizeView) - Constructor for class com.maryanovsky.gwtutils.client.Size
Creates a new Size of the same size as the specified one.
SIZE_PROPERTY_NAME - Static variable in class com.maryanovsky.map.client.MapWidget
The property name for the size of the map widget.
SizeView - Interface in com.maryanovsky.gwtutils.client
Provides a view of Size without allowing modifications.
sqr(double) - Static method in class com.maryanovsky.gwtutils.client.MathUtils
The square function.
start() - Method in class com.maryanovsky.gwtutils.client.Animation
Starts the animation (and returns immediately).
startAnimation(Animation) - Method in class com.maryanovsky.map.client.MapWidget
Ends the current animation, if any, and starts a new one.
stateChanged(ChangeEvent) - Method in interface com.maryanovsky.gwtutils.client.ChangeListener
Invoked when the state of the source specified by the given event changes in some manner.
step() - Method in interface com.maryanovsky.map.client.widgets.zoom.LargeZoomWidget.Images
Returns the image prototype of the ladder's steps.
stopTrackingResizes(Object) - Static method in class com.maryanovsky.gwtutils.client.UiUtils
Stops tracking size changes for some widget.
STYLE_NOT_DEFINED_EXCEPTION_CODE - Static variable in class com.maryanovsky.map.client.opengis.wms.ServiceExceptionReport.ServiceException
The StyleNotDefined exception code.
syncMain(MapWidget, OverviewMapWidget) - Method in class com.maryanovsky.map.client.widgets.overview.OverviewMapWidget.StandardSynchronization
Invoked when the location of the overview map changes to apply these changes to the specified main map widget.
syncMain(MapWidget, OverviewMapWidget) - Method in interface com.maryanovsky.map.client.widgets.overview.OverviewMapWidget.Synchronization
Invoked when the location of the overview map changes to apply these changes to the specified main map widget.
syncOverview(MapWidget, OverviewMapWidget) - Method in class com.maryanovsky.map.client.widgets.overview.OverviewMapWidget.StandardSynchronization
Invoked when the location of the main map changes to apply these changes to the specified overview map widget.
syncOverview(MapWidget, OverviewMapWidget) - Method in interface com.maryanovsky.map.client.widgets.overview.OverviewMapWidget.Synchronization
Invoked when the location of the main map changes to apply these changes to the specified overview map widget.

T

TEMPORARY_OFFSET_PROPERTY_NAME - Static variable in class com.maryanovsky.map.client.MapWidget
The property name for the temporary offset of the map widget.
TileLayer - Interface in com.maryanovsky.map.client
Defines the conversion from pixel map coordinates to the map tiles displayed on the map.
TileSetLayer - Class in com.maryanovsky.map.client.opengis.wms
A TileLayer implementation for a WMS server.
TileSetLayer(Capabilities, Capabilities.TileSet, WmsProjection, int, int) - Constructor for class com.maryanovsky.map.client.opengis.wms.TileSetLayer
Creates a new TileSetLayer for the specified Capabilities.TileSet.
ToggleImageButton - Class in com.maryanovsky.gwtutils.client
A toggle button based on the ImageButton class.
ToggleImageButton(String) - Constructor for class com.maryanovsky.gwtutils.client.ToggleImageButton
Creates a ToggleImageButton with the specified image URL, which will be used for all button states (normal, rollover, selected, disabled).
ToggleImageButton(AbstractImagePrototype) - Constructor for class com.maryanovsky.gwtutils.client.ToggleImageButton
Creates a new ToggleImageButton with the specified image prototype, which will be used for all button states (normal, rollover, selected, disabled).
ToggleImageButton(String, String, String, String) - Constructor for class com.maryanovsky.gwtutils.client.ToggleImageButton
Creates a ToggleImageButton with images retrieved from the specified URLs.
ToggleImageButton(AbstractImagePrototype, AbstractImagePrototype, AbstractImagePrototype, AbstractImagePrototype) - Constructor for class com.maryanovsky.gwtutils.client.ToggleImageButton
Creates an ImageButton with images retrieved from the specified image prototypes.
top() - Method in interface com.maryanovsky.map.client.widgets.zoom.LargeZoomWidget.Images
Returns the image prototype of the ladder's top.
toString() - Method in class com.maryanovsky.gwtutils.client.Point
Returns a textual representation of this point.
toString() - Method in class com.maryanovsky.gwtutils.client.Rectangle
Returns a textual representation of this rectangle.
toString() - Method in class com.maryanovsky.gwtutils.client.Size
Returns a textual representation of this size.
toString() - Method in class com.maryanovsky.gwtutils.client.UrlBuilder
Returns the URL.
toString() - Method in class com.maryanovsky.map.client.LatLng
Returns a textual representation of this coordinate.
toUrlValue(int) - Method in class com.maryanovsky.map.client.LatLng
Returns a string representing this LatLng suitable for use as the value of a URL parameter.
toUrlValue() - Method in class com.maryanovsky.map.client.LatLng
Same as LatLng.toUrlValue(int), but with a fixed precision of 6 digits after the decimal point.
trackResizes(Widget, ChangeListener) - Static method in class com.maryanovsky.gwtutils.client.UiUtils
Attempts to track changes in the size of the specified widget and notify the specified change listener.

U

UiUtils - Class in com.maryanovsky.gwtutils.client
A utility class for UI related functionality.
UiUtils() - Constructor for class com.maryanovsky.gwtutils.client.UiUtils
 
updateBoundsWidget() - Method in class com.maryanovsky.map.client.widgets.overview.OverviewMapWidget
Updates the current boundsWidget to accurately reflect the bounds of the main map widget display.
updated(MapWidget, boolean) - Method in interface com.maryanovsky.map.client.Overlay
Invoked when the map view changes.
updated(MapWidget, boolean) - Method in class com.maryanovsky.map.client.WidgetOverlay
Invoked when the map view changes.
updatePosition() - Method in class com.maryanovsky.map.client.WidgetOverlay
Updates the widget's position.
UrlBuilder - Class in com.maryanovsky.gwtutils.client
Constructs a URL from a base URL and parameters.
UrlBuilder(String) - Constructor for class com.maryanovsky.gwtutils.client.UrlBuilder
Creates a new UrlBuilder with the specified base URL.
UrlBuilder(UrlBuilder) - Constructor for class com.maryanovsky.gwtutils.client.UrlBuilder
Creates a copy of the specified UrlBuilder.
UrlImagePrototype - Class in com.maryanovsky.gwtutils.client
An image prototype which returns images from a certain URL.
UrlImagePrototype(String) - Constructor for class com.maryanovsky.gwtutils.client.UrlImagePrototype
Creates a new UrlImagePrototype with the specified image URL.
UrlImagePrototype(String, Size) - Constructor for class com.maryanovsky.gwtutils.client.UrlImagePrototype
Creates a new UrlImagePrototype with the specified URL and an optional size.
UrlImagePrototype(String, Size, boolean) - Constructor for class com.maryanovsky.gwtutils.client.UrlImagePrototype
Creates a new UrlImagePrototype with the specified URL, an optional size and a flag specifying whether the image is a PNG image.
USER_AGENT - Static variable in class com.maryanovsky.gwtutils.client.BrowserUtils
The user-agent string of the browser we are running in.
UserEventManager - Class in com.maryanovsky.gwtutils.client
Converts low-level user events fired by the browser (mouse, keyboard events) to high level events (mouse clicked, key pressed) and invokes a specified action when such an event occurs.
UserEventManager(Widget, SourcesMouseEvents, SourcesMouseWheelEvents) - Constructor for class com.maryanovsky.gwtutils.client.UserEventManager
Creates a new UserEventManager to listen to events from the specified sources.
Utils - Class in com.maryanovsky.gwtutils.client
A general utility class.
Utils() - Constructor for class com.maryanovsky.gwtutils.client.Utils
 

V

valueOf(String) - Static method in enum com.maryanovsky.gwtutils.client.Alignment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.maryanovsky.gwtutils.client.GWTUiDefaults.WidgetElementType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.maryanovsky.gwtutils.client.Alignment
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.maryanovsky.gwtutils.client.GWTUiDefaults.WidgetElementType
Returns an array containing the constants of this enum type, in the order they're declared.
VERSION - Static variable in class com.maryanovsky.map.client.opengis.wms.Wms
The WMS version implemented by this package.

W

WheelAction - Interface in com.maryanovsky.gwtutils.client
An action which may be invoked when the mouse wheel is scrolled.
WidgetOverlay - Class in com.maryanovsky.map.client
An overlay which positions a single widget at a specified location on the map.
WidgetOverlay(Widget, LatLng, PointView) - Constructor for class com.maryanovsky.map.client.WidgetOverlay
Creates a new WidgetOverlay which places the specified widget at the specified offset from the specified anchor point.
WidgetOverlay(Widget, LatLng, PointView, SizeView) - Constructor for class com.maryanovsky.map.client.WidgetOverlay
Creates a new WidgetOverlay which places the specified widget at the specified offset from the specified anchor point.
Wizard - Class in com.maryanovsky.gwtutils.client
A wizard is a multi-stage dialog.
Wizard(DialogCallback) - Constructor for class com.maryanovsky.gwtutils.client.Wizard
Creates a new Wizard with the specified dialog callback.
Wms - Class in com.maryanovsky.map.client.opengis.wms
A class for various static WMS values and utilities.
Wms() - Constructor for class com.maryanovsky.map.client.opengis.wms.Wms
 
WmsProjection - Interface in com.maryanovsky.map.client.opengis.wms
A WmsProjection adds the ability to convert from pixel coordinates to the projection's "native" coordinates.
worldHeight - Variable in class com.maryanovsky.map.client.projections.AbstractProjection
The height of the world, in pixels, at the native zoom.
worldWidth - Variable in class com.maryanovsky.map.client.projections.AbstractProjection
The width of the world, in pixels, at the native zoom.

X

XmlParser<T> - Interface in com.maryanovsky.gwtutils.client
An interface for classes which can parse XML documents.
XmlResponseHandler<T> - Class in com.maryanovsky.gwtutils.client
A base implementation of a RequestCallback which handles XML responses.
XmlResponseHandler(String, String, String, XmlParser<T>, ResultCallback<T>) - Constructor for class com.maryanovsky.gwtutils.client.XmlResponseHandler
Creates a new XmlResponseHandler with the specified arguments.

Z

ZOOM_ACTION - Static variable in class com.maryanovsky.map.client.MapWidget
A mouse wheel action which zooms the map in on a scroll-up event and zooms it out on a scroll-down event.
ZOOM_IN_ACTION - Static variable in class com.maryanovsky.map.client.MapWidget
A click action which zooms the map in by one zoom and moves it to the clicked point.
zoomBy(int, boolean) - Method in class com.maryanovsky.map.client.MapWidget
Zooms in or out by the specified number of zooms, optionally with animation (if supported).
zoomByFixPoint(int, PointView, boolean) - Method in class com.maryanovsky.map.client.MapWidget
Zooms in or out by specified number of zooms, while keeping the specified pixel point (in widget coordinates) fixed on the screen, optionally with animation (if supported).
zoomByTargetLocation(int, LatLng, boolean) - Method in class com.maryanovsky.map.client.MapWidget
Zooms in or out by specified number of zooms, while moving the map to the specified location, optionally with animation (if supported)
zoomByTargetPoint(int, PointView, boolean) - Method in class com.maryanovsky.map.client.MapWidget
Zooms in or out by specified number of zooms, while moving the map to the specified pixel location (in widget coordinates), optionally with animation (if supported)
zoomCheck(int) - Method in class com.maryanovsky.map.client.MapLocationModel
Checks whether the specified zoom is within our zoom bounds of our and throws an IllegalArgumentException exception if not.
zoomIn() - Method in interface com.maryanovsky.map.client.widgets.zoom.LargeZoomWidget.Images
Returns the image prototype of the zoom-in button.
zoomOut() - Method in interface com.maryanovsky.map.client.widgets.zoom.LargeZoomWidget.Images
Returns the image prototype of the zoom-out button.
zoomStrategy - Variable in class com.maryanovsky.map.client.projections.AbstractProjection
The zoom magnification strategy.
ZoomStrategy - Interface in com.maryanovsky.map.client.projections
An interface that encapsulates the zoom magnification part of a Projection.
zoomTo(int, boolean) - Method in class com.maryanovsky.map.client.MapWidget
Zooms to the specified zoom, optionally with animation (if supported).
zoomToFixPoint(int, PointView, boolean) - Method in class com.maryanovsky.map.client.MapWidget
Zooms to the specified zoom, while keeping the specified pixel point (in widget coordinates) fixed on the screen, optionally with animation (if supported).
zoomToTargetLocation(int, LatLng, boolean) - Method in class com.maryanovsky.map.client.MapWidget
Zooms to the specified zoom, while moving the map to the specified location, optionally with animation (if supported).
zoomToTargetPoint(int, PointView, boolean) - Method in class com.maryanovsky.map.client.MapWidget
Zooms to the specified zoom, while moving the map to the specified pixel location (in widget coordinates), optionally with animation (if supported).

A B C D E F G H I L M N O P Q R S T U V W X Z