Class TLcdISO19115Element
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19118Object
com.luciad.format.metadata.model.dataquality.TLcdISO19115Element
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
- Direct Known Subclasses:
TLcdISO19115Completeness
,TLcdISO19115LogicalConsistency
,TLcdISO19115PositionalAccuracy
,TLcdISO19115TemporalAccuracy
,TLcdISO19115ThematicAccuracy
- Since:
- 10.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to thedateTime
element.static final TLcdDataProperty
Data property that maps to theevaluationMethodDescription
element.static final TLcdDataProperty
Data property that maps to theevaluationMethodType
element.static final TLcdDataProperty
Data property that maps to theevaluationProcedure
element.static final TLcdDataProperty
Data property that maps to themeasureDescription
element.static final TLcdDataProperty
Data property that maps to themeasureIdentification
element.static final TLcdDataProperty
Data property that maps to thenameOfMeasure
element.static final TLcdDataProperty
Data property that maps to theresult
element.Fields inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
ID_PROPERTY, UUID_PROPERTY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of theDATE_TIME_PROPERTY
property adapted to a list ofXMLGregorianCalendar
instances.Returns the role value contained in the value of theEVALUATION_METHOD_DESCRIPTION_PROPERTY
property.Returns the role value contained in the value of theEVALUATION_METHOD_TYPE_PROPERTY
property.Returns the role value contained in the value of theEVALUATION_PROCEDURE_PROPERTY
property.Returns the role value contained in the value of theMEASURE_DESCRIPTION_PROPERTY
property.Returns the role value contained in the value of theMEASURE_IDENTIFICATION_PROPERTY
property.Gets the value of theNAME_OF_MEASURE_PROPERTY
property adapted to a list ofString
instances.Gets the value of theRESULT_PROPERTY
property adapted to a list ofTLcdISO19115Result
instances.void
setEvaluationMethodDescription
(String aValue) Sets the value of the property that maps to theevaluationMethodDescription
element.void
Sets the value of the property that maps to theevaluationMethodType
element.void
Sets the value of the property that maps to theevaluationProcedure
element.void
setMeasureDescription
(String aValue) Sets the value of the property that maps to themeasureDescription
element.void
Sets the value of the property that maps to themeasureIdentification
element.Methods inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
getId, getUuid, setId, setUuid
-
Field Details
-
NAME_OF_MEASURE_PROPERTY
Data property that maps to thenameOfMeasure
element. The possible values for this property are instances ofList<TLcdISO19115Optional<String>>
. -
MEASURE_IDENTIFICATION_PROPERTY
Data property that maps to themeasureIdentification
element. The possible values for this property are instances ofTLcdISO19118Property<TLcdISO19115Identifier>
. -
MEASURE_DESCRIPTION_PROPERTY
Data property that maps to themeasureDescription
element. The possible values for this property are instances ofTLcdISO19115Optional<String>
. -
EVALUATION_METHOD_TYPE_PROPERTY
Data property that maps to theevaluationMethodType
element. The possible values for this property are instances ofTLcdISO19115Optional<TLcdISO19115EvaluationMethodTypeCode>
. -
EVALUATION_METHOD_DESCRIPTION_PROPERTY
Data property that maps to theevaluationMethodDescription
element. The possible values for this property are instances ofTLcdISO19115Optional<String>
. -
EVALUATION_PROCEDURE_PROPERTY
Data property that maps to theevaluationProcedure
element. The possible values for this property are instances ofTLcdISO19118Property<TLcdISO19115Citation>
. -
DATE_TIME_PROPERTY
Data property that maps to thedateTime
element. The possible values for this property are instances ofList<TLcdISO19115Optional<XMLGregorianCalendar>>
. -
RESULT_PROPERTY
Data property that maps to theresult
element. The possible values for this property are instances ofList<TLcdISO19118Property<TLcdISO19115Result>>
.
-
-
Constructor Details
-
TLcdISO19115Element
public TLcdISO19115Element() -
TLcdISO19115Element
-
-
Method Details
-
getNameOfMeasure
Gets the value of theNAME_OF_MEASURE_PROPERTY
property adapted to a list ofString
instances.- Returns:
- the value of the
NAME_OF_MEASURE_PROPERTY
property adapted to a list ofString
instances. - See Also:
-
getMeasureIdentification
Returns the role value contained in the value of theMEASURE_IDENTIFICATION_PROPERTY
property. Returnsnull
if the value of theMEASURE_IDENTIFICATION_PROPERTY
property isnull
.- Returns:
- the role value of the
MEASURE_IDENTIFICATION_PROPERTY
property. - See Also:
-
setMeasureIdentification
Sets the value of the property that maps to themeasureIdentification
element. to a new instance of the association classTLcdISO19118Property
initialized with the given role value. In case the given role value isnull
, theMEASURE_IDENTIFICATION_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theMEASURE_IDENTIFICATION_PROPERTY
property.
-
getMeasureDescription
Returns the role value contained in the value of theMEASURE_DESCRIPTION_PROPERTY
property. Returnsnull
if the value of theMEASURE_DESCRIPTION_PROPERTY
property isnull
.- Returns:
- the role value of the
MEASURE_DESCRIPTION_PROPERTY
property. - See Also:
-
setMeasureDescription
Sets the value of the property that maps to themeasureDescription
element. to a new instance of the association classTLcdISO19115Optional
initialized with the given role value. In case the given role value isnull
, theMEASURE_DESCRIPTION_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theMEASURE_DESCRIPTION_PROPERTY
property.
-
getEvaluationMethodType
Returns the role value contained in the value of theEVALUATION_METHOD_TYPE_PROPERTY
property. Returnsnull
if the value of theEVALUATION_METHOD_TYPE_PROPERTY
property isnull
.- Returns:
- the role value of the
EVALUATION_METHOD_TYPE_PROPERTY
property. - See Also:
-
setEvaluationMethodType
Sets the value of the property that maps to theevaluationMethodType
element. to a new instance of the association classTLcdISO19115Optional
initialized with the given role value. In case the given role value isnull
, theEVALUATION_METHOD_TYPE_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theEVALUATION_METHOD_TYPE_PROPERTY
property.
-
getEvaluationMethodDescription
Returns the role value contained in the value of theEVALUATION_METHOD_DESCRIPTION_PROPERTY
property. Returnsnull
if the value of theEVALUATION_METHOD_DESCRIPTION_PROPERTY
property isnull
.- Returns:
- the role value of the
EVALUATION_METHOD_DESCRIPTION_PROPERTY
property. - See Also:
-
setEvaluationMethodDescription
Sets the value of the property that maps to theevaluationMethodDescription
element. to a new instance of the association classTLcdISO19115Optional
initialized with the given role value. In case the given role value isnull
, theEVALUATION_METHOD_DESCRIPTION_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theEVALUATION_METHOD_DESCRIPTION_PROPERTY
property.
-
getEvaluationProcedure
Returns the role value contained in the value of theEVALUATION_PROCEDURE_PROPERTY
property. Returnsnull
if the value of theEVALUATION_PROCEDURE_PROPERTY
property isnull
.- Returns:
- the role value of the
EVALUATION_PROCEDURE_PROPERTY
property. - See Also:
-
setEvaluationProcedure
Sets the value of the property that maps to theevaluationProcedure
element. to a new instance of the association classTLcdISO19118Property
initialized with the given role value. In case the given role value isnull
, theEVALUATION_PROCEDURE_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theEVALUATION_PROCEDURE_PROPERTY
property.
-
getDateTime
Gets the value of theDATE_TIME_PROPERTY
property adapted to a list ofXMLGregorianCalendar
instances.- Returns:
- the value of the
DATE_TIME_PROPERTY
property adapted to a list ofXMLGregorianCalendar
instances. - See Also:
-
getResult
Gets the value of theRESULT_PROPERTY
property adapted to a list ofTLcdISO19115Result
instances.- Returns:
- the value of the
RESULT_PROPERTY
property adapted to a list ofTLcdISO19115Result
instances. - See Also:
-