public class AbstractPositionalAccuracy extends AbstractElement implements PositionalAccuracy
DQ_PositionalAccuracy
└─result……………
Value obtained from applying a data quality measure.Limitations:
XML
instead.Defined in the sis-metadata
module
identifiers
Constructor and Description |
---|
AbstractPositionalAccuracy()
Constructs an initially empty positional accuracy.
|
AbstractPositionalAccuracy(PositionalAccuracy object)
Constructs a new instance initialized with the values from the specified metadata object.
|
AbstractPositionalAccuracy(Result result)
Creates an positional accuracy initialized to the given result.
|
Modifier and Type | Method and Description |
---|---|
static AbstractPositionalAccuracy |
castOrCopy(PositionalAccuracy object)
Returns a SIS metadata implementation with the values of the given arbitrary implementation.
|
castOrCopy, getDates, getEvaluationMethodDescription, getEvaluationMethodType, getEvaluationProcedure, getMeasureDescription, getMeasureIdentification, getNamesOfMeasure, getResults, setDates, setEvaluationMethodDescription, setEvaluationMethodType, setEvaluationProcedure, setMeasureDescription, setMeasureIdentification, setNamesOfMeasure, setResults
freeze, getIdentifierMap, getIdentifiers, getStandard
checkWritePermission, clone, collectionType, copyCollection, copyList, copySet, isModifiable, nonNullCollection, nonNullList, nonNullSet, singleton, unmodifiable, writeCollection, writeList, writeSet
asMap, asTreeTable, equals, equals, getInterface, hashCode, isEmpty, prune, toString
getDates, getEvaluationMethodDescription, getEvaluationMethodType, getEvaluationProcedure, getMeasureDescription, getMeasureIdentification, getNamesOfMeasure, getResults
public AbstractPositionalAccuracy()
public AbstractPositionalAccuracy(Result result)
result
- the value obtained from applying a data quality measure against a specified
acceptable conformance quality level.public AbstractPositionalAccuracy(PositionalAccuracy object)
object
- the metadata to copy values from, or null
if none.castOrCopy(PositionalAccuracy)
public static AbstractPositionalAccuracy castOrCopy(PositionalAccuracy object)
null
, then this method returns null
.RelativeInternalPositionalAccuracy
,
AbsoluteExternalPositionalAccuracy
or GriddedDataPositionalAccuracy
, then this
method delegates to the castOrCopy(…)
method of the corresponding SIS subclass.
Note that if the given object implements more than one of the above-cited interfaces,
then the castOrCopy(…)
method to be used is unspecified.AbstractPositionalAccuracy
, then it is returned unchanged.AbstractPositionalAccuracy
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.