- add(Point) - Method in class net.java.html.leaflet.Point
-
Returns the result of addition of the current and the given points.
- addDragEndListener(DragEndEvent.Type, DragEndListener) - Method in class net.java.html.leaflet.Map
-
Adds a drag end listener to a particular drag end event type of the
object.
- addDragEndListener(DragEndEvent.Type, DragEndListener) - Method in class net.java.html.leaflet.Marker
-
Adds a drag end listener to a particular drag end event type of the
object.
- addErrorListener(ErrorEvent.Type, ErrorListener) - Method in class net.java.html.leaflet.Map
-
Adds a error listener to a particular error event type of the object.
- addEventListener(Event.Type, EventListener) - Method in class net.java.html.leaflet.Map
-
Adds a event listener to a particular event type of the object.
- addEventListener(Event.Type, EventListener) - Method in class net.java.html.leaflet.Marker
-
Adds a event listener to a particular event type of the object.
- addEventListener(Event.Type, EventListener) - Method in class net.java.html.leaflet.Path
-
Adds a event listener to a particular event type of the object.
- addEventListener(Event.Type, EventListener) - Method in class net.java.html.leaflet.TileLayer
-
Adds a event listener to a particular event type of the object.
- addLatLng(LatLng) - Method in class net.java.html.leaflet.Polygon
-
Adds a given point to the polygon.
- addLatLng(LatLng) - Method in class net.java.html.leaflet.PolyLine
-
Adds a given point to the polyline.
- addLatLng(LatLng) - Method in class net.java.html.leaflet.Rectangle
-
Adds a given point to the rectangle.
- addLayer(ILayer) - Method in class net.java.html.leaflet.FeatureGroup
-
Adds a given layer to the group.
- addLayer(ILayer) - Method in class net.java.html.leaflet.LayerGroup
-
Adds a given layer to the group.
- addLayer(ILayer) - Method in class net.java.html.leaflet.Map
-
Adds the given layer to the map.
- addLayer(ILayer) - Method in class net.java.html.leaflet.MultiPolygon
-
Adds a given layer to the group.
- addLayer(ILayer) - Method in class net.java.html.leaflet.MultiPolyline
-
Adds a given layer to the group.
- addLayerListener(LayerEvent.Type, LayerListener) - Method in class net.java.html.leaflet.FeatureGroup
-
Adds a layer listener to a particular layer event type of the object.
- addLayerListener(LayerEvent.Type, LayerListener) - Method in class net.java.html.leaflet.Map
-
Adds a layer listener to a particular layer event type of the object.
- addLocationListener(LocationEvent.Type, LocationListener) - Method in class net.java.html.leaflet.Map
-
Adds a location listener to a particular location event type of the
object.
- addMouseListener(MouseEvent.Type, MouseListener) - Method in class net.java.html.leaflet.FeatureGroup
-
Adds a mouse listener to a particular mouse event type of the object.
- addMouseListener(MouseEvent.Type, MouseListener) - Method in class net.java.html.leaflet.Map
-
Adds a mouse listener to a particular mouse event type of the object.
- addMouseListener(MouseEvent.Type, MouseListener) - Method in class net.java.html.leaflet.Marker
-
Adds a mouse listener to a particular mouse event type of the object.
- addMouseListener(MouseEvent.Type, MouseListener) - Method in class net.java.html.leaflet.Path
-
Adds a mouse listener to a particular mouse event type of the object.
- addPopupListener(PopupEvent.Type, PopupListener) - Method in class net.java.html.leaflet.Map
-
Adds a popup listener to a particular popup event type of the object.
- addPopupListener(PopupEvent.Type, PopupListener) - Method in class net.java.html.leaflet.Marker
-
Adds a popup listener to a particular popup event type of the object.
- addPopupListener(PopupEvent.Type, PopupListener) - Method in class net.java.html.leaflet.Path
-
Adds a popup listener to a particular popup event type of the object.
- addResizeListener(ResizeEvent.Type, ResizeListener) - Method in class net.java.html.leaflet.Map
-
Adds a resize listener to a particular resize event type of the object.
- addTileListener(TileEvent.Type, TileListener) - Method in class net.java.html.leaflet.TileLayer
-
Adds a tile listener to a particular tile event type of the object.
- addTo(Map) - Method in class net.java.html.leaflet.Circle
-
Adds the layer to the map.
- addTo(Map) - Method in class net.java.html.leaflet.CircleMarker
-
Adds the layer to the map.
- addTo(Map) - Method in class net.java.html.leaflet.FeatureGroup
-
Adds the group of layers to the map.
- addTo(Map) - Method in class net.java.html.leaflet.ImageOverlay
-
Adds the layer to the map.
- addTo(Map) - Method in class net.java.html.leaflet.LayerGroup
-
Adds the group of layers to the map.
- addTo(Map) - Method in class net.java.html.leaflet.Marker
-
Adds the marker to the map.
- addTo(Map) - Method in class net.java.html.leaflet.MultiPolygon
-
Adds the group of layers to the map.
- addTo(Map) - Method in class net.java.html.leaflet.MultiPolyline
-
Adds the group of layers to the map.
- addTo(Map) - Method in class net.java.html.leaflet.Path
-
Adds the layer to the map.
- addTo(Map) - Method in class net.java.html.leaflet.Polygon
-
Adds the layer to the map.
- addTo(Map) - Method in class net.java.html.leaflet.PolyLine
-
Adds the layer to the map.
- addTo(Map) - Method in class net.java.html.leaflet.Popup
-
Adds the popup to the map.
- addTo(Map) - Method in class net.java.html.leaflet.Rectangle
-
Adds the layer to the map.
- bindPopup(String) - Method in class net.java.html.leaflet.Circle
-
Binds a popup with a particular HTML content to a click on this circle.
- bindPopup(Popup) - Method in class net.java.html.leaflet.Circle
-
Binds a popup to a click on this circle.
- bindPopup(Popup, PopupOptions) - Method in class net.java.html.leaflet.Circle
-
Binds a popup with a particular popup configuration options to a click on
this circle.
- bindPopup(String) - Method in class net.java.html.leaflet.CircleMarker
-
Binds a popup with a particular HTML content to a click on this marker.
- bindPopup(Popup) - Method in class net.java.html.leaflet.CircleMarker
-
Binds a popup to a click on this marker.
- bindPopup(Popup, PopupOptions) - Method in class net.java.html.leaflet.CircleMarker
-
Binds a popup with a particular popup configuration options to a click on
this marker.
- bindPopup(String) - Method in class net.java.html.leaflet.FeatureGroup
-
Binds a popup with a particular HTML content to a click on this group.
- bindPopup(String, PopupOptions) - Method in class net.java.html.leaflet.FeatureGroup
-
Binds a popup with a particular HTML content and the given options to the
group.
- bindPopup(String) - Method in class net.java.html.leaflet.ImageOverlay
-
Binds a popup with a particular HTML content to a click on this overlay.
- bindPopup(Popup) - Method in class net.java.html.leaflet.ImageOverlay
-
Binds a given popup object to the overlay.
- bindPopup(Popup, PopupOptions) - Method in class net.java.html.leaflet.ImageOverlay
-
Binds a given popup object with the given options to the overlay.
- bindPopup(String) - Method in class net.java.html.leaflet.Marker
-
Binds a popup with a particular HTML content to a click on this marker.
- bindPopup(Popup) - Method in class net.java.html.leaflet.Marker
-
Binds a popup to a click on this marker.
- bindPopup(Popup, PopupOptions) - Method in class net.java.html.leaflet.Marker
-
Binds a popup with a particular popup configuration options to a click on
this marker.
- bindPopup(String) - Method in class net.java.html.leaflet.MultiPolygon
-
Binds a popup with a particular HTML content to a click on this group.
- bindPopup(String, PopupOptions) - Method in class net.java.html.leaflet.MultiPolygon
-
Binds a popup with a particular HTML content and the given options to the
group.
- bindPopup(String) - Method in class net.java.html.leaflet.MultiPolyline
-
Binds a popup with a particular HTML content to a click on this group.
- bindPopup(String, PopupOptions) - Method in class net.java.html.leaflet.MultiPolyline
-
Binds a popup with a particular HTML content and the given options to the
group.
- bindPopup(String) - Method in class net.java.html.leaflet.Path
-
Binds a popup with a particular HTML content to a click on this path.
- bindPopup(Popup) - Method in class net.java.html.leaflet.Path
-
Binds a given popup object to the path.
- bindPopup(Popup, PopupOptions) - Method in class net.java.html.leaflet.Path
-
Binds a given popup object with the given options to the path.
- bindPopup(String) - Method in class net.java.html.leaflet.Polygon
-
Binds a popup with a particular HTML content to a click on this polygon.
- bindPopup(Popup) - Method in class net.java.html.leaflet.Polygon
-
Binds a popup to a click on this polygon.
- bindPopup(Popup, PopupOptions) - Method in class net.java.html.leaflet.Polygon
-
Binds a popup with a particular popup configuration options to a click on
this polygon.
- bindPopup(String) - Method in class net.java.html.leaflet.PolyLine
-
Binds a popup with a particular HTML content to a click on this polyline.
- bindPopup(Popup) - Method in class net.java.html.leaflet.PolyLine
-
Binds a popup to a click on this polyline.
- bindPopup(Popup, PopupOptions) - Method in class net.java.html.leaflet.PolyLine
-
Binds a popup with a particular popup configuration options to a click on
this polyline.
- bindPopup(String) - Method in class net.java.html.leaflet.Rectangle
-
Binds a popup with a particular HTML content to a click on this
rectangle.
- bindPopup(Popup) - Method in class net.java.html.leaflet.Rectangle
-
Binds a given popup object to the rectangle.
- bindPopup(Popup, PopupOptions) - Method in class net.java.html.leaflet.Rectangle
-
Binds a given popup object with the given options to the rectangle.
- Bounds - Class in net.java.html.leaflet
-
Represents a rectangular area in pixel coordinates.
- Bounds(Point, Point) - Constructor for class net.java.html.leaflet.Bounds
-
Creates a Bounds object from two coordinates.
- Bounds(Point[]) - Constructor for class net.java.html.leaflet.Bounds
-
Creates a Bounds object defined by the points it contains.
- bringToBack() - Method in class net.java.html.leaflet.Circle
-
Brings the layer to the bottom of all path layers.
- bringToBack() - Method in class net.java.html.leaflet.CircleMarker
-
Brings the layer to the top of all path layers.
- bringToBack() - Method in class net.java.html.leaflet.FeatureGroup
-
Brings the layer to the bottom of all path layers.
- bringToBack() - Method in class net.java.html.leaflet.ImageOverlay
-
Brings the layer to the bottom of all path layers.
- bringToBack() - Method in class net.java.html.leaflet.MultiPolygon
-
Brings the layer to the bottom of all path layers.
- bringToBack() - Method in class net.java.html.leaflet.MultiPolyline
-
Brings the layer to the bottom of all path layers.
- bringToBack() - Method in class net.java.html.leaflet.Path
-
Brings the layer to the bottom of all path layers.
- bringToBack() - Method in class net.java.html.leaflet.Polygon
-
Brings the layer to the bottom of all path layers.
- bringToBack() - Method in class net.java.html.leaflet.PolyLine
-
Brings the layer to the bottom of all path layers.
- bringToBack() - Method in class net.java.html.leaflet.Rectangle
-
Brings the layer to the bottom of all path layers.
- bringToFront() - Method in class net.java.html.leaflet.Circle
-
Brings the layer to the top of all path layers.
- bringToFront() - Method in class net.java.html.leaflet.CircleMarker
-
Returns the LatLngBounds of the Circle Marker.
- bringToFront() - Method in class net.java.html.leaflet.FeatureGroup
-
Brings the layer to the top of all path layers.
- bringToFront() - Method in class net.java.html.leaflet.ImageOverlay
-
Brings the layer to the top of all path layers.
- bringToFront() - Method in class net.java.html.leaflet.MultiPolygon
-
Brings the layer to the top of all path layers.
- bringToFront() - Method in class net.java.html.leaflet.MultiPolyline
-
Brings the layer to the top of all path layers.
- bringToFront() - Method in class net.java.html.leaflet.Path
-
Brings the layer to the top of all path layers.
- bringToFront() - Method in class net.java.html.leaflet.Polygon
-
Brings the layer to the top of all path layers.
- bringToFront() - Method in class net.java.html.leaflet.PolyLine
-
Brings the layer to the top of all path layers.
- bringToFront() - Method in class net.java.html.leaflet.Rectangle
-
Brings the layer to the top of all path layers.
- Circle - Class in net.java.html.leaflet
-
A class for drawing circle overlays on a map.
- Circle(LatLng, double) - Constructor for class net.java.html.leaflet.Circle
-
Instantiates a circle object given a geographical point and a radius in
meters.
- Circle(LatLng, double, PathOptions) - Constructor for class net.java.html.leaflet.Circle
-
Instantiates a circle object given a geographical point, a radius in
meters and an options object.
- CircleMarker - Class in net.java.html.leaflet
-
Class representing a marker on a map.
- CircleMarker(LatLng) - Constructor for class net.java.html.leaflet.CircleMarker
-
Instantiates a circle marker given a geographical point.
- CircleMarker(LatLng, PathOptions) - Constructor for class net.java.html.leaflet.CircleMarker
-
Instantiates a circle marker given a geographical point and an options
object.
- clearAllEventListeners() - Method in class net.java.html.leaflet.FeatureGroup
-
Removes all listeners to all events on the object.
- clearAllEventListeners() - Method in class net.java.html.leaflet.Map
-
Removes all listeners to all events on the object.
- clearAllEventListeners() - Method in class net.java.html.leaflet.Marker
-
Removes all listeners to all events on the object.
- clearAllEventListeners() - Method in class net.java.html.leaflet.Path
-
Removes all listeners to all events on the object.
- clearAllEventListeners() - Method in class net.java.html.leaflet.TileLayer
-
Removes all listeners to all events on the object.
- clearLayers() - Method in class net.java.html.leaflet.FeatureGroup
-
Removes all the layers from the group.
- clearLayers() - Method in class net.java.html.leaflet.LayerGroup
-
Removes all the layers from the group.
- clearLayers() - Method in class net.java.html.leaflet.MultiPolygon
-
Removes all the layers from the group.
- clearLayers() - Method in class net.java.html.leaflet.MultiPolyline
-
Removes all the layers from the group.
- clone() - Method in class net.java.html.leaflet.Point
-
Returns a copy of the current point.
- closePopup() - Method in class net.java.html.leaflet.Circle
-
Closes the bound popup of the circle if it's opened.
- closePopup() - Method in class net.java.html.leaflet.CircleMarker
-
Closes the bound popup of the marker if it's opened.
- closePopup() - Method in class net.java.html.leaflet.ImageOverlay
-
Closes the overlay's bound popup if it is opened.
- closePopup() - Method in class net.java.html.leaflet.Map
-
- closePopup(Popup) - Method in class net.java.html.leaflet.Map
-
Closes the given popup.
- closePopup() - Method in class net.java.html.leaflet.Marker
-
Closes the bound popup of the marker if it's opened.
- closePopup() - Method in class net.java.html.leaflet.Path
-
Closes the path's bound popup if it is opened.
- closePopup() - Method in class net.java.html.leaflet.Polygon
-
Closes the bound popup of the polygon if it's opened.
- closePopup() - Method in class net.java.html.leaflet.PolyLine
-
Closes the bound popup of the polyline if it's opened.
- closePopup() - Method in class net.java.html.leaflet.Rectangle
-
Closes the rectangle's bound popup if it is opened.
- containerPointToLatLng(Point) - Method in class net.java.html.leaflet.Map
-
Returns the geographical coordinates of a given map container point.
- containerPointToLayerPoint(Point) - Method in class net.java.html.leaflet.Map
-
Converts the point relative to the map container to a point relative to
the map layer.
- contains(Bounds) - Method in class net.java.html.leaflet.Bounds
-
Returns true
if the rectangle contains the given one.
- contains(Point) - Method in class net.java.html.leaflet.Bounds
-
Returns true
if the rectangle contains the given point.
- contains(LatLngBounds) - Method in class net.java.html.leaflet.LatLngBounds
-
Returns true
if the rectangle contains the given one.
- contains(LatLng) - Method in class net.java.html.leaflet.LatLngBounds
-
Returns true
if the rectangle contains the given point.
- contains(Point) - Method in class net.java.html.leaflet.Point
-
Returns true
if the both coordinates of the given point are
less than the corresponding current point coordinates (in absolute
values).
- get() - Method in class net.java.html.leaflet.LonLatProjection
-
Returns the Instance of LonLatProjection
- get() - Method in class net.java.html.leaflet.MercatorProjection
-
Returns the instance of the Mercator Projection
- get() - Method in class net.java.html.leaflet.SphericalMercatorProjection
-
Returns the instance of the Spherical Mercator Projection
- getAccuracy() - Method in class net.java.html.leaflet.event.LocationEvent
-
- getAltitude() - Method in class net.java.html.leaflet.event.LocationEvent
-
- getAltitudeAccuracy() - Method in class net.java.html.leaflet.event.LocationEvent
-
- getBounds() - Method in class net.java.html.leaflet.event.LocationEvent
-
- getBounds() - Method in class net.java.html.leaflet.FeatureGroup
-
Returns the LatLngBounds of the layers.
- getBounds() - Method in class net.java.html.leaflet.Map
-
Returns the LatLngBounds of the current map view.
- getBounds() - Method in class net.java.html.leaflet.Path
-
Returns the LatLngBounds of the path.
- getBoundsZoom(LatLngBounds) - Method in class net.java.html.leaflet.Map
-
Returns the maximum zoom level on which the given bounds fit to the map
view in its entirety.
- getBoundsZoom(LatLngBounds, boolean) - Method in class net.java.html.leaflet.Map
-
Returns the maximum zoom level on which the given bounds fit to the map
view in its entirety.
- getCenter() - Method in class net.java.html.leaflet.Bounds
-
Returns the center point of the bounds.
- getCenter() - Method in class net.java.html.leaflet.LatLngBounds
-
Returns the center point of the bounds.
- getCenter() - Method in class net.java.html.leaflet.Map
-
Returns the geographical center of the map view.
- getCode() - Method in class net.java.html.leaflet.event.ErrorEvent
-
- getCode() - Method in class net.java.html.leaflet.ICRS
-
Retrieves the standard code name of the CRS passed into WMS services
(e.g.
- getContainerPoint() - Method in class net.java.html.leaflet.event.MouseEvent
-
- getContent() - Method in class net.java.html.leaflet.Popup
-
Returns the content of the popup.
- getDistance() - Method in class net.java.html.leaflet.event.DragEndEvent
-
- getEast() - Method in class net.java.html.leaflet.LatLngBounds
-
Returns the east longitude of the bounds.
- getEPSG3395() - Static method in class net.java.html.leaflet.ICRS
-
Rarely used by some commercial tile providers.
- getEPSG3857() - Static method in class net.java.html.leaflet.ICRS
-
The most common CRS for online maps, used by almost all free and
commercial tile providers.
- getEPSG4326() - Static method in class net.java.html.leaflet.ICRS
-
A common CRS among GIS enthusiasts.
- getHeading() - Method in class net.java.html.leaflet.event.LocationEvent
-
- getLatitude() - Method in class net.java.html.leaflet.LatLng
-
Getter for the latitude in degrees.
- getLatLng() - Method in class net.java.html.leaflet.Circle
-
Returns the current geographical position of the circle.
- getLatlng() - Method in class net.java.html.leaflet.event.LocationEvent
-
- getLatLng() - Method in class net.java.html.leaflet.event.MouseEvent
-
- getLatLng() - Method in class net.java.html.leaflet.Marker
-
Returns the current geographical position of the marker.
- getLatLng() - Method in class net.java.html.leaflet.Popup
-
Returns the geographical point of popup.
- getLatLngs() - Method in class net.java.html.leaflet.MultiPolygon
-
Returns an array of arrays of geographical points in each polygon.
- getLatLngs() - Method in class net.java.html.leaflet.MultiPolyline
-
Returns an array of arrays of geographical points in each line.
- getLatLngs() - Method in class net.java.html.leaflet.PolyLine
-
Returns an array of the points in the path.
- getLayer() - Method in class net.java.html.leaflet.event.LayerEvent
-
- getLayerPoint() - Method in class net.java.html.leaflet.event.MouseEvent
-
- getLayers() - Method in class net.java.html.leaflet.LayerGroup
-
Returns all layers in the group
- getLayers() - Method in class net.java.html.leaflet.Map
-
Returns all layers.
- getLongitude() - Method in class net.java.html.leaflet.LatLng
-
Getter for the longitude in degrees.
- getMax() - Method in class net.java.html.leaflet.Bounds
-
Gets the bottom right corner of the rectangle.
- getMaxZoom() - Method in class net.java.html.leaflet.Map
-
Returns the maximum zoom level of the map.
- getMessage() - Method in class net.java.html.leaflet.event.ErrorEvent
-
- getMin() - Method in class net.java.html.leaflet.Bounds
-
Gets the top left corner of the rectangle.
- getMinZoom() - Method in class net.java.html.leaflet.Map
-
Returns the minimum zoom level of the map.
- getNewSize() - Method in class net.java.html.leaflet.event.ResizeEvent
-
- getNorth() - Method in class net.java.html.leaflet.LatLngBounds
-
Returns the north latitude of the bounds.
- getNorthEast() - Method in class net.java.html.leaflet.LatLngBounds
-
Returns the north-east point of the bounds.
- getNorthWest() - Method in class net.java.html.leaflet.LatLngBounds
-
Returns the north-west point of the bounds.
- getOldSize() - Method in class net.java.html.leaflet.event.ResizeEvent
-
- getPixelBounds() - Method in class net.java.html.leaflet.Map
-
Returns the bounds of the current map view in projected pixel coordinates
(sometimes useful in layer and overlay implementations).
- getPixelOrigin() - Method in class net.java.html.leaflet.Map
-
Returns the projected pixel coordinates of the top left point of the map
layer (useful in custom layer and overlay implementations).
- getPopup() - Method in class net.java.html.leaflet.event.PopupEvent
-
- getPopup() - Method in class net.java.html.leaflet.Marker
-
Returns the popup previously bound by the bindPopup
method.
- getProjection() - Method in class net.java.html.leaflet.ICRS
-
Retrieves the projection that this CRS uses
- getRadius() - Method in class net.java.html.leaflet.Circle
-
Returns the current radius of a circle.
- getSimple() - Static method in class net.java.html.leaflet.ICRS
-
A simple CRS that maps longitude and latitude into x
and
y
directly.
- getSize() - Method in class net.java.html.leaflet.Bounds
-
Returns the size of the given bounds.
- getSize(int) - Method in class net.java.html.leaflet.ICRS
-
Returns the size of the world in pixels for a particular zoom.
- getSize() - Method in class net.java.html.leaflet.Map
-
Returns the current size of the map container.
- getSouth() - Method in class net.java.html.leaflet.LatLngBounds
-
Returns the south latitude of the bounds.
- getSouthEast() - Method in class net.java.html.leaflet.LatLngBounds
-
Returns the south-east point of the bounds.
- getSouthWest() - Method in class net.java.html.leaflet.LatLngBounds
-
Returns the south-west point of the bounds.
- getSpeed() - Method in class net.java.html.leaflet.event.LocationEvent
-
- getTile() - Method in class net.java.html.leaflet.event.TileEvent
-
- getTimestamp() - Method in class net.java.html.leaflet.event.LocationEvent
-
- getTransformation() - Method in class net.java.html.leaflet.ICRS
-
Retrieves the transformation that this CRS uses to turn projected
coordinates into screen coordinates for a particular tile service.
- getType() - Method in class net.java.html.leaflet.event.Event
-
- getUrl() - Method in class net.java.html.leaflet.event.TileEvent
-
- getWest() - Method in class net.java.html.leaflet.LatLngBounds
-
Returns the west longitude of the bounds.
- getX() - Method in class net.java.html.leaflet.Point
-
Gets the x coordinate.
- getY() - Method in class net.java.html.leaflet.Point
-
Gets the y coordinate.
- getZoom() - Method in class net.java.html.leaflet.Map
-
Returns the current zoom of the map view.
- pad(double) - Method in class net.java.html.leaflet.LatLngBounds
-
Returns bigger bounds created by extending the current bounds by a given
percentage in each direction.
- PanOptions - Class in net.java.html.leaflet
-
Pan options.
- PanOptions() - Constructor for class net.java.html.leaflet.PanOptions
-
- Path - Class in net.java.html.leaflet
-
An abstract class that contains options and constants shared between vector
overlays (Polygon, Polyline, Circle).
- PathOptions - Class in net.java.html.leaflet
-
Options for configuring a
Path
.
- PathOptions() - Constructor for class net.java.html.leaflet.PathOptions
-
Creates a PathOptions object
- Point - Class in net.java.html.leaflet
-
Represents a point with x and y coordinates in pixels.
- Point(double, double) - Constructor for class net.java.html.leaflet.Point
-
Creates a Point object with the given x and y coordinates.
- Point(double, double, boolean) - Constructor for class net.java.html.leaflet.Point
-
Creates a Point object with the given x and y coordinates.
- pointToLatLng(Point, int) - Method in class net.java.html.leaflet.ICRS
-
The inverse of latLngToPoint
.
- Polygon - Class in net.java.html.leaflet
-
A class for drawing polygon overlays on a map.
- Polygon(LatLng[]) - Constructor for class net.java.html.leaflet.Polygon
-
Instantiates a polygon object given an array of geographical points.
- Polygon(LatLng[], PolyLineOptions) - Constructor for class net.java.html.leaflet.Polygon
-
Instantiates a polygon object given an array of geographical points and an options object (the same as for Polyline).
- PolyLine - Class in net.java.html.leaflet
-
A class for drawing polyline overlays on a map.
- PolyLine(LatLng[]) - Constructor for class net.java.html.leaflet.PolyLine
-
Instantiates a polyline object given an array of geographical points.
- PolyLine(LatLng[], PolyLineOptions) - Constructor for class net.java.html.leaflet.PolyLine
-
Instantiates a polyline object given an array of geographical points and an options object.
- PolyLineOptions - Class in net.java.html.leaflet
-
- PolyLineOptions() - Constructor for class net.java.html.leaflet.PolyLineOptions
-
Creates a PathOptions object
- Popup - Class in net.java.html.leaflet
-
Used to open popups in certain places of the map.
- Popup() - Constructor for class net.java.html.leaflet.Popup
-
Instantiates a Popup object given an optional options object that
describes its appearance and location and an optional source object that
is used to tag the popup with a reference to the ILayer to which it
refers.
- Popup(PopupOptions) - Constructor for class net.java.html.leaflet.Popup
-
Instantiates a Popup object given an options object that describes its
appearance and location.
- Popup(PopupOptions, ILayer) - Constructor for class net.java.html.leaflet.Popup
-
Instantiates a Popup object given an optional options object that
describes its appearance and location and an optional source object that
is used to tag the popup with a reference to the ILayer to which it
refers.
- Popup(ILayer) - Constructor for class net.java.html.leaflet.Popup
-
Instantiates a Popup object given an source object that is used to tag
the popup with a reference to the ILayer to which it refers.
- PopupEvent - Class in net.java.html.leaflet.event
-
- PopupEvent(Object, String, Popup) - Constructor for class net.java.html.leaflet.event.PopupEvent
-
- PopupEvent.Type - Enum in net.java.html.leaflet.event
-
- PopupListener - Interface in net.java.html.leaflet.event
-
- PopupOptions - Class in net.java.html.leaflet
-
Options for configuring a
Popup
.
- PopupOptions() - Constructor for class net.java.html.leaflet.PopupOptions
-
Creates a PopupOptions configuration object
- project(LatLng) - Method in class net.java.html.leaflet.ICRS
-
Projects geographical coordinates into coordinates in units accepted for
this CRS (e.g. meters for EPSG:3857
, for passing it to WMS
services).
- project(LatLng) - Method in class net.java.html.leaflet.IProjection
-
Projects geographical coordinates into a 2D point.
- project(LatLng) - Method in class net.java.html.leaflet.Map
-
Projects the given geographical coordinates to absolute pixel coordinates
for the given zoom level (current zoom level by default).
- project(LatLng, int) - Method in class net.java.html.leaflet.Map
-
Projects the given geographical coordinates to absolute pixel coordinates
for the given zoom level (current zoom level by default).
- Rectangle - Class in net.java.html.leaflet
-
A class for drawing rectangle overlays on a map.
- Rectangle(LatLngBounds) - Constructor for class net.java.html.leaflet.Rectangle
-
Instantiates a rectangle object with the given geographical bounds.
- Rectangle(LatLngBounds, PolyLineOptions) - Constructor for class net.java.html.leaflet.Rectangle
-
Instantiates a rectangle object with the given geographical bounds and an options object.
- redraw() - Method in class net.java.html.leaflet.Circle
-
Redraws the layer.
- redraw() - Method in class net.java.html.leaflet.CircleMarker
-
Brings the layer to the bottom of all path layers.
- redraw() - Method in class net.java.html.leaflet.Path
-
Redraws the layer.
- redraw() - Method in class net.java.html.leaflet.Polygon
-
Redraws the layer.
- redraw() - Method in class net.java.html.leaflet.PolyLine
-
Redraws the layer.
- redraw() - Method in class net.java.html.leaflet.Rectangle
-
Redraws the layer.
- removeDragEndListener(DragEndEvent.Type, DragEndListener) - Method in class net.java.html.leaflet.Map
-
Removes a drag end listener to a particular drag end event type of the
object.
- removeDragEndListener(DragEndEvent.Type, DragEndListener) - Method in class net.java.html.leaflet.Marker
-
Removes a drag end listener to a particular drag end event type of the
object.
- removeErrorListener(ErrorEvent.Type, ErrorListener) - Method in class net.java.html.leaflet.Map
-
Removes a error listener to a particular error event type of the object.
- removeEventListener(Event.Type, EventListener) - Method in class net.java.html.leaflet.Map
-
Removes a event listener to a particular event type of the object.
- removeEventListener(Event.Type, EventListener) - Method in class net.java.html.leaflet.Marker
-
Removes a event listener to a particular event type of the object.
- removeEventListener(Event.Type, EventListener) - Method in class net.java.html.leaflet.Path
-
Removes a event listener to a particular event type of the object.
- removeEventListener(Event.Type, EventListener) - Method in class net.java.html.leaflet.TileLayer
-
Removes a event listener to a particular event type of the object.
- removeLayer(ILayer) - Method in class net.java.html.leaflet.FeatureGroup
-
Removes a given layer from the group.
- removeLayer(String) - Method in class net.java.html.leaflet.FeatureGroup
-
Removes a given layer of the given id from the group.
- removeLayer(ILayer) - Method in class net.java.html.leaflet.LayerGroup
-
Removes a given layer from the group.
- removeLayer(String) - Method in class net.java.html.leaflet.LayerGroup
-
Removes a given layer of the given id from the group.
- removeLayer(ILayer) - Method in class net.java.html.leaflet.Map
-
Removes the given layer from the map.
- removeLayer(ILayer) - Method in class net.java.html.leaflet.MultiPolygon
-
Removes a given layer from the group.
- removeLayer(String) - Method in class net.java.html.leaflet.MultiPolygon
-
Removes a given layer of the given id from the group.
- removeLayer(ILayer) - Method in class net.java.html.leaflet.MultiPolyline
-
Removes a given layer from the group.
- removeLayer(String) - Method in class net.java.html.leaflet.MultiPolyline
-
Removes a given layer of the given id from the group.
- removeLayerListener(LayerEvent.Type, LayerListener) - Method in class net.java.html.leaflet.FeatureGroup
-
Removes a layer listener to a particular layer event type of the object.
- removeLayerListener(LayerEvent.Type, LayerListener) - Method in class net.java.html.leaflet.Map
-
Removes a layer listener to a particular layer event type of the object.
- removeLocationListener(LocationEvent.Type, LocationListener) - Method in class net.java.html.leaflet.Map
-
Removes a location listener to a particular location event type of the
object.
- removeMouseListener(MouseEvent.Type, MouseListener) - Method in class net.java.html.leaflet.FeatureGroup
-
Removes a mouse listener to a particular mouse event type of the object.
- removeMouseListener(MouseEvent.Type, MouseListener) - Method in class net.java.html.leaflet.Map
-
Removes a mouse listener to a particular mouse event type of the object.
- removeMouseListener(MouseEvent.Type, MouseListener) - Method in class net.java.html.leaflet.Marker
-
Removes a mouse listener to a particular mouse event type of the object.
- removeMouseListener(MouseEvent.Type, MouseListener) - Method in class net.java.html.leaflet.Path
-
Removes a mouse listener to a particular mouse event type of the object.
- removePopupListener(PopupEvent.Type, PopupListener) - Method in class net.java.html.leaflet.Map
-
Removes a popup listener to a particular popup event type of the object.
- removePopupListener(PopupEvent.Type, PopupListener) - Method in class net.java.html.leaflet.Marker
-
Removes a popup listener to a particular popup event type of the object.
- removePopupListener(PopupEvent.Type, PopupListener) - Method in class net.java.html.leaflet.Path
-
Removes a popup listener to a particular popup event type of the object.
- removeResizeListener(ResizeEvent.Type, ResizeListener) - Method in class net.java.html.leaflet.Map
-
Removes a resize listener to a particular resize event type of the
object.
- removeTileListener(TileEvent.Type, TileListener) - Method in class net.java.html.leaflet.TileLayer
-
Removes a tile listener to a particular tile event type of the object.
- ResizeEvent - Class in net.java.html.leaflet.event
-
- ResizeEvent(Object, String, Point, Point) - Constructor for class net.java.html.leaflet.event.ResizeEvent
-
- ResizeEvent.Type - Enum in net.java.html.leaflet.event
-
- ResizeListener - Interface in net.java.html.leaflet.event
-
- round() - Method in class net.java.html.leaflet.Point
-
Returns a copy of the current point with rounded coordinates.
- scale(int) - Method in class net.java.html.leaflet.ICRS
-
Returns the scale used when transforming projected coordinates into pixel
coordinates for a particular zoom.
- setAlt(String) - Method in class net.java.html.leaflet.MarkerOptions
-
Sets alt attribute option
- setAnimate(boolean) - Method in class net.java.html.leaflet.PanOptions
-
If true
, panning will always be animated if possible.
- setAnimate(boolean) - Method in class net.java.html.leaflet.ZoomOptions
-
If not specified, zoom animation will happen if the zoom origin is inside
the current view.
- setAnimate(boolean) - Method in class net.java.html.leaflet.ZoomPanOptions
-
An equivalent of passing animate to both zoom and pan options (see
below).
- setAttribution(String) - Method in class net.java.html.leaflet.ImageOverlayOptions
-
Sets attribution option
- setAttribution(String) - Method in class net.java.html.leaflet.TileLayerOptions
-
Sets the attribution option
- setAttribution(String) - Method in class net.java.html.leaflet.TileLayerWMSOptions
-
Sets the attribution option
- setAttributionControl(boolean) - Method in class net.java.html.leaflet.MapOptions
-
Whether the attribution control is added to the map by default.
- setAutoPan(boolean) - Method in class net.java.html.leaflet.PopupOptions
-
Sets autoPan option
- setAutoPanPadding(Point) - Method in class net.java.html.leaflet.PopupOptions
-
Sets autoPanPadding option
- setAutoPanPaddingBottomRight(Point) - Method in class net.java.html.leaflet.PopupOptions
-
Sets autoPanPaddingBottomRight option
- setAutoPanPaddingTopLeft(Point) - Method in class net.java.html.leaflet.PopupOptions
-
Sets autoPanPaddingTopLeft option
- setBounceAtZoomLimits(boolean) - Method in class net.java.html.leaflet.MapOptions
-
Set it to false
if you don't want the map to zoom beyond
min/max zoom and then bounce back when pinch-zooming.
- setBounds(LatLngBounds) - Method in class net.java.html.leaflet.Rectangle
-
Redraws the rectangle with the passed bounds.
- setBounds(LatLngBounds) - Method in class net.java.html.leaflet.TileLayerOptions
-
Sets the bounds option
- setBounds(LatLngBounds) - Method in class net.java.html.leaflet.TileLayerWMSOptions
-
Sets the bounds option
- setBoxZoom(boolean) - Method in class net.java.html.leaflet.MapOptions
-
Whether the map can be zoomed to a rectangular area specified by dragging
the mouse while pressing shift.
- setCenter(LatLng) - Method in class net.java.html.leaflet.MapOptions
-
Initial geographical center of the map.
- setClassName(String) - Method in class net.java.html.leaflet.IconOptions
-
Sets className option
- setClassName(String) - Method in class net.java.html.leaflet.PathOptions
-
Sets className option
- setClassName(String) - Method in class net.java.html.leaflet.PolyLineOptions
-
Sets className option
- setClassName(String) - Method in class net.java.html.leaflet.PopupOptions
-
Sets className option
- setClickable(boolean) - Method in class net.java.html.leaflet.MarkerOptions
-
Sets clickable option
- setClickable(boolean) - Method in class net.java.html.leaflet.PathOptions
-
Sets clickable option
- setClickable(boolean) - Method in class net.java.html.leaflet.PolyLineOptions
-
Sets clickable option
- setCloseButton(boolean) - Method in class net.java.html.leaflet.PopupOptions
-
Sets closeButton option
- setCloseOnClick(boolean) - Method in class net.java.html.leaflet.PopupOptions
-
Sets closeOnClick option
- setClosePopupOnClick(boolean) - Method in class net.java.html.leaflet.MapOptions
-
Set it to false
if you don't want popups to close when user
clicks the map.
- setColor(String) - Method in class net.java.html.leaflet.PathOptions
-
Sets color option
- setColor(String) - Method in class net.java.html.leaflet.PolyLineOptions
-
Sets color option
- setContent(String) - Method in class net.java.html.leaflet.Popup
-
Sets the HTML content of the popup.
- setContinuousWorld(boolean) - Method in class net.java.html.leaflet.TileLayerOptions
-
Sets the continuousWorld option
- setContinuousWorld(boolean) - Method in class net.java.html.leaflet.TileLayerWMSOptions
-
Sets the continuousWorld option
- setCRS(ICRS) - Method in class net.java.html.leaflet.MapOptions
-
Coordinate Reference System to use.
- setCRS(ICRS) - Method in class net.java.html.leaflet.TileLayerWMSOptions
-
Sets the CRS option
- setDashArray(String) - Method in class net.java.html.leaflet.PathOptions
-
Sets dashArray option
- setDashArray(String) - Method in class net.java.html.leaflet.PolyLineOptions
-
Sets dashArray option
- setDetectRetina(boolean) - Method in class net.java.html.leaflet.TileLayerOptions
-
Sets the detectRetina option
- setDetectRetina(boolean) - Method in class net.java.html.leaflet.TileLayerWMSOptions
-
Sets the detectRetina option
- setDoubleClickZoom(boolean) - Method in class net.java.html.leaflet.MapOptions
-
Whether the map can be zoomed in by double clicking on it and zoomed out
by double clicking while holding shift.
- setDraggable(boolean) - Method in class net.java.html.leaflet.MarkerOptions
-
Sets draggable option
- setDragging(boolean) - Method in class net.java.html.leaflet.MapOptions
-
Whether the map is draggable with mouse/touch or not.
- setDuration(double) - Method in class net.java.html.leaflet.PanOptions
-
Duration of animated panning.
- setEaseLinearity(double) - Method in class net.java.html.leaflet.PanOptions
-
The curvature factor of panning animation easing (third parameter of the
Cubic Bezier curve). 1.0 means linear animation, the less the more bowed
the curve.
- setErrorTileUrl(String) - Method in class net.java.html.leaflet.TileLayerOptions
-
Sets the error tile url option
- setErrorTileUrl(String) - Method in class net.java.html.leaflet.TileLayerWMSOptions
-
Sets the error tile url option
- setFadeAnimation(boolean) - Method in class net.java.html.leaflet.MapOptions
-
Whether the tile fade animation is enabled.
- setFill(boolean) - Method in class net.java.html.leaflet.PathOptions
-
Sets fill option
- setFill(boolean) - Method in class net.java.html.leaflet.PolyLineOptions
-
Sets fill option
- setFillColor(String) - Method in class net.java.html.leaflet.PathOptions
-
Sets fillColor option
- setFillColor(String) - Method in class net.java.html.leaflet.PolyLineOptions
-
Sets fillColor option
- setFillOpacity(double) - Method in class net.java.html.leaflet.PathOptions
-
Sets fillOpacity option
- setFillOpacity(double) - Method in class net.java.html.leaflet.PolyLineOptions
-
Sets fillOpacity option
- setFormat(String) - Method in class net.java.html.leaflet.TileLayerWMSOptions
-
Sets the format option.
- setIcon(Icon) - Method in class net.java.html.leaflet.Marker
-
Changes the marker icon.
- setIcon(Icon) - Method in class net.java.html.leaflet.MarkerOptions
-
Sets icon option
- setIconAnchor(Point) - Method in class net.java.html.leaflet.IconOptions
-
Sets icon anchor option
- setIconRetinaUrl(String) - Method in class net.java.html.leaflet.IconOptions
-
Sets icon retina url option
- setIconSize(Point) - Method in class net.java.html.leaflet.IconOptions
-
Sets icon size option
- setId(String) - Method in class net.java.html.leaflet.TileLayerOptions
-
Sets the id option
- setId(String) - Method in class net.java.html.leaflet.TileLayerWMSOptions
-
Sets the id option
- setInertia(boolean) - Method in class net.java.html.leaflet.MapOptions
-
If enabled, panning of the map will have an inertia effect where the map
builds momentum while dragging and continues moving in the same direction
for some time.
- setInertiaDeceleration(int) - Method in class net.java.html.leaflet.MapOptions
-
The rate with which the inertial movement slows down, in pixels/second^2.
- setInertiaMaxSpeed(int) - Method in class net.java.html.leaflet.MapOptions
-
Max speed of the inertial movement, in pixels/second.
- setInertiaThreshold(int) - Method in class net.java.html.leaflet.MapOptions
-
Number of milliseconds that should pass between stopping the movement and
releasing the mouse or touch to prevent inertial movement. 32 for touch
devices and 14 for the rest by default.
- setKeepInView(boolean) - Method in class net.java.html.leaflet.PopupOptions
-
Sets keepInView option
- setKeyboard(boolean) - Method in class net.java.html.leaflet.MapOptions
-
Makes the map focusable and allows users to navigate the map with
keyboard arrows and +/- keys.
- setKeyboard(boolean) - Method in class net.java.html.leaflet.MarkerOptions
-
Sets keyboard option
- setKeyboardPanOffset(int) - Method in class net.java.html.leaflet.MapOptions
-
Amount of pixels to pan when pressing an arrow key.
- setKeyboardZoomOffset(int) - Method in class net.java.html.leaflet.MapOptions
-
Number of zoom levels to change when pressing + or - key.
- setLatitude(double) - Method in class net.java.html.leaflet.LatLng
-
Setter for the latitude in degrees.
- setLatLng(LatLng) - Method in class net.java.html.leaflet.Circle
-
Changes the circle position to the given point.
- setLatLng(LatLng) - Method in class net.java.html.leaflet.CircleMarker
-
Changes the marker position to the given point.
- setLatLng(LatLng) - Method in class net.java.html.leaflet.Marker
-
Changes the marker position to the given point.
- setLatLng(LatLng) - Method in class net.java.html.leaflet.Popup
-
Sets the geographical point where the popup will open.
- setLatLngs(LatLng[][]) - Method in class net.java.html.leaflet.MultiPolygon
-
Replace all polygons and their paths with the given array of arrays of
geographical points.
- setLatLngs(LatLng[][]) - Method in class net.java.html.leaflet.MultiPolyline
-
Replace all lines and their paths with the given array of arrays of
geographical points.
- setLatLngs(LatLng[]) - Method in class net.java.html.leaflet.Polygon
-
Replaces all the points in the polygon with the given array of geographical points.
- setLatLngs(LatLng[]) - Method in class net.java.html.leaflet.PolyLine
-
Replaces all the points in the polyline with the given array of
geographical points.
- setLatLngs(LatLng[]) - Method in class net.java.html.leaflet.Rectangle
-
Replaces all the points in the rectangle with the given array of
geographical points.
- setLayers(ILayer[]) - Method in class net.java.html.leaflet.MapOptions
-
Layers that will be added to the map initially.
- setLineCap(String) - Method in class net.java.html.leaflet.PathOptions
-
Sets lineCap option
- setLineCap(String) - Method in class net.java.html.leaflet.PolyLineOptions
-
Sets lineCap option
- setLineJoin(String) - Method in class net.java.html.leaflet.PathOptions
-
Sets lineJoin option
- setLineJoin(String) - Method in class net.java.html.leaflet.PolyLineOptions
-
Sets lineJoin option
- setLongitude(double) - Method in class net.java.html.leaflet.LatLng
-
Setter for the longitude in degrees.
- setMarkerZoomAnimation(boolean) - Method in class net.java.html.leaflet.MapOptions
-
Whether markers animate their zoom with the zoom animation, if disabled
they will disappear for the length of the animation.
- setMax(Point) - Method in class net.java.html.leaflet.Bounds
-
Sets the bottom right corner of the rectangle.
- setMaxBounds(LatLngBounds) - Method in class net.java.html.leaflet.MapOptions
-
When this option is set, the map restricts the view to the given
geographical bounds, bouncing the user back when he tries to pan outside
the view.
- setMaxHeight(int) - Method in class net.java.html.leaflet.PopupOptions
-
Sets maxHeight option
- setMaxNativeZoom(int) - Method in class net.java.html.leaflet.TileLayerOptions
-
Sets the maxNativeZoom option
- setMaxNativeZoom(int) - Method in class net.java.html.leaflet.TileLayerWMSOptions
-
Sets the maxNativeZoom option
- setMaxWidth(int) - Method in class net.java.html.leaflet.PopupOptions
-
Sets maxWidth option
- setMaxZoom(int) - Method in class net.java.html.leaflet.MapOptions
-
Maximum zoom level of the map.
- setMaxZoom(int) - Method in class net.java.html.leaflet.TileLayerOptions
-
Sets the maxZoom option
- setMaxZoom(int) - Method in class net.java.html.leaflet.TileLayerWMSOptions
-
Sets the maxZoom option
- setMin(Point) - Method in class net.java.html.leaflet.Bounds
-
Sets the top left corner of the rectangle.
- setMinWidth(int) - Method in class net.java.html.leaflet.PopupOptions
-
Sets minWidth option
- setMinZoom(int) - Method in class net.java.html.leaflet.MapOptions
-
Minimum zoom level of the map.
- setMinZoom(int) - Method in class net.java.html.leaflet.TileLayerOptions
-
Sets the minZoom option.
- setMinZoom(int) - Method in class net.java.html.leaflet.TileLayerWMSOptions
-
Sets the minZoom option.
- setNoClip(boolean) - Method in class net.java.html.leaflet.PolyLineOptions
-
Sets noClip option
- setNoMoveStart(boolean) - Method in class net.java.html.leaflet.PanOptions
-
If true
, panning won't fire movestart event on start (used
internally for panning inertia).
- setNoWrap(boolean) - Method in class net.java.html.leaflet.TileLayerOptions
-
Sets the noWrap option
- setNoWrap(boolean) - Method in class net.java.html.leaflet.TileLayerWMSOptions
-
Sets the noWrap option
- setOffset(Point) - Method in class net.java.html.leaflet.PopupOptions
-
Sets offset option
- setOpacity(double) - Method in class net.java.html.leaflet.ImageOverlay
-
Sets the opacity of the overlay.
- setOpacity(double) - Method in class net.java.html.leaflet.ImageOverlayOptions
-
Sets opacity option
- setOpacity(double) - Method in class net.java.html.leaflet.Marker
-
Changes the opacity of the marker.
- setOpacity(double) - Method in class net.java.html.leaflet.MarkerOptions
-
Sets opacity option
- setOpacity(double) - Method in class net.java.html.leaflet.PathOptions
-
Sets opacity option
- setOpacity(double) - Method in class net.java.html.leaflet.PolyLineOptions
-
Sets opacity option
- setopacity(int) - Method in class net.java.html.leaflet.TileLayerOptions
-
Sets the opacity option
- setopacity(int) - Method in class net.java.html.leaflet.TileLayerWMSOptions
-
Sets the opacity option
- setPan(PanOptions) - Method in class net.java.html.leaflet.ZoomPanOptions
-
Sets the options for the panning (without the zoom change) if it occurs.
- setParams(TileLayerWMSOptions) - Method in class net.java.html.leaflet.TileLayerWMS
-
Merges an object with the new parameters and re-requests tiles on the
current screen.
- setParams(TileLayerWMSOptions, boolean) - Method in class net.java.html.leaflet.TileLayerWMS
-
Merges an object with the new parameters,but does not re-requests tiles
on the current screen.
- setPointerEvents(String) - Method in class net.java.html.leaflet.PathOptions
-
Sets pointerEvents option
- setPointerEvents(String) - Method in class net.java.html.leaflet.PolyLineOptions
-
Sets pointerEvents option
- setPopupAnchor(Point) - Method in class net.java.html.leaflet.IconOptions
-
Sets popup anchor option
- setPopupContent(String) - Method in class net.java.html.leaflet.Marker
-
Sets an HTML content of the popup of this marker.
- setRadius(double) - Method in class net.java.html.leaflet.Circle
-
Changes the circle radius to the given value in meters.
- setRadius(double) - Method in class net.java.html.leaflet.CircleMarker
-
Changes the marker radius.
- setReset(boolean) - Method in class net.java.html.leaflet.ZoomPanOptions
-
If true
, the map view will be completely reset (without any
animations).
- setReuseTiles(boolean) - Method in class net.java.html.leaflet.TileLayerOptions
-
Sets the reuseTiles option
- setReuseTiles(boolean) - Method in class net.java.html.leaflet.TileLayerWMSOptions
-
Sets the reuseTiles option
- setRiseOffset(double) - Method in class net.java.html.leaflet.MarkerOptions
-
Sets riseOffset option
- setRiseOnHover(boolean) - Method in class net.java.html.leaflet.MarkerOptions
-
Sets riseOnHover option
- setScrollWheelZoom(boolean) - Method in class net.java.html.leaflet.MapOptions
-
Whether the map can be zoomed by using the mouse wheel.
- setShadowAnchor(Point) - Method in class net.java.html.leaflet.IconOptions
-
Sets shadow anchor option
- setShadowRetinaUrl(String) - Method in class net.java.html.leaflet.IconOptions
-
Sets shadow retina url option
- setShadowSize(Point) - Method in class net.java.html.leaflet.IconOptions
-
Sets shadow size option
- setShadowUrl(String) - Method in class net.java.html.leaflet.IconOptions
-
Sets shadow url option
- setSmoothFactor(double) - Method in class net.java.html.leaflet.PolyLineOptions
-
Sets smoothFactor option
- setStroke(boolean) - Method in class net.java.html.leaflet.PathOptions
-
Sets stroke option
- setStroke(boolean) - Method in class net.java.html.leaflet.PolyLineOptions
-
Sets stroke option
- setStyle(PathOptions) - Method in class net.java.html.leaflet.Circle
-
Changes the appearance of a Path based on the options in the
PathOptions
object.
- setStyle(PathOptions) - Method in class net.java.html.leaflet.CircleMarker
-
Changes the appearance of a CircleMarker based on the options in the
PathOptions
object.
- setStyle(PathOptions) - Method in class net.java.html.leaflet.FeatureGroup
-
Changes the appearance of a FeatureGroup based on the options in the
PathOptions
object.
- setStyle(PathOptions) - Method in class net.java.html.leaflet.MultiPolygon
-
Changes the appearance of a FeatureGroup based on the options in the
PathOptions
object.
- setStyle(PathOptions) - Method in class net.java.html.leaflet.MultiPolyline
-
Changes the appearance of a FeatureGroup based on the options in the
PathOptions
object.
- setStyle(PathOptions) - Method in class net.java.html.leaflet.Path
-
Changes the appearance of a Path based on the options in the
PathOptions
object.
- setStyle(PathOptions) - Method in class net.java.html.leaflet.Polygon
-
Changes the appearance of a Path based on the options in the
PathOptions
object.
- setStyle(PathOptions) - Method in class net.java.html.leaflet.PolyLine
-
Changes the appearance of a Path based on the options in the
PathOptions
object.
- setStyle(PathOptions) - Method in class net.java.html.leaflet.Rectangle
-
Changes the appearance of a Rectangle based on the options in the
PathOptions
object.
- setStyles(String) - Method in class net.java.html.leaflet.TileLayerWMSOptions
-
Sets the styles option
- setSubdomains(String) - Method in class net.java.html.leaflet.TileLayerOptions
-
Sets the subdomains option
- setSubdomains(String[]) - Method in class net.java.html.leaflet.TileLayerOptions
-
Sets the subdomains option
- setSubdomains(String) - Method in class net.java.html.leaflet.TileLayerWMSOptions
-
Sets the subdomains option
- setSubdomains(String[]) - Method in class net.java.html.leaflet.TileLayerWMSOptions
-
Sets the subdomains option
- setTap(boolean) - Method in class net.java.html.leaflet.MapOptions
-
Enables mobile hacks for supporting instant taps (fixing 200ms click
delay on iOS/Android) and touch holds (fired as contextmenu events).
- setTapTolerance(int) - Method in class net.java.html.leaflet.MapOptions
-
The max number of pixels a user can shift his finger during touch for it
to be considered a valid tap.
- setTileSize(int) - Method in class net.java.html.leaflet.TileLayerOptions
-
Sets the tileSize option
- setTileSize(int) - Method in class net.java.html.leaflet.TileLayerWMSOptions
-
Sets the tileSize option
- setTitle(String) - Method in class net.java.html.leaflet.MarkerOptions
-
Sets title option
- setTms(boolean) - Method in class net.java.html.leaflet.TileLayerOptions
-
Sets the tms option
- setTms(boolean) - Method in class net.java.html.leaflet.TileLayerWMSOptions
-
Sets the tms option
- setTouchZoom(boolean) - Method in class net.java.html.leaflet.MapOptions
-
Whether the map can be zoomed by touch-dragging with two fingers.
- setTrackResize(boolean) - Method in class net.java.html.leaflet.MapOptions
-
Whether the map automatically handles browser window resize to update
itself.
- setTransparent(boolean) - Method in class net.java.html.leaflet.TileLayerWMSOptions
-
Sets the transparent option
- setUnloadInvisibleTiles(boolean) - Method in class net.java.html.leaflet.TileLayerOptions
-
Sets the unload invisible tiles option
- setUnloadInvisibleTiles(boolean) - Method in class net.java.html.leaflet.TileLayerWMSOptions
-
Sets the unload invisible tiles option
- setUpdateWhenIdle(boolean) - Method in class net.java.html.leaflet.TileLayerOptions
-
Sets the updateWhenIdle option
- setUpdateWhenIdle(boolean) - Method in class net.java.html.leaflet.TileLayerWMSOptions
-
Sets the updateWhenIdle option
- setUrl(String) - Method in class net.java.html.leaflet.ImageOverlay
-
Changes the URL of the image.
- setVersion(String) - Method in class net.java.html.leaflet.TileLayerWMSOptions
-
Sets the version option
- setView(LatLng) - Method in class net.java.html.leaflet.Map
-
Sets the view of the map (geographical center and zoom) with the given
animation options.
- setView(LatLng, int) - Method in class net.java.html.leaflet.Map
-
Sets the view of the map (geographical center and zoom) with the given
animation options.
- setView(LatLng, int, ZoomPanOptions) - Method in class net.java.html.leaflet.Map
-
Sets the view of the map (geographical center and zoom) with the given
animation options.
- setWeight(int) - Method in class net.java.html.leaflet.PathOptions
-
Sets weight option
- setWeight(int) - Method in class net.java.html.leaflet.PolyLineOptions
-
Sets weight option
- setWorldCopyJump(boolean) - Method in class net.java.html.leaflet.MapOptions
-
With this option enabled, the map tracks when you pan to another "copy"
of the world and seamlessly jumps to the original one so that all
overlays like markers and vector layers are still visible.
- setX(double) - Method in class net.java.html.leaflet.Point
-
Sets the x coordinate.
- setY(double) - Method in class net.java.html.leaflet.Point
-
Sets the y coordinate
- setZIndex(int) - Method in class net.java.html.leaflet.TileLayerOptions
-
Sets the zIndex option
- setZIndex(int) - Method in class net.java.html.leaflet.TileLayerWMSOptions
-
Sets the zIndex option
- setZIndexOffset(double) - Method in class net.java.html.leaflet.Marker
-
Changes the zIndex offset of the marker.
- setZIndexOffset(double) - Method in class net.java.html.leaflet.MarkerOptions
-
Sets zIndexOffset option
- setZoom(int) - Method in class net.java.html.leaflet.MapOptions
-
Initial map zoom.
- setZoom(ZoomOptions) - Method in class net.java.html.leaflet.ZoomPanOptions
-
Sets the options for the zoom change if it occurs.
- setZoomAnimation(boolean) - Method in class net.java.html.leaflet.MapOptions
-
Whether the tile zoom animation is enabled.
- setZoomAnimation(boolean) - Method in class net.java.html.leaflet.PopupOptions
-
Sets zoomAnimation option
- setZoomAnimationThreshold(int) - Method in class net.java.html.leaflet.MapOptions
-
Won't animate zoom if the zoom difference exceeds this value.
- setZoomControl(boolean) - Method in class net.java.html.leaflet.MapOptions
-
Whether the zoom control is added to the map by default.
- setZoomOffset(int) - Method in class net.java.html.leaflet.TileLayerOptions
-
Sets the zoomOffset option
- setZoomOffset(int) - Method in class net.java.html.leaflet.TileLayerWMSOptions
-
Sets the zoomOffset option
- setZoomReverse(boolean) - Method in class net.java.html.leaflet.TileLayerOptions
-
Sets the zoomReverse option
- setZoomReverse(boolean) - Method in class net.java.html.leaflet.TileLayerWMSOptions
-
Sets the zoomReverse option
- SphericalMercatorProjection - Class in net.java.html.leaflet
-
Spherical Mercator projection
- spliceLatLngs(int, int, LatLng...) - Method in class net.java.html.leaflet.PolyLine
-
Allows adding, removing or replacing points in the polyline.
- subtract(Point) - Method in class net.java.html.leaflet.Point
-
Returns the result of subtraction of the given point from the current.
- valueOf(String) - Static method in enum net.java.html.leaflet.event.DragEndEvent.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.java.html.leaflet.event.ErrorEvent.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.java.html.leaflet.event.Event.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.java.html.leaflet.event.LayerEvent.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.java.html.leaflet.event.LocationEvent.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.java.html.leaflet.event.MouseEvent.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.java.html.leaflet.event.PopupEvent.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.java.html.leaflet.event.ResizeEvent.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.java.html.leaflet.event.TileEvent.Type
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum net.java.html.leaflet.event.DragEndEvent.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.java.html.leaflet.event.ErrorEvent.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.java.html.leaflet.event.Event.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.java.html.leaflet.event.LayerEvent.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.java.html.leaflet.event.LocationEvent.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.java.html.leaflet.event.MouseEvent.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.java.html.leaflet.event.PopupEvent.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.java.html.leaflet.event.ResizeEvent.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.java.html.leaflet.event.TileEvent.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.