Uses of Class
org.openstreetmap.josm.data.imagery.Shape

Packages that use Shape
org.openstreetmap.josm.data.imagery   
org.openstreetmap.josm.io.imagery   
 

Uses of Shape in org.openstreetmap.josm.data.imagery
 

Fields in org.openstreetmap.josm.data.imagery with type parameters of type Shape
private  java.util.List<Shape> ImageryInfo.ImageryBounds.shapes
           
 

Methods in org.openstreetmap.josm.data.imagery that return types with arguments of type Shape
 java.util.List<Shape> ImageryInfo.ImageryBounds.getShapes()
           
 

Methods in org.openstreetmap.josm.data.imagery with parameters of type Shape
 void ImageryInfo.ImageryBounds.addShape(Shape shape)
           
 

Method parameters in org.openstreetmap.josm.data.imagery with type arguments of type Shape
 void ImageryInfo.ImageryBounds.setShapes(java.util.List<Shape> shapes)
           
 

Uses of Shape in org.openstreetmap.josm.io.imagery
 

Fields in org.openstreetmap.josm.io.imagery declared as Shape
(package private)  Shape ImageryReader.Parser.shape
           
 



JOSM