Uses of Class
org.meteoinfo.layer.ImageLayer
-
Packages that use ImageLayer Package Description org.meteoinfo.chart.plot org.meteoinfo.data.mapdata org.meteoinfo.data.meteodata org.meteoinfo.layer org.meteoinfo.map -
-
Uses of ImageLayer in org.meteoinfo.chart.plot
Methods in org.meteoinfo.chart.plot with parameters of type ImageLayer Modifier and Type Method Description static GraphicCollectionGraphicFactory. createImage(ImageLayer layer, double offset, double xshift, java.lang.String interpolation)Create image -
Uses of ImageLayer in org.meteoinfo.data.mapdata
Methods in org.meteoinfo.data.mapdata that return ImageLayer Modifier and Type Method Description static ImageLayerMapDataManage. readImageFile(java.lang.String aFile)Read image file -
Uses of ImageLayer in org.meteoinfo.data.meteodata
Methods in org.meteoinfo.data.meteodata that return ImageLayer Modifier and Type Method Description static ImageLayerDrawMeteoData. createImageLayer(ucar.ma2.Array x, ucar.ma2.Array y, java.awt.image.BufferedImage image, java.lang.String layerName)Create image layerstatic ImageLayerDrawMeteoData. createImageLayer(ucar.ma2.Array x, ucar.ma2.Array y, Graphic graphic, java.lang.String layerName)Create image layer -
Uses of ImageLayer in org.meteoinfo.layer
Subclasses of ImageLayer in org.meteoinfo.layer Modifier and Type Class Description classRasterLayer -
Uses of ImageLayer in org.meteoinfo.map
Methods in org.meteoinfo.map that return ImageLayer Modifier and Type Method Description ImageLayerMapView. loadImageLayer(org.w3c.dom.Node aILayer)Load image layerMethods in org.meteoinfo.map with parameters of type ImageLayer Modifier and Type Method Description voidMapView. exportImageLayer(org.w3c.dom.Document m_Doc, org.w3c.dom.Element parent, ImageLayer aILayer, java.lang.String projectFilePath)Export image layer element
-