Class ImageDetection
- java.lang.Object
-
- org.openstreetmap.josm.plugins.streetside.model.KeyIndexedObject
-
- org.openstreetmap.josm.plugins.streetside.model.SpecialImageArea
-
- org.openstreetmap.josm.plugins.streetside.model.ImageDetection
-
public class ImageDetection extends SpecialImageArea
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Stringpackagprivate static java.lang.StringPACKAGE_TRAFFIC_SIGNSprivate doublescoreprivate java.lang.Stringvalue
-
Constructor Summary
Constructors Constructor Description ImageDetection(java.awt.geom.Path2D shape, java.lang.String imageKey, java.lang.String key, double score, java.lang.String packag, java.lang.String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetPackage()doublegetScore()java.lang.StringgetValue()booleanisTrafficSign()-
Methods inherited from class org.openstreetmap.josm.plugins.streetside.model.SpecialImageArea
getImageKey, getShape
-
Methods inherited from class org.openstreetmap.josm.plugins.streetside.model.KeyIndexedObject
equals, getKey, hashCode
-
-
-
-
Field Detail
-
PACKAGE_TRAFFIC_SIGNS
private static final java.lang.String PACKAGE_TRAFFIC_SIGNS
- See Also:
- Constant Field Values
-
packag
private final java.lang.String packag
-
score
private final double score
-
value
private final java.lang.String value
-
-
Constructor Detail
-
ImageDetection
public ImageDetection(java.awt.geom.Path2D shape, java.lang.String imageKey, java.lang.String key, double score, java.lang.String packag, java.lang.String value)
-
-
Method Detail
-
getPackage
public java.lang.String getPackage()
-
getScore
public double getScore()
-
getValue
public java.lang.String getValue()
-
isTrafficSign
public boolean isTrafficSign()
-
-