org.openstreetmap.josm.io.imagery
Class OsmosnimkiOffsetServer

java.lang.Object
  extended by org.openstreetmap.josm.io.imagery.OsmosnimkiOffsetServer
All Implemented Interfaces:
OffsetServer

public class OsmosnimkiOffsetServer
extends java.lang.Object
implements OffsetServer


Field Summary
static StringProperty PROP_SERVER_URL
           
private  java.lang.String url
           
 
Fields inherited from interface org.openstreetmap.josm.io.imagery.OffsetServer
PROP_SERVER_ENABLED
 
Constructor Summary
OsmosnimkiOffsetServer(java.lang.String url)
           
 
Method Summary
 EastNorth getOffset(ImageryInfo info, EastNorth en)
           
 boolean isLayerSupported(ImageryInfo info)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROP_SERVER_URL

public static final StringProperty PROP_SERVER_URL

url

private java.lang.String url
Constructor Detail

OsmosnimkiOffsetServer

public OsmosnimkiOffsetServer(java.lang.String url)
Method Detail

isLayerSupported

public boolean isLayerSupported(ImageryInfo info)
Specified by:
isLayerSupported in interface OffsetServer

getOffset

public EastNorth getOffset(ImageryInfo info,
                           EastNorth en)
Specified by:
getOffset in interface OffsetServer


JOSM