A B C D E F G H I J L M O P R S T U V W X Z 
All Classes All Packages

A

addCoordinateLine(CoordinateLine) - Method in class com.sothawo.mapjfx.MapView
add a CoordinateLine to the map.
addLabel(MapLabel) - Method in class com.sothawo.mapjfx.MapView
adds a label to the map.
addMarker(Marker) - Method in class com.sothawo.mapjfx.MapView
adds a marker to the map.
addParam(String, String) - Method in class com.sothawo.mapjfx.WMSParam
 
addRequestProperty(String, String) - Method in class com.sothawo.mapjfx.offline.CachingHttpsURLConnection
 
addRequestProperty(String, String) - Method in class com.sothawo.mapjfx.offline.CachingHttpURLConnection
 
animationDurationProperty() - Method in class com.sothawo.mapjfx.MapView
 
ANY - Static variable in class com.sothawo.mapjfx.event.MapLabelEvent
base event type
ANY - Static variable in class com.sothawo.mapjfx.event.MapViewEvent
base event type
ANY - Static variable in class com.sothawo.mapjfx.event.MarkerEvent
base event type
attachLabel(MapLabel) - Method in class com.sothawo.mapjfx.Marker
attaches the MapLabel to this Marker

B

BINGMAPS_AERIAL - com.sothawo.mapjfx.MapType
BingMaps Aerial.
BINGMAPS_ROAD - com.sothawo.mapjfx.MapType
BingMaps Road.
BLUE - com.sothawo.mapjfx.Marker.Provided
 

C

CachedDataInfo - Class in com.sothawo.mapjfx.offline
A class that keeps information about a cached object.
CachedDataInfo() - Constructor for class com.sothawo.mapjfx.offline.CachedDataInfo
 
CachingHttpsURLConnection - Class in com.sothawo.mapjfx.offline
HttpsURLConnection implementation that caches the data in a local file, if it is not already stored there.
CachingHttpsURLConnection(OfflineCache, HttpsURLConnection) - Constructor for class com.sothawo.mapjfx.offline.CachingHttpsURLConnection
creates a CachingHttpsURlConnection.
CachingHttpURLConnection - Class in com.sothawo.mapjfx.offline
HttpURLConnection implementation that caches the data in a local file, if it is not already stored there.
CachingHttpURLConnection(OfflineCache, HttpURLConnection) - Constructor for class com.sothawo.mapjfx.offline.CachingHttpURLConnection
creates a CachingHttpURlConnection.
CachingURLStreamHandlerFactory - Class in com.sothawo.mapjfx.offline
Custom URLStreamHandlerFactory that is used to implement caching.
centerMovedTo(double, double) - Method in class com.sothawo.mapjfx.MapView.JavaConnector
called when the user has moved the map.
centerProperty() - Method in class com.sothawo.mapjfx.MapView
 
clear() - Method in enum com.sothawo.mapjfx.offline.OfflineCache
deletes all files from the cache directory.
clearParams() - Method in class com.sothawo.mapjfx.WMSParam
 
ClickType - Enum in com.sothawo.mapjfx.event
the different click types for events.
close() - Method in class com.sothawo.mapjfx.MapView
should be called when the MapViewis no longer needed.
close() - Method in class com.sothawo.mapjfx.offline.WriteCacheFileInputStream
 
com.sothawo.mapjfx - package com.sothawo.mapjfx
 
com.sothawo.mapjfx.app - package com.sothawo.mapjfx.app
 
com.sothawo.mapjfx.event - package com.sothawo.mapjfx.event
 
com.sothawo.mapjfx.offline - package com.sothawo.mapjfx.offline
classes to implement offline map data caching.
connect() - Method in class com.sothawo.mapjfx.offline.CachingHttpsURLConnection
 
connect() - Method in class com.sothawo.mapjfx.offline.CachingHttpURLConnection
 
contextClickAt(double, double) - Method in class com.sothawo.mapjfx.MapView.JavaConnector
called when the user has context-clicked in the map.
Coordinate - Class in com.sothawo.mapjfx
Coordinates with longitude and latitude values.
Coordinate(Double, Double) - Constructor for class com.sothawo.mapjfx.Coordinate
creates a coordinate.
CoordinateLine - Class in com.sothawo.mapjfx
A sequence of Coordinate objects which is drawn on the map as a line connecting the coordinates.
CoordinateLine(Coordinate...) - Constructor for class com.sothawo.mapjfx.CoordinateLine
Creates a CoordinateLine for the given coordinates.
CoordinateLine(List<? extends Coordinate>) - Constructor for class com.sothawo.mapjfx.CoordinateLine
Creates a CoordinateLine for the given coordinates.
CoordinateLineListener - Class in com.sothawo.mapjfx
Internal helper class.
CoordinateLineListener(ChangeListener<Boolean>) - Constructor for class com.sothawo.mapjfx.CoordinateLineListener
 
createProvided(Marker.Provided) - Static method in class com.sothawo.mapjfx.Marker
return a provided Marker with the given color.
createURLStreamHandler(String) - Method in class com.sothawo.mapjfx.offline.CachingURLStreamHandlerFactory
default Handler for http and https.
cssClass - Variable in class com.sothawo.mapjfx.MapCoordinateElement
custom css style name.
cssClassProperty() - Method in class com.sothawo.mapjfx.MapCoordinateElement
 

D

debug(String) - Method in class com.sothawo.mapjfx.MapView.JavaConnector
called from the JS in the web page to output a message to the application's log.
DEFAULT_COLOR - Static variable in class com.sothawo.mapjfx.CoordinateLine
default color: dodgerblue slightly transparent
DEFAULT_FILL_COLOR - Static variable in class com.sothawo.mapjfx.CoordinateLine
default color: dark orange transparent
DEFAULT_WIDTH - Static variable in class com.sothawo.mapjfx.CoordinateLine
default width 3
detachLabel() - Method in class com.sothawo.mapjfx.Marker
detaches an attached Label.
disconnect() - Method in class com.sothawo.mapjfx.offline.CachingHttpsURLConnection
 
disconnect() - Method in class com.sothawo.mapjfx.offline.CachingHttpURLConnection
 
DOUBLE - com.sothawo.mapjfx.event.ClickType
 

E

ENTERED - com.sothawo.mapjfx.event.ClickType
 
EPSG_3857 - com.sothawo.mapjfx.Projection
 
EPSG_4326 - com.sothawo.mapjfx.Projection
 
equals(Object) - Method in class com.sothawo.mapjfx.Coordinate
 
equals(Object) - Method in class com.sothawo.mapjfx.CoordinateLine
 
equals(Object) - Method in class com.sothawo.mapjfx.Extent
 
equals(Object) - Method in class com.sothawo.mapjfx.MapLabel
 
equals(Object) - Method in class com.sothawo.mapjfx.Marker
 
EXITED - com.sothawo.mapjfx.event.ClickType
 
Extent - Class in com.sothawo.mapjfx
An extent defines an area by two coordinates: min latitude/min longitude and max latitude/max longitude.
extentChanged(double, double, double, double) - Method in class com.sothawo.mapjfx.MapView.JavaConnector
called when the map extent changed by changing the center or zoom of the map.
extentSelected(double, double, double, double) - Method in class com.sothawo.mapjfx.MapView.JavaConnector
called when the user selected an extent by dragging the mouse with modifier pressed.

F

forCoordinates(Coordinate...) - Static method in class com.sothawo.mapjfx.Extent
creates the extent of the given coordinates.
forCoordinates(Collection<? extends Coordinate>) - Static method in class com.sothawo.mapjfx.Extent
creates the extent of the given coordinates.

G

getAllowUserInteraction() - Method in class com.sothawo.mapjfx.offline.CachingHttpsURLConnection
 
getAllowUserInteraction() - Method in class com.sothawo.mapjfx.offline.CachingHttpURLConnection
 
getAnimationDuration() - Method in class com.sothawo.mapjfx.MapView
 
getAttributions() - Method in class com.sothawo.mapjfx.XYZParam
 
getCacheDirectory() - Method in enum com.sothawo.mapjfx.offline.OfflineCache
 
getCacheSize() - Method in class com.sothawo.mapjfx.XYZParam
 
getCenter() - Method in class com.sothawo.mapjfx.MapView
 
getCipherSuite() - Method in class com.sothawo.mapjfx.offline.CachingHttpsURLConnection
 
getColor() - Method in class com.sothawo.mapjfx.CoordinateLine
 
getConnectTimeout() - Method in class com.sothawo.mapjfx.offline.CachingHttpsURLConnection
 
getConnectTimeout() - Method in class com.sothawo.mapjfx.offline.CachingHttpURLConnection
 
getContent() - Method in class com.sothawo.mapjfx.offline.CachingHttpsURLConnection
 
getContent() - Method in class com.sothawo.mapjfx.offline.CachingHttpURLConnection
 
getContent(Class[]) - Method in class com.sothawo.mapjfx.offline.CachingHttpsURLConnection
 
getContent(Class[]) - Method in class com.sothawo.mapjfx.offline.CachingHttpURLConnection
 
getContentEncoding() - Method in class com.sothawo.mapjfx.offline.CachedDataInfo
 
getContentEncoding() - Method in class com.sothawo.mapjfx.offline.CachingHttpsURLConnection
 
getContentEncoding() - Method in class com.sothawo.mapjfx.offline.CachingHttpURLConnection
 
getContentLength() - Method in class com.sothawo.mapjfx.offline.CachingHttpsURLConnection
 
getContentLength() - Method in class com.sothawo.mapjfx.offline.CachingHttpURLConnection
 
getContentLengthLong() - Method in class com.sothawo.mapjfx.offline.CachingHttpsURLConnection
 
getContentLengthLong() - Method in class com.sothawo.mapjfx.offline.CachingHttpURLConnection
 
getContentType() - Method in class com.sothawo.mapjfx.offline.CachedDataInfo
 
getContentType() - Method in class com.sothawo.mapjfx.offline.CachingHttpsURLConnection
 
getContentType() - Method in class com.sothawo.mapjfx.offline.CachingHttpURLConnection
 
getCoordinate() - Method in class com.sothawo.mapjfx.event.MapViewEvent
 
getCoordinateChangeListener() - Method in class com.sothawo.mapjfx.MapCoordinateElementListener
 
getCoordinateStream() - Method in class com.sothawo.mapjfx.CoordinateLine
 
getCrossOrigin() - Method in class com.sothawo.mapjfx.XYZParam
 
getCssChangeListener() - Method in class com.sothawo.mapjfx.MapCoordinateElementListener
 
getCssClass() - Method in class com.sothawo.mapjfx.MapCoordinateElement
 
getDate() - Method in class com.sothawo.mapjfx.offline.CachingHttpsURLConnection
 
getDate() - Method in class com.sothawo.mapjfx.offline.CachingHttpURLConnection
 
getDefaultUseCaches() - Method in class com.sothawo.mapjfx.offline.CachingHttpsURLConnection
 
getDefaultUseCaches() - Method in class com.sothawo.mapjfx.offline.CachingHttpURLConnection
 
getDoInput() - Method in class com.sothawo.mapjfx.offline.CachingHttpsURLConnection
 
getDoInput() - Method in class com.sothawo.mapjfx.offline.CachingHttpURLConnection
 
getDoOutput() - Method in class com.sothawo.mapjfx.offline.CachingHttpsURLConnection
 
getDoOutput() - Method in class com.sothawo.mapjfx.offline.CachingHttpURLConnection
 
getErrorStream() - Method in class com.sothawo.mapjfx.offline.CachingHttpsURLConnection
 
getErrorStream() - Method in class com.sothawo.mapjfx.offline.CachingHttpURLConnection
 
getExpiration() - Method in class com.sothawo.mapjfx.offline.CachingHttpsURLConnection
 
getExpiration() - Method in class com.sothawo.mapjfx.offline.CachingHttpURLConnection
 
getExtent() - Method in class com.sothawo.mapjfx.event.MapViewEvent
 
getFilename() - Method in enum com.sothawo.mapjfx.Marker.Provided
 
getFillColor() - Method in class com.sothawo.mapjfx.CoordinateLine
 
getHeaderField(int) - Method in class com.sothawo.mapjfx.offline.CachingHttpsURLConnection
 
getHeaderField(int) - Method in class com.sothawo.mapjfx.offline.CachingHttpURLConnection
 
getHeaderField(String) - Method in class com.sothawo.mapjfx.offline.CachingHttpsURLConnection
 
getHeaderField(String) - Method in class com.sothawo.mapjfx.offline.CachingHttpURLConnection
 
getHeaderFieldDate(String, long) - Method in class com.sothawo.mapjfx.offline.CachingHttpsURLConnection
 
getHeaderFieldDate(String, long) - Method in class com.sothawo.mapjfx.offline.CachingHttpURLConnection
 
getHeaderFieldInt(String, int) - Method in class com.sothawo.mapjfx.offline.CachingHttpsURLConnection
 
getHeaderFieldInt(String, int) - Method in class com.sothawo.mapjfx.offline.CachingHttpURLConnection
 
getHeaderFieldKey(int) - Method in class com.sothawo.mapjfx.offline.CachingHttpsURLConnection
 
getHeaderFieldKey(int) - Method in class com.sothawo.mapjfx.offline.CachingHttpURLConnection
 
getHeaderFieldLong(String, long) - Method in class com.sothawo.mapjfx.offline.CachingHttpsURLConnection
 
getHeaderFieldLong(String, long) - Method in class com.sothawo.mapjfx.offline.CachingHttpURLConnection
 
getHeaderFields() - Method in class com.sothawo.mapjfx.offline.CachedDataInfo
 
getHeaderFields() - Method in class com.sothawo.mapjfx.offline.CachingHttpsURLConnection
 
getHeaderFields() - Method in class com.sothawo.mapjfx.offline.CachingHttpURLConnection
 
getHostnameVerifier() - Method in class com.sothawo.mapjfx.offline.CachingHttpsURLConnection
 
getId() - Method in class com.sothawo.mapjfx.CoordinateLine
 
getId() - Method in class com.sothawo.mapjfx.MapCoordinateElement
 
getId() - Method in class com.sothawo.mapjfx.MapLabel
 
getId() - Method in class com.sothawo.mapjfx.Marker
 
getIfModifiedSince() - Method in class com.sothawo.mapjfx.offline.CachingHttpsURLConnection
 
getIfModifiedSince() - Method in class com.sothawo.mapjfx.offline.CachingHttpURLConnection
 
getImageURL() - Method in class com.sothawo.mapjfx.Marker
 
getInitialized() - Method in class com.sothawo.mapjfx.MapView
 
getInputStream() - Method in class com.sothawo.mapjfx.offline.CachingHttpsURLConnection
return the delegate's InputStream wrapped in a WriteCacheFileInputStream or a FileInputStream in case when the data is already cached.
getInputStream() - Method in class com.sothawo.mapjfx.offline.CachingHttpURLConnection
return the delegate's InputStream wrapped in a WriteCacheFileInputStream or a FileInputStream in case when the data is already cached.
getInstanceFollowRedirects() - Method in class com.sothawo.mapjfx.offline.CachingHttpsURLConnection
 
getInstanceFollowRedirects() - Method in class com.sothawo.mapjfx.offline.CachingHttpURLConnection
 
getLastModified() - Method in class com.sothawo.mapjfx.offline.CachingHttpsURLConnection
 
getLastModified() - Method in class com.sothawo.mapjfx.offline.CachingHttpURLConnection
 
getLatitude() - Method in class com.sothawo.mapjfx.Coordinate
 
getLocalCertificates() - Method in class com.sothawo.mapjfx.offline.CachingHttpsURLConnection
 
getLocalPrincipal() - Method in class com.sothawo.mapjfx.offline.CachingHttpsURLConnection
 
getLongitude() - Method in class com.sothawo.mapjfx.Coordinate
 
getMapLabel() - Method in class com.sothawo.mapjfx.event.MapLabelEvent
 
getMapLabel() - Method in class com.sothawo.mapjfx.Marker
 
getMapType() - Method in class com.sothawo.mapjfx.MapView
 
getMarker() - Method in class com.sothawo.mapjfx.event.MarkerEvent
 
getMarker() - Method in class com.sothawo.mapjfx.MapLabel
 
getMax() - Method in class com.sothawo.mapjfx.Extent
 
getMaxZoom() - Method in class com.sothawo.mapjfx.XYZParam
 
getMin() - Method in class com.sothawo.mapjfx.Extent
 
getMinZoom() - Method in class com.sothawo.mapjfx.XYZParam
 
getNoCacheFilters() - Method in enum com.sothawo.mapjfx.offline.OfflineCache
 
getOfflineCache() - Method in class com.sothawo.mapjfx.MapView
 
getOffsetX() - Method in class com.sothawo.mapjfx.MapCoordinateElement
 
getOffsetX() - Method in enum com.sothawo.mapjfx.Marker.Provided
 
getOffsetY() - Method in class com.sothawo.mapjfx.MapCoordinateElement
 
getOffsetY() - Method in enum com.sothawo.mapjfx.Marker.Provided
 
getOlName() - Method in enum com.sothawo.mapjfx.Projection
 
getOpaque() - Method in class com.sothawo.mapjfx.XYZParam
 
getOutputStream() - Method in class com.sothawo.mapjfx.offline.CachingHttpsURLConnection
 
getOutputStream() - Method in class com.sothawo.mapjfx.offline.CachingHttpURLConnection
 
getParams() - Method in class com.sothawo.mapjfx.WMSParam
 
getPeerPrincipal() - Method in class com.sothawo.mapjfx.offline.CachingHttpsURLConnection
 
getPermission() - Method in class com.sothawo.mapjfx.offline.CachingHttpsURLConnection
 
getPermission() - Method in class com.sothawo.mapjfx.offline.CachingHttpURLConnection
 
getPosition() - Method in class com.sothawo.mapjfx.MapCoordinateElement
 
getReadTimeout() - Method in class com.sothawo.mapjfx.offline.CachingHttpsURLConnection
 
getReadTimeout() - Method in class com.sothawo.mapjfx.offline.CachingHttpURLConnection
 
getReprojectionErrorThreshold() - Method in class com.sothawo.mapjfx.XYZParam
 
getRequestMethod() - Method in class com.sothawo.mapjfx.offline.CachingHttpsURLConnection
 
getRequestMethod() - Method in class com.sothawo.mapjfx.offline.CachingHttpURLConnection
 
getRequestProperties() - Method in class com.sothawo.mapjfx.offline.CachingHttpsURLConnection
 
getRequestProperties() - Method in class com.sothawo.mapjfx.offline.CachingHttpURLConnection
 
getRequestProperty(String) - Method in class com.sothawo.mapjfx.offline.CachingHttpsURLConnection
 
getRequestProperty(String) - Method in class com.sothawo.mapjfx.offline.CachingHttpURLConnection
 
getResponseCode() - Method in class com.sothawo.mapjfx.offline.CachingHttpsURLConnection
 
getResponseCode() - Method in class com.sothawo.mapjfx.offline.CachingHttpURLConnection
 
getResponseMessage() - Method in class com.sothawo.mapjfx.offline.CachingHttpsURLConnection
 
getResponseMessage() - Method in class com.sothawo.mapjfx.offline.CachingHttpURLConnection
 
getServerCertificates() - Method in class com.sothawo.mapjfx.offline.CachingHttpsURLConnection
 
getSSLSocketFactory() - Method in class com.sothawo.mapjfx.offline.CachingHttpsURLConnection
 
getText() - Method in class com.sothawo.mapjfx.MapLabel
 
getTilePixelRatio() - Method in class com.sothawo.mapjfx.XYZParam
 
getTileSize() - Method in class com.sothawo.mapjfx.XYZParam
 
getTransition() - Method in class com.sothawo.mapjfx.XYZParam
 
getUrl() - Method in class com.sothawo.mapjfx.WMSParam
 
getUrl() - Method in class com.sothawo.mapjfx.XYZParam
 
getURL() - Method in class com.sothawo.mapjfx.offline.CachingHttpsURLConnection
 
getURL() - Method in class com.sothawo.mapjfx.offline.CachingHttpURLConnection
 
getUseCaches() - Method in class com.sothawo.mapjfx.offline.CachingHttpsURLConnection
 
getUseCaches() - Method in class com.sothawo.mapjfx.offline.CachingHttpURLConnection
 
getVisibileChangeListener() - Method in class com.sothawo.mapjfx.CoordinateLineListener
 
getVisibileChangeListener() - Method in class com.sothawo.mapjfx.MapCoordinateElementListener
 
getVisible() - Method in class com.sothawo.mapjfx.MapElement
 
getWidth() - Method in class com.sothawo.mapjfx.CoordinateLine
 
getWrapX() - Method in class com.sothawo.mapjfx.XYZParam
 
getZoom() - Method in class com.sothawo.mapjfx.MapView
 
GREEN - com.sothawo.mapjfx.Marker.Provided
 

H

hashCode() - Method in class com.sothawo.mapjfx.Coordinate
 
hashCode() - Method in class com.sothawo.mapjfx.CoordinateLine
 
hashCode() - Method in class com.sothawo.mapjfx.Extent
 
hashCode() - Method in class com.sothawo.mapjfx.MapLabel
 
hashCode() - Method in class com.sothawo.mapjfx.Marker
 

I

INITIAL_ZOOM - Static variable in class com.sothawo.mapjfx.MapView
initial zoom value for the map.
initialize() - Method in class com.sothawo.mapjfx.MapView
calls MapView.initialize(Projection) with a value of #WEB_MERCATOR.
initialize(Projection) - Method in class com.sothawo.mapjfx.MapView
initializes the MapView.
initializedProperty() - Method in class com.sothawo.mapjfx.MapView
 
INSTANCE - com.sothawo.mapjfx.offline.OfflineCache
 
isActive() - Method in enum com.sothawo.mapjfx.offline.OfflineCache
 
isClosed() - Method in class com.sothawo.mapjfx.CoordinateLine
 

J

JavaConnector() - Constructor for class com.sothawo.mapjfx.MapView.JavaConnector
 

L

labelClicked(String) - Method in class com.sothawo.mapjfx.MapView.JavaConnector
called when a label was single clicked.
labelDoubleClicked(String) - Method in class com.sothawo.mapjfx.MapView.JavaConnector
called when a label was double clicked.
labelEntered(String) - Method in class com.sothawo.mapjfx.MapView.JavaConnector
called when a label was entered.
labelExited(String) - Method in class com.sothawo.mapjfx.MapView.JavaConnector
called when a label was exited.
labelMouseDown(String) - Method in class com.sothawo.mapjfx.MapView.JavaConnector
called when mouse is pressed on label.
labelMouseUp(String) - Method in class com.sothawo.mapjfx.MapView.JavaConnector
called when mouse is released on label.
labelRightClicked(String) - Method in class com.sothawo.mapjfx.MapView.JavaConnector
called when a label was single clicked.
LEFT - com.sothawo.mapjfx.event.ClickType
 

M

main(String[]) - Static method in class com.sothawo.mapjfx.app.TestApp
 
main(String[]) - Static method in class com.sothawo.mapjfx.app.TestAppLauncher
 
MAP_BOUNDING_EXTENT - Static variable in class com.sothawo.mapjfx.event.MapViewEvent
vounding extent changed in map
MAP_CLICKED - Static variable in class com.sothawo.mapjfx.event.MapViewEvent
coordinate clicked in map
MAP_EXTENT - Static variable in class com.sothawo.mapjfx.event.MapViewEvent
extent selected in map
MAP_POINTER_MOVED - Static variable in class com.sothawo.mapjfx.event.MapViewEvent
pointer moved over map
MAP_RIGHTCLICKED - Static variable in class com.sothawo.mapjfx.event.MapViewEvent
coordinate context clicked in map
MapCoordinateElement - Class in com.sothawo.mapjfx
Common base class for elements on the map that have a defined position on the map.
MapCoordinateElement() - Constructor for class com.sothawo.mapjfx.MapCoordinateElement
 
MapCoordinateElement(int, int) - Constructor for class com.sothawo.mapjfx.MapCoordinateElement
 
MapCoordinateElementListener - Class in com.sothawo.mapjfx
Encapsulation of different ChangeListener instances for a MapCoordinateElement object.
MapCoordinateElementListener(ChangeListener<Coordinate>, ChangeListener<Boolean>, ChangeListener<String>) - Constructor for class com.sothawo.mapjfx.MapCoordinateElementListener
 
MapElement - Class in com.sothawo.mapjfx
Common base class for elements that can exist on the map.
MapElement() - Constructor for class com.sothawo.mapjfx.MapElement
 
MapLabel - Class in com.sothawo.mapjfx
A label in the map.
MapLabel(String) - Constructor for class com.sothawo.mapjfx.MapLabel
creates a Label with the given text and the offset values set to 0, 0.
MapLabel(String, int, int) - Constructor for class com.sothawo.mapjfx.MapLabel
creates a Label with the given text and offset values.
MAPLABEL_CLICKED - Static variable in class com.sothawo.mapjfx.event.MapLabelEvent
label clicked in map
MAPLABEL_DOUBLECLICKED - Static variable in class com.sothawo.mapjfx.event.MapLabelEvent
label double clicked in map
MAPLABEL_ENTERED - Static variable in class com.sothawo.mapjfx.event.MapLabelEvent
label entered in map
MAPLABEL_EXITED - Static variable in class com.sothawo.mapjfx.event.MapLabelEvent
label exited in map
MAPLABEL_MOUSEDOWN - Static variable in class com.sothawo.mapjfx.event.MapLabelEvent
label mouse down in map
MAPLABEL_MOUSEUP - Static variable in class com.sothawo.mapjfx.event.MapLabelEvent
label mouse up in map
MAPLABEL_RIGHTCLICKED - Static variable in class com.sothawo.mapjfx.event.MapLabelEvent
label right clicked in map
MapLabelEvent - Class in com.sothawo.mapjfx.event
Event class for events concerning markers.
MapLabelEvent(EventType<? extends MapLabelEvent>, MapLabel) - Constructor for class com.sothawo.mapjfx.event.MapLabelEvent
 
MapType - Enum in com.sothawo.mapjfx
Enumeration defining the different map types.
mapTypeProperty() - Method in class com.sothawo.mapjfx.MapView
 
MapView - Class in com.sothawo.mapjfx
Map component.
MapView() - Constructor for class com.sothawo.mapjfx.MapView
create a MapView with no initial center coordinate.
MapView.JavaConnector - Class in com.sothawo.mapjfx
Connector object.
MapViewEvent - Class in com.sothawo.mapjfx.event
Event class for MapView events.
MapViewEvent(EventType<? extends MapViewEvent>, Coordinate) - Constructor for class com.sothawo.mapjfx.event.MapViewEvent
creates an CoordinateEvent of the given type and name for a clicked object.
MapViewEvent(EventType<? extends MapViewEvent>, Extent) - Constructor for class com.sothawo.mapjfx.event.MapViewEvent
creates an ExtentEvent.
Marker - Class in com.sothawo.mapjfx
A marker in the map.
Marker(URL) - Constructor for class com.sothawo.mapjfx.Marker
constructs an object with the given URL and offset values set to 0.
Marker(URL, int, int) - Constructor for class com.sothawo.mapjfx.Marker
constructs a Marker with the given values.
MARKER_CLICKED - Static variable in class com.sothawo.mapjfx.event.MarkerEvent
marker clicked in map
MARKER_DOUBLECLICKED - Static variable in class com.sothawo.mapjfx.event.MarkerEvent
marker doubleclicked in map
MARKER_ENTERED - Static variable in class com.sothawo.mapjfx.event.MarkerEvent
marker entered in map
MARKER_EXITED - Static variable in class com.sothawo.mapjfx.event.MarkerEvent
marker exited in map
MARKER_MOUSEDOWN - Static variable in class com.sothawo.mapjfx.event.MarkerEvent
marker mousedown in map
MARKER_MOUSEUP - Static variable in class com.sothawo.mapjfx.event.MarkerEvent
marker mouseup in map
MARKER_RIGHTCLICKED - Static variable in class com.sothawo.mapjfx.event.MarkerEvent
marker rightclicked in map
Marker.Provided - Enum in com.sothawo.mapjfx
provided Markers.
markerClicked(String) - Method in class com.sothawo.mapjfx.MapView.JavaConnector
called when a marker was clicked.
markerDoubleClicked(String) - Method in class com.sothawo.mapjfx.MapView.JavaConnector
called when a marker was doubleclicked.
markerEntered(String) - Method in class com.sothawo.mapjfx.MapView.JavaConnector
called when a marker was entered.
MarkerEvent - Class in com.sothawo.mapjfx.event
Event class for events concerning markers.
MarkerEvent(EventType<? extends MarkerEvent>, Marker) - Constructor for class com.sothawo.mapjfx.event.MarkerEvent
 
markerExited(String) - Method in class com.sothawo.mapjfx.MapView.JavaConnector
called when a marker was exited.
markerMouseDown(String) - Method in class com.sothawo.mapjfx.MapView.JavaConnector
calles when mouse is pressed on marker.
markerMouseUp(String) - Method in class com.sothawo.mapjfx.MapView.JavaConnector
calles when mouse is released on marker.
markerRightClicked(String) - Method in class com.sothawo.mapjfx.MapView.JavaConnector
called when a marker was doubleclicked.
MAX_ZOOM - Static variable in class com.sothawo.mapjfx.MapView
maximal zoom level, OL defines this as 28.
MIN_ZOOM - Static variable in class com.sothawo.mapjfx.MapView
minimal zoom level, OL defines this as 0.
MOUSEDOWN - com.sothawo.mapjfx.event.ClickType
 
MOUSEUP - com.sothawo.mapjfx.event.ClickType
 

O

OfflineCache - Enum in com.sothawo.mapjfx.offline
Offline Cache functionality.
offsetX - Variable in class com.sothawo.mapjfx.MapCoordinateElement
horizontal offset
offsetY - Variable in class com.sothawo.mapjfx.MapCoordinateElement
the vertical offset
onInputStreamClose(Runnable) - Method in class com.sothawo.mapjfx.offline.WriteCacheFileInputStream
 
ORANGE - com.sothawo.mapjfx.Marker.Provided
 
OSM - com.sothawo.mapjfx.MapType
OpenStreetMap.

P

pointerMovedTo(double, double) - Method in class com.sothawo.mapjfx.MapView.JavaConnector
called when the user has moved the pointer (mouse).
position - Variable in class com.sothawo.mapjfx.MapCoordinateElement
the coordinate
positionProperty() - Method in class com.sothawo.mapjfx.MapCoordinateElement
 
Projection - Enum in com.sothawo.mapjfx
 
PROTO_HTTP - Static variable in class com.sothawo.mapjfx.offline.CachingURLStreamHandlerFactory
 
PROTO_HTTPS - Static variable in class com.sothawo.mapjfx.offline.CachingURLStreamHandlerFactory
 

R

read(byte[], int, int) - Method in class com.sothawo.mapjfx.offline.WriteCacheFileInputStream
 
RED - com.sothawo.mapjfx.Marker.Provided
 
removeCoordinateLine(CoordinateLine) - Method in class com.sothawo.mapjfx.MapView
removes a CoordinateLine from the map.
removeLabel(MapLabel) - Method in class com.sothawo.mapjfx.MapView
removes the given label from the map and deregisters the change listeners.
removeMarker(Marker) - Method in class com.sothawo.mapjfx.MapView
removes the given marker from the map and deregisters the change listeners.
RIGHT - com.sothawo.mapjfx.event.ClickType
 

S

setActive(boolean) - Method in enum com.sothawo.mapjfx.offline.OfflineCache
sets the active state of the cache
setAllowUserInteraction(boolean) - Method in class com.sothawo.mapjfx.offline.CachingHttpsURLConnection
 
setAllowUserInteraction(boolean) - Method in class com.sothawo.mapjfx.offline.CachingHttpURLConnection
 
setAnimationDuration(int) - Method in class com.sothawo.mapjfx.MapView
sets the animation duration in ms.
setAttributions(String) - Method in class com.sothawo.mapjfx.XYZParam
 
setBingMapsApiKey(String) - Method in class com.sothawo.mapjfx.MapView
sets the Bing Maps API Key.
setCacheDirectory(String) - Method in enum com.sothawo.mapjfx.offline.OfflineCache
sets the cacheDirectory.
setCacheDirectory(Path) - Method in enum com.sothawo.mapjfx.offline.OfflineCache
sets the cacheDirectory.
setCacheSize(Integer) - Method in class com.sothawo.mapjfx.XYZParam
 
setCenter(Coordinate) - Method in class com.sothawo.mapjfx.MapView
sets the center of the map.
setChunkedStreamingMode(int) - Method in class com.sothawo.mapjfx.offline.CachingHttpsURLConnection
 
setChunkedStreamingMode(int) - Method in class com.sothawo.mapjfx.offline.CachingHttpURLConnection
 
setClosed(Boolean) - Method in class com.sothawo.mapjfx.CoordinateLine
 
setColor(Color) - Method in class com.sothawo.mapjfx.CoordinateLine
sets the new color.
setConnectTimeout(int) - Method in class com.sothawo.mapjfx.offline.CachingHttpsURLConnection
 
setConnectTimeout(int) - Method in class com.sothawo.mapjfx.offline.CachingHttpURLConnection
 
setContentEncoding(String) - Method in class com.sothawo.mapjfx.offline.CachedDataInfo
 
setContentType(String) - Method in class com.sothawo.mapjfx.offline.CachedDataInfo
 
setCrossOrigin(String) - Method in class com.sothawo.mapjfx.XYZParam
 
setCssClass(String) - Method in class com.sothawo.mapjfx.MapCoordinateElement
sets the cssClass for the Label
setCssClass(String) - Method in class com.sothawo.mapjfx.MapLabel
 
setCustomMapviewCssURL(URL) - Method in class com.sothawo.mapjfx.MapView
sets the URL for the custom mapview css file.
setDefaultUseCaches(boolean) - Method in class com.sothawo.mapjfx.offline.CachingHttpsURLConnection
 
setDefaultUseCaches(boolean) - Method in class com.sothawo.mapjfx.offline.CachingHttpURLConnection
 
setDoInput(boolean) - Method in class com.sothawo.mapjfx.offline.CachingHttpsURLConnection
 
setDoInput(boolean) - Method in class com.sothawo.mapjfx.offline.CachingHttpURLConnection
 
setDoOutput(boolean) - Method in class com.sothawo.mapjfx.offline.CachingHttpsURLConnection
 
setDoOutput(boolean) - Method in class com.sothawo.mapjfx.offline.CachingHttpURLConnection
 
setExtent(Extent) - Method in class com.sothawo.mapjfx.MapView
sets the center and zoom of the map so that the given extent is visible.
setFillColor(Color) - Method in class com.sothawo.mapjfx.CoordinateLine
sets the new fill color.
setFixedLengthStreamingMode(int) - Method in class com.sothawo.mapjfx.offline.CachingHttpsURLConnection
 
setFixedLengthStreamingMode(int) - Method in class com.sothawo.mapjfx.offline.CachingHttpURLConnection
 
setFixedLengthStreamingMode(long) - Method in class com.sothawo.mapjfx.offline.CachingHttpsURLConnection
 
setFixedLengthStreamingMode(long) - Method in class com.sothawo.mapjfx.offline.CachingHttpURLConnection
 
setHeaderFields(Map<String, List<String>>) - Method in class com.sothawo.mapjfx.offline.CachedDataInfo
 
setHostnameVerifier(HostnameVerifier) - Method in class com.sothawo.mapjfx.offline.CachingHttpsURLConnection
 
setIfModifiedSince(long) - Method in class com.sothawo.mapjfx.offline.CachingHttpsURLConnection
 
setIfModifiedSince(long) - Method in class com.sothawo.mapjfx.offline.CachingHttpURLConnection
 
setInstanceFollowRedirects(boolean) - Method in class com.sothawo.mapjfx.offline.CachingHttpsURLConnection
 
setInstanceFollowRedirects(boolean) - Method in class com.sothawo.mapjfx.offline.CachingHttpURLConnection
 
setMapType(MapType) - Method in class com.sothawo.mapjfx.MapView
sets the current MapType.
setMaxZoom(Integer) - Method in class com.sothawo.mapjfx.XYZParam
 
setMinZoom(Integer) - Method in class com.sothawo.mapjfx.XYZParam
 
setNoCacheFilters(Collection<String>) - Method in enum com.sothawo.mapjfx.offline.OfflineCache
 
setOpaque(Boolean) - Method in class com.sothawo.mapjfx.XYZParam
 
setPosition(Coordinate) - Method in class com.sothawo.mapjfx.MapCoordinateElement
sets the marker's new position
setPosition(Coordinate) - Method in class com.sothawo.mapjfx.MapLabel
 
setPosition(Coordinate) - Method in class com.sothawo.mapjfx.Marker
 
setReadTimeout(int) - Method in class com.sothawo.mapjfx.offline.CachingHttpsURLConnection
 
setReadTimeout(int) - Method in class com.sothawo.mapjfx.offline.CachingHttpURLConnection
 
setReprojectionErrorThreshold(Double) - Method in class com.sothawo.mapjfx.XYZParam
 
setRequestMethod(String) - Method in class com.sothawo.mapjfx.offline.CachingHttpsURLConnection
 
setRequestMethod(String) - Method in class com.sothawo.mapjfx.offline.CachingHttpURLConnection
 
setRequestProperty(String, String) - Method in class com.sothawo.mapjfx.offline.CachingHttpsURLConnection
 
setRequestProperty(String, String) - Method in class com.sothawo.mapjfx.offline.CachingHttpURLConnection
 
setSSLSocketFactory(SSLSocketFactory) - Method in class com.sothawo.mapjfx.offline.CachingHttpsURLConnection
 
setTilePixelRatio(Double) - Method in class com.sothawo.mapjfx.XYZParam
 
setTileSize(Integer) - Method in class com.sothawo.mapjfx.XYZParam
 
setTransition(Integer) - Method in class com.sothawo.mapjfx.XYZParam
 
setUrl(String) - Method in class com.sothawo.mapjfx.WMSParam
 
setUrl(String) - Method in class com.sothawo.mapjfx.XYZParam
 
setUseCaches(boolean) - Method in class com.sothawo.mapjfx.offline.CachingHttpsURLConnection
 
setUseCaches(boolean) - Method in class com.sothawo.mapjfx.offline.CachingHttpURLConnection
 
setVisible(boolean) - Method in class com.sothawo.mapjfx.CoordinateLine
 
setVisible(boolean) - Method in class com.sothawo.mapjfx.MapElement
sets the visibilty of the marker
setVisible(boolean) - Method in class com.sothawo.mapjfx.MapLabel
 
setVisible(boolean) - Method in class com.sothawo.mapjfx.Marker
 
setWidth(int) - Method in class com.sothawo.mapjfx.CoordinateLine
sets the width
setWMSParam(WMSParam) - Method in class com.sothawo.mapjfx.MapView
sets the WMS parameters.
setWrapX(Boolean) - Method in class com.sothawo.mapjfx.XYZParam
 
setXYZParam(XYZParam) - Method in class com.sothawo.mapjfx.MapView
sets the XYZ parameters.
setZoom(double) - Method in class com.sothawo.mapjfx.MapView
sets the zoom level.
showLink(String) - Method in class com.sothawo.mapjfx.MapView.JavaConnector
called when an a href in the map is clicked and shows the URL in the default browser.
singleClickAt(double, double) - Method in class com.sothawo.mapjfx.MapView.JavaConnector
called when the user has single-clicked in the map.
STAMEN_WC - com.sothawo.mapjfx.MapType
Stamen Watercolor.
start(Stage) - Method in class com.sothawo.mapjfx.app.TestApp
 
stop() - Method in class com.sothawo.mapjfx.app.TestApp
 

T

TestApp - Class in com.sothawo.mapjfx.app
Test application.
TestApp() - Constructor for class com.sothawo.mapjfx.app.TestApp
 
TestAppLauncher - Class in com.sothawo.mapjfx.app
Helper class needed when launching the app from IntelliJ.
TestAppLauncher() - Constructor for class com.sothawo.mapjfx.app.TestAppLauncher
 
toJSON() - Method in class com.sothawo.mapjfx.XYZParam
 
toString() - Method in class com.sothawo.mapjfx.Coordinate
 
toString() - Method in class com.sothawo.mapjfx.CoordinateLine
 
toString() - Method in class com.sothawo.mapjfx.Extent
 
toString() - Method in class com.sothawo.mapjfx.MapCoordinateElement
 
toString() - Method in class com.sothawo.mapjfx.MapElement
 
toString() - Method in class com.sothawo.mapjfx.MapLabel
 
toString() - Method in class com.sothawo.mapjfx.Marker
 
toString() - Method in class com.sothawo.mapjfx.WMSParam
 

U

usingProxy() - Method in class com.sothawo.mapjfx.offline.CachingHttpsURLConnection
 
usingProxy() - Method in class com.sothawo.mapjfx.offline.CachingHttpURLConnection
 

V

valueOf(String) - Static method in enum com.sothawo.mapjfx.event.ClickType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sothawo.mapjfx.MapType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sothawo.mapjfx.Marker.Provided
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sothawo.mapjfx.offline.OfflineCache
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sothawo.mapjfx.Projection
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.sothawo.mapjfx.event.ClickType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sothawo.mapjfx.MapType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sothawo.mapjfx.Marker.Provided
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sothawo.mapjfx.offline.OfflineCache
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sothawo.mapjfx.Projection
Returns an array containing the constants of this enum type, in the order they are declared.
visible - Variable in class com.sothawo.mapjfx.MapElement
visible property
visibleProperty() - Method in class com.sothawo.mapjfx.MapElement
 

W

WEB_MERCATOR - com.sothawo.mapjfx.Projection
 
WGS_84 - com.sothawo.mapjfx.Projection
 
withAttributions(String) - Method in class com.sothawo.mapjfx.XYZParam
 
withCacheSize(Integer) - Method in class com.sothawo.mapjfx.XYZParam
 
withCrossOrigin(String) - Method in class com.sothawo.mapjfx.XYZParam
 
withMaxZoom(Integer) - Method in class com.sothawo.mapjfx.XYZParam
 
withMinZoom(Integer) - Method in class com.sothawo.mapjfx.XYZParam
 
withOpaque(Boolean) - Method in class com.sothawo.mapjfx.XYZParam
 
withReprojectionErrorThreshold(Double) - Method in class com.sothawo.mapjfx.XYZParam
 
withTilePixelRatio(Double) - Method in class com.sothawo.mapjfx.XYZParam
 
withTileSize(Integer) - Method in class com.sothawo.mapjfx.XYZParam
 
withTransition(Integer) - Method in class com.sothawo.mapjfx.XYZParam
 
withUrl(String) - Method in class com.sothawo.mapjfx.XYZParam
 
withWrapX(Boolean) - Method in class com.sothawo.mapjfx.XYZParam
 
WMS - com.sothawo.mapjfx.MapType
custom WMS server.
WMSParam - Class in com.sothawo.mapjfx
parameters for the WMS map type.
WMSParam() - Constructor for class com.sothawo.mapjfx.WMSParam
 
WriteCacheFileInputStream - Class in com.sothawo.mapjfx.offline
FilterInputStream that dumps all data passed through it to a cache file before passing the data on.
WriteCacheFileInputStream(InputStream, OutputStream) - Constructor for class com.sothawo.mapjfx.offline.WriteCacheFileInputStream
Creates a FilterInputStream by assigning the argument in to the field this.in so as to remember it for later use.

X

XYZ - com.sothawo.mapjfx.MapType
custom Map server with XYZ support.
XYZParam - Class in com.sothawo.mapjfx
parameters for the XYZ map source.
XYZParam() - Constructor for class com.sothawo.mapjfx.XYZParam
 

Z

zoomChanged(double) - Method in class com.sothawo.mapjfx.MapView.JavaConnector
called when the user changed the zoom with the controls in the map.
zoomProperty() - Method in class com.sothawo.mapjfx.MapView
 
A B C D E F G H I J L M O P R S T U V W X Z 
All Classes All Packages