|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.metadata.iso.MetadataEntity org.geotools.metadata.iso.quality.ResultImpl org.geotools.metadata.iso.quality.QuantitativeResultImpl
Information about the value (or set of values) obtained from applying a data quality measure.
Field Summary |
Fields inherited from class org.geotools.metadata.iso.MetadataEntity |
LOGGER |
Constructor Summary | |
QuantitativeResultImpl()
Constructs an initially empty quantitative result. |
|
QuantitativeResultImpl(double[] values)
Constructs a quantitative result initialized to the specified value. |
Method Summary | |
boolean |
equals(java.lang.Object object)
Compare this quantitative result with the specified object for equality. |
protected void |
freeze()
Declares this metadata and all its attributes as unmodifiable. |
org.opengis.util.InternationalString |
getErrorStatistic()
Statistical method used to determine the value, or if none. |
double[] |
getValues()
Quantitative value or values, content determined by the evaluation procedure used. |
java.lang.Class |
getValueType()
Value type for reporting a data quality result, or if none. |
javax.units.Unit |
getValueUnit()
Value unit for reporting a data quality result, or if none. |
int |
hashCode()
Returns a hash code value for this address. |
void |
setErrorStatistic(org.opengis.util.InternationalString newValue)
Set the statistical method used to determine the value, or if none. |
void |
setValues(double[] newValues)
Set the quantitative value or values, content determined by the evaluation procedure used. |
void |
setValueType(java.lang.Class newValue)
Set the value type for reporting a data quality result, or if none. |
void |
setValueUnit(javax.units.Unit newValue)
Set the value unit for reporting a data quality result, or if none. |
java.lang.String |
toString()
Returns a string representation of this result. |
Methods inherited from class org.geotools.metadata.iso.MetadataEntity |
appendLineSeparator, checkWritePermission, copyCollection, isModifiable, nonNullCollection, unmodifiable, unmodifiable |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public QuantitativeResultImpl()
public QuantitativeResultImpl(double[] values)
Method Detail |
public double[] getValues()
getValues
in interface org.opengis.metadata.quality.QuantitativeResult
public void setValues(double[] newValues)
public java.lang.Class getValueType()
getValueType
in interface org.opengis.metadata.quality.QuantitativeResult
public void setValueType(java.lang.Class newValue)
public javax.units.Unit getValueUnit()
getValueUnit
in interface org.opengis.metadata.quality.QuantitativeResult
public void setValueUnit(javax.units.Unit newValue)
public org.opengis.util.InternationalString getErrorStatistic()
getErrorStatistic
in interface org.opengis.metadata.quality.QuantitativeResult
public void setErrorStatistic(org.opengis.util.InternationalString newValue)
protected void freeze()
freeze
in class MetadataEntity
public boolean equals(java.lang.Object object)
public int hashCode()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |