public class DefaultAbsoluteExternalPositionalAccuracy extends AbstractPositionalAccuracy implements AbsoluteExternalPositionalAccuracy
DQ_AbsoluteExternalPositionalAccuracy
└─result…………… Value obtained from applying a data quality measure.Limitations:
XML instead.Defined in the sis-metadata module
identifiers| Constructor and Description |
|---|
DefaultAbsoluteExternalPositionalAccuracy()
Constructs an initially empty absolute external positional accuracy.
|
DefaultAbsoluteExternalPositionalAccuracy(AbsoluteExternalPositionalAccuracy object)
Constructs a new instance initialized with the values from the specified metadata object.
|
DefaultAbsoluteExternalPositionalAccuracy(Result result)
Creates an positional accuracy initialized to the given result.
|
| Modifier and Type | Method and Description |
|---|---|
static DefaultAbsoluteExternalPositionalAccuracy |
castOrCopy(AbsoluteExternalPositionalAccuracy object)
Returns a SIS metadata implementation with the values of the given arbitrary implementation.
|
castOrCopycastOrCopy, getDates, getEvaluationMethodDescription, getEvaluationMethodType, getEvaluationProcedure, getMeasureDescription, getMeasureIdentification, getNamesOfMeasure, getResults, setDates, setEvaluationMethodDescription, setEvaluationMethodType, setEvaluationProcedure, setMeasureDescription, setMeasureIdentification, setNamesOfMeasure, setResultsfreeze, getIdentifierMap, getIdentifiers, getStandardcheckWritePermission, clone, collectionType, copyCollection, copyList, copySet, isModifiable, nonNullCollection, nonNullList, nonNullSet, singleton, unmodifiable, writeCollection, writeList, writeSetasMap, asTreeTable, equals, equals, getInterface, hashCode, isEmpty, prune, toStringgetDates, getEvaluationMethodDescription, getEvaluationMethodType, getEvaluationProcedure, getMeasureDescription, getMeasureIdentification, getNamesOfMeasure, getResultspublic DefaultAbsoluteExternalPositionalAccuracy()
public DefaultAbsoluteExternalPositionalAccuracy(Result result)
result - the value obtained from applying a data quality measure against a specified
acceptable conformance quality level.public DefaultAbsoluteExternalPositionalAccuracy(AbsoluteExternalPositionalAccuracy object)
object - the metadata to copy values from, or null if none.castOrCopy(AbsoluteExternalPositionalAccuracy)public static DefaultAbsoluteExternalPositionalAccuracy castOrCopy(AbsoluteExternalPositionalAccuracy object)
null, then this method returns null.DefaultAbsoluteExternalPositionalAccuracy, then it is returned unchanged.DefaultAbsoluteExternalPositionalAccuracy instance is created using the
copy constructor
and returned. Note that this is a shallow copy operation, since the other
metadata contained in the given object are not recursively copied.object - the object to get as a SIS implementation, or null if none.null if the argument was null.Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.