Uses of Class
org.meteoinfo.map.MapView
-
Packages that use MapView Package Description org.meteoinfo.chart.plot org.meteoinfo.gui org.meteoinfo.layer org.meteoinfo.legend org.meteoinfo.map org.meteoinfo.plugin -
-
Uses of MapView in org.meteoinfo.chart.plot
Methods in org.meteoinfo.chart.plot that return MapView Modifier and Type Method Description MapViewMapPlot. getMapView()Get map viewMethods in org.meteoinfo.chart.plot with parameters of type MapView Modifier and Type Method Description voidMapPlot. setMapView(MapView value, boolean isGeoMap)Set map viewConstructors in org.meteoinfo.chart.plot with parameters of type MapView Constructor Description MapPlot(MapView mapView)Constructor -
Uses of MapView in org.meteoinfo.gui
Constructors in org.meteoinfo.gui with parameters of type MapView Constructor Description MainToolBar(MapView mapView, MapLayout mapLayout, javax.swing.JLabel jLabel_Status)Constructor -
Uses of MapView in org.meteoinfo.layer
Constructors in org.meteoinfo.layer with parameters of type MapView Constructor Description FrmLabelSet(java.awt.Frame parent, boolean modal, MapView mapView)Creates new form FrmLabelSet -
Uses of MapView in org.meteoinfo.legend
Methods in org.meteoinfo.legend that return MapView Modifier and Type Method Description MapViewMapFrame. getMapView()Get map viewMethods in org.meteoinfo.legend with parameters of type MapView Modifier and Type Method Description voidMapFrame. setMapView(MapView mapView) -
Uses of MapView in org.meteoinfo.map
Methods in org.meteoinfo.map that return MapView Modifier and Type Method Description MapViewFrmIdentifer. getMapView()Set map viewMethods in org.meteoinfo.map with parameters of type MapView Modifier and Type Method Description voidProjectionSet. projectLayers(MapView aMapView, ProjectionInfo toProj)Project layersvoidProjectionSet. projectLayers(MapView aMapView, ProjectionInfo toProj, boolean isUpdateView)Project layersvoidFrmIdentifer. setMapView(MapView mapView)Set map viewvoidMaskOut. setMapView(MapView mapView)Set map viewConstructors in org.meteoinfo.map with parameters of type MapView Constructor Description AddFeatureEdit(MapView mapView, VectorLayer layer, Shape shape)AddFeaturesEdit(MapView mapView, VectorLayer layer, java.util.List<Shape> shapes)AddRingEdit(MapView mapView, PolygonShape shape, java.util.List<PointD> points, int polygonIdx, int holeIdx)FillRingEdit(MapView mapView, VectorLayer layer, PolygonShape shape, PolygonShape hole, int polygonIdx, int holeIdx)FrmIdentifer(java.awt.Frame parent, boolean modal, MapView mapView)Creates new form FrmIdentiferMaskOut(MapView aMapView)ConstructorRemoveFeaturesEdit(MapView mapView, VectorLayer layer, java.util.List<Shape> shapes)RemoveRingEdit(MapView mapView, PolygonShape shape, java.util.List<PointD> hole, int polygonIdx, int holeIdx)ReplaceFeatureEdit(MapView mapView, VectorLayer layer, Shape s0, Shape s1)SplitFeatureEdit(MapView mapView, VectorLayer layer, Shape shape, java.util.List<Shape> shapes)UnionFeaturesEdit(MapView mapView, VectorLayer layer, Shape shape, java.util.List<Shape> shapes)ZoomEdit(MapView mapView, Extent oldExtent, Extent newExtent) -
Uses of MapView in org.meteoinfo.plugin
Methods in org.meteoinfo.plugin that return MapView Modifier and Type Method Description MapViewIApplication. getMapView()Get MapView object
-