Loading cesiumjs4gwt-main/src/main/java/org/cesiumjs/cs/scene/providers/WebMapServiceImageryProvider.java +12 −0 Original line number Diff line number Diff line Loading @@ -90,6 +90,18 @@ public class WebMapServiceImageryProvider implements ImageryProvider { @JsProperty(name = "errorEvent") public native Event errorEvent(); /** * Gets the getFeatureInfo URL of the WMS server as {@link Resource}. */ @JsProperty(name = "getFeatureInfoUrl") public native Resource getFeatureInfoUrl(); /** * Gets the getFeatureInfo URL of the WMS server as String. */ @JsProperty(name = "getFeatureInfoUrl") public native Resource getFeatureInfoUrlStr(); /** * Gets a value indicating whether or not the images provided by this imagery * provider include an alpha channel. If this property is false, an alpha Loading Loading
cesiumjs4gwt-main/src/main/java/org/cesiumjs/cs/scene/providers/WebMapServiceImageryProvider.java +12 −0 Original line number Diff line number Diff line Loading @@ -90,6 +90,18 @@ public class WebMapServiceImageryProvider implements ImageryProvider { @JsProperty(name = "errorEvent") public native Event errorEvent(); /** * Gets the getFeatureInfo URL of the WMS server as {@link Resource}. */ @JsProperty(name = "getFeatureInfoUrl") public native Resource getFeatureInfoUrl(); /** * Gets the getFeatureInfo URL of the WMS server as String. */ @JsProperty(name = "getFeatureInfoUrl") public native Resource getFeatureInfoUrlStr(); /** * Gets a value indicating whether or not the images provided by this imagery * provider include an alpha channel. If this property is false, an alpha Loading