Package com.luciad.format.vpf
Class TLcdVPFDataQualityDescriptor
java.lang.Object
com.luciad.format.vpf.TLcdVPFDataQualityDescriptor
Contains data quality information of a VPF database, library
or coverage. It can be retrieved via the
getDataQualityDescriptor()
method of the TLcdVPFDatabase, TLcdVPFLibrary
and TLcdVPFCoverage
classes.
More information about data quality can be found in MIL-STD-2407, paragraph 5.3.7.-
Method Summary
Modifier and TypeMethodDescriptionReturns the absolute horizontal accuracy of the database, library or coverage (in words).Returns the unit of measure for absolute horizontal accuracy (in words).Returns the absolute vertical accuracy of the database, library or coverage (in words).Returns the unit of measure for absolute vertical accuracy (in words).Returns the attribute completeness percent (in words).Returns the name of the collection specification.Returns miscellaneous comments.Returns the date of creation.Returns the date of the earliest source.Returns the edition number.Returns the feature completeness percent (in words).Returns the name of the included source file.Returns the date of the latest source.Returns the logical consistency.Returns the percent reliability of qualitative attributes (in words).Returns the point to point horizontal accuracy of the database, library or coverage (in words).Returns the unit of measure for point to point horizontal accuracy (in words).Returns the point to point vertical accuracy of the database, library or coverage (in words).Returns the unit of measure for point to point vertical accuracy (in words).Returns the date of the product specification.Returns the name of the product specification (for example DCW).Returns the date of revision.Returns the standard deviation of quantitative attributes (in words).Returns the VPF level, either DATABASE, LIBRARY or COVERAGE.Returns the directory name of the database, library or coverage.toString()
-
Method Details
-
getVPFLevel
Returns the VPF level, either DATABASE, LIBRARY or COVERAGE.- Returns:
- the VPF level, either DATABASE, LIBRARY or COVERAGE.
-
getVPFLevelName
Returns the directory name of the database, library or coverage.- Returns:
- the directory name of the database, library or coverage.
-
getFeatureCompleteness
Returns the feature completeness percent (in words).- Returns:
- the feature completeness percent (in words).
-
getAttributeCompleteness
Returns the attribute completeness percent (in words).- Returns:
- the attribute completeness percent (in words).
-
getLogicalConsistency
Returns the logical consistency.- Returns:
- the logical consistency.
-
getEditionNumber
Returns the edition number.- Returns:
- the edition number.
-
getCreationDate
Returns the date of creation.- Returns:
- the date of creation.
-
getRevisionDate
Returns the date of revision.- Returns:
- the date of revision.
-
getProductSpecificationName
Returns the name of the product specification (for example DCW).- Returns:
- the name of the product specification (for example DCW).
-
getProductSpecificationDate
Returns the date of the product specification.- Returns:
- the date of the product specification.
-
getEarliestSourceDate
Returns the date of the earliest source.- Returns:
- the date of the earliest source.
-
getLatestSourceDate
Returns the date of the latest source.- Returns:
- the date of the latest source.
-
getStandardDeviationOfQuantitativeAttributes
Returns the standard deviation of quantitative attributes (in words).- Returns:
- the standard deviation of quantitative attributes (in words).
-
getPercentReliabilityOfQualitativeAttributes
Returns the percent reliability of qualitative attributes (in words).- Returns:
- the percent reliability of qualitative attributes (in words).
-
getCollectionSpecificationName
Returns the name of the collection specification.- Returns:
- the name of the collection specification.
-
getIncludedSourceFileName
Returns the name of the included source file.- Returns:
- the name of the included source file.
-
getAbsoluteHorizontalAccuracy
Returns the absolute horizontal accuracy of the database, library or coverage (in words).- Returns:
- the absolute horizontal accuracy of the database, library or coverage (in words).
-
getAbsoluteHorizontalAccuracyUnit
Returns the unit of measure for absolute horizontal accuracy (in words).- Returns:
- the unit of measure for absolute horizontal accuracy (in words).
-
getAbsoluteVerticalAccuracy
Returns the absolute vertical accuracy of the database, library or coverage (in words).- Returns:
- the absolute vertical accuracy of the database, library or coverage (in words).
-
getAbsoluteVerticalAccuracyUnit
Returns the unit of measure for absolute vertical accuracy (in words).- Returns:
- the unit of measure for absolute vertical accuracy (in words).
-
getPointToPointHorizontalAccuracy
Returns the point to point horizontal accuracy of the database, library or coverage (in words).- Returns:
- the point to point horizontal accuracy of the database, library or coverage (in words).
-
getPointToPointHorizontalAccuracyUnit
Returns the unit of measure for point to point horizontal accuracy (in words).- Returns:
- the unit of measure for point to point horizontal accuracy (in words).
-
getPointToPointVerticalAccuracy
Returns the point to point vertical accuracy of the database, library or coverage (in words).- Returns:
- the point to point vertical accuracy of the database, library or coverage (in words).
-
getPointToPointVerticalAccuracyUnit
Returns the unit of measure for point to point vertical accuracy (in words).- Returns:
- the unit of measure for point to point vertical accuracy (in words).
-
getComments
Returns miscellaneous comments.- Returns:
- miscellaneous comments.
-
toString
-