public class DriftingLayer extends Object implements com.github.davidmoten.grumpy.wms.Layer
| Modifier and Type | Field and Description | 
|---|---|
static rx.functions.Func2<VesselPosition,VesselPosition,Integer> | 
SORT_BY_TIME  | 
| Constructor and Description | 
|---|
DriftingLayer()  | 
| Modifier and Type | Method and Description | 
|---|---|
com.github.davidmoten.grumpy.wms.LayerFeatures | 
getFeatures()  | 
String | 
getInfo(Date time,
       com.github.davidmoten.grumpy.wms.WmsRequest request,
       Point point,
       String mimeType)  | 
static void | 
main(String[] args)  | 
static <T> rx.functions.Func1<T,Boolean> | 
not(rx.functions.Func1<T,Boolean> f)  | 
void | 
render(Graphics2D g,
      com.github.davidmoten.grumpy.wms.WmsRequest request)  | 
public static final rx.functions.Func2<VesselPosition,VesselPosition,Integer> SORT_BY_TIME
public com.github.davidmoten.grumpy.wms.LayerFeatures getFeatures()
getFeatures in interface com.github.davidmoten.grumpy.wms.Layerpublic String getInfo(Date time, com.github.davidmoten.grumpy.wms.WmsRequest request, Point point, String mimeType)
getInfo in interface com.github.davidmoten.grumpy.wms.Layerpublic void render(Graphics2D g, com.github.davidmoten.grumpy.wms.WmsRequest request)
render in interface com.github.davidmoten.grumpy.wms.Layerpublic static void main(String[] args) throws FileNotFoundException, IOException, InterruptedException
Copyright © 2020. All rights reserved.