org.cybertory.MSS
Class ZoneCharacteristics
java.lang.Object
org.cybertory.MSS.ZoneCharacteristics
- All Implemented Interfaces:
- SelfScaler
- public class ZoneCharacteristics
- extends java.lang.Object
- implements SelfScaler
Encapsulation of characteristics of a zone: spotter tip and
the FeatureCharacteristics
for features within this zone.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tip
public final SpotterTip tip
featureCharacteristics
public final FeatureCharacteristics[] featureCharacteristics
zoneIndex
public int zoneIndex
ZoneCharacteristics
public ZoneCharacteristics(SpotterTip tip,
FeatureCharacteristics[] featureCharacteristics)
setZoneIndex
public void setZoneIndex(int zoneIndex)
getScaled
public java.lang.Object getScaled(float pixelSize)
- Specified by:
getScaled
in interface SelfScaler