Uses of Class
org.meteoinfo.layer.MapLayer
-
Packages that use MapLayer Package Description org.meteoinfo.chart.plot org.meteoinfo.data.mapdata org.meteoinfo.layer org.meteoinfo.layout org.meteoinfo.legend org.meteoinfo.map -
-
Uses of MapLayer in org.meteoinfo.chart.plot
Methods in org.meteoinfo.chart.plot that return MapLayer Modifier and Type Method Description MapLayerMapPlot. getLayer(int i)Get layer by indexMapLayerMapPlot. getLayer(java.lang.String name)Get layer by nameMapLayerMapPlot. getSelectedLayer()Get selected layerMethods in org.meteoinfo.chart.plot with parameters of type MapLayer Modifier and Type Method Description voidMapPlot. addLayer(int idx, MapLayer layer)Add a layervoidMapPlot. addLayer(MapLayer layer)Add a layervoidMapPlot. setSelectedLayer(MapLayer value)Set selected layer -
Uses of MapLayer in org.meteoinfo.data.mapdata
Methods in org.meteoinfo.data.mapdata that return MapLayer Modifier and Type Method Description static MapLayerMapDataManage. loadLayer(java.lang.String aFile)Load a layer from a filestatic MapLayerMapDataManage. loadLayer(java.lang.String aFile, ProjectionInfo projInfo)Load a layer from a file with a certain projection -
Uses of MapLayer in org.meteoinfo.layer
Subclasses of MapLayer in org.meteoinfo.layer Modifier and Type Class Description classImageLayerclassRasterLayerclassVectorLayerVector layer classclassWebMapLayerMethods in org.meteoinfo.layer with parameters of type MapLayer Modifier and Type Method Description voidFrmLayerProperty. setMapLayer(MapLayer aLayer) -
Uses of MapLayer in org.meteoinfo.layout
Methods in org.meteoinfo.layout that return MapLayer Modifier and Type Method Description MapLayerLayoutLegend. getLegendLayer()Get legend layerMapLayerLayoutLegend.LayoutLegendBean. getLegendLayer()Get legend layerMethods in org.meteoinfo.layout with parameters of type MapLayer Modifier and Type Method Description voidLayoutLegend.LayoutLegendBean. setLegendLayer(MapLayer layer)Set legend layervoidLayoutLegend. setLegendLayer(MapLayer layer)Set legend layer -
Uses of MapLayer in org.meteoinfo.legend
Methods in org.meteoinfo.legend that return MapLayer Modifier and Type Method Description MapLayerLayerNode. getMapLayer()Get map layerMethods in org.meteoinfo.legend with parameters of type MapLayer Modifier and Type Method Description intMapFrame. addLayer(int index, MapLayer layer)Add a layerintMapFrame. addLayer(MapLayer aLayer)Add a layerintMapFrame. addLayer(MapLayer aLayer, int groupHandle)Add a layer in a groupintMapFrame. insertImageLayer(MapLayer aLayer)Insert image layerintMapFrame. insertPolygonLayer(MapLayer aLayer)Insert polygon layervoidMapFrame. moveLayer(MapLayer layer, int lNewIdx)Move layer positionvoidMapFrame. removeLayer(MapLayer aLayer)Remove a layervoidLayerNode. setMapLayer(MapLayer layer)Set map layervoidMapFrame. updateLayerNode(MapLayer aLayer)Update layer nodeConstructors in org.meteoinfo.legend with parameters of type MapLayer Constructor Description LayerNode(MapLayer aLayer)ConstructorLegendSchemeControl(boolean ifFrmMeteoData, MapLayer mapLayer, LayersLegend aLayersTV)Constructor -
Uses of MapLayer in org.meteoinfo.map
Methods in org.meteoinfo.map that return MapLayer Modifier and Type Method Description MapLayerMapView. getLastAddedLayer()Get last added layerMapLayerMapView. getLayer(java.lang.String name)Get layer by layer nameMapLayerMapView. getLayerByHandle(int handle)Get layer by handleMapLayerMapView. getSelectedLayer()Get selected layerMethods in org.meteoinfo.map with parameters of type MapLayer Modifier and Type Method Description intMapView. addLayer(int index, MapLayer aLayer)Add a layerintMapView. addLayer(MapLayer aLayer)Add a layervoidMapView. removeLayer(MapLayer aLayer)Remove a layer
-