Uses of Class
org.openstreetmap.josm.data.imagery.Shape
-
Packages that use Shape Package Description org.openstreetmap.josm.data.imagery Provides the classes for JOSM imagery sources, coupled withJMapViewerclasses.org.openstreetmap.josm.data.sources org.openstreetmap.josm.io.imagery Provides the classes for imagery I/O. -
-
Uses of Shape in org.openstreetmap.josm.data.imagery
Method parameters in org.openstreetmap.josm.data.imagery with type arguments of type Shape Modifier and Type Method Description static java.lang.StringShape. encodeAsString(java.util.List<Shape> shapes)Encodes the shapes as a string using,and;as separators -
Uses of Shape in org.openstreetmap.josm.data.sources
Fields in org.openstreetmap.josm.data.sources with type parameters of type Shape Modifier and Type Field Description private java.util.List<Shape>SourceBounds. shapesMethods in org.openstreetmap.josm.data.sources that return types with arguments of type Shape Modifier and Type Method Description java.util.List<Shape>SourceBounds. getShapes()Returns the list of shapes defining this bounds.Methods in org.openstreetmap.josm.data.sources with parameters of type Shape Modifier and Type Method Description voidSourceBounds. addShape(Shape shape)Adds a new shape to this bounds.Method parameters in org.openstreetmap.josm.data.sources with type arguments of type Shape Modifier and Type Method Description voidSourceBounds. setShapes(java.util.List<Shape> shapes)Sets the list of shapes defining this bounds. -
Uses of Shape in org.openstreetmap.josm.io.imagery
Fields in org.openstreetmap.josm.io.imagery declared as Shape Modifier and Type Field Description private ShapeImageryReader.Parser. shape
-