Class TLcdVPFDataQualityDescriptor

java.lang.Object
com.luciad.format.vpf.TLcdVPFDataQualityDescriptor

public class TLcdVPFDataQualityDescriptor extends Object
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 Details

    • getVPFLevel

      public String getVPFLevel()
      Returns the VPF level, either DATABASE, LIBRARY or COVERAGE.
      Returns:
      the VPF level, either DATABASE, LIBRARY or COVERAGE.
    • getVPFLevelName

      public String getVPFLevelName()
      Returns the directory name of the database, library or coverage.
      Returns:
      the directory name of the database, library or coverage.
    • getFeatureCompleteness

      public String getFeatureCompleteness()
      Returns the feature completeness percent (in words).
      Returns:
      the feature completeness percent (in words).
    • getAttributeCompleteness

      public String getAttributeCompleteness()
      Returns the attribute completeness percent (in words).
      Returns:
      the attribute completeness percent (in words).
    • getLogicalConsistency

      public String getLogicalConsistency()
      Returns the logical consistency.
      Returns:
      the logical consistency.
    • getEditionNumber

      public String getEditionNumber()
      Returns the edition number.
      Returns:
      the edition number.
    • getCreationDate

      public Date getCreationDate()
      Returns the date of creation.
      Returns:
      the date of creation.
    • getRevisionDate

      public Date getRevisionDate()
      Returns the date of revision.
      Returns:
      the date of revision.
    • getProductSpecificationName

      public String getProductSpecificationName()
      Returns the name of the product specification (for example DCW).
      Returns:
      the name of the product specification (for example DCW).
    • getProductSpecificationDate

      public Date getProductSpecificationDate()
      Returns the date of the product specification.
      Returns:
      the date of the product specification.
    • getEarliestSourceDate

      public Date getEarliestSourceDate()
      Returns the date of the earliest source.
      Returns:
      the date of the earliest source.
    • getLatestSourceDate

      public Date getLatestSourceDate()
      Returns the date of the latest source.
      Returns:
      the date of the latest source.
    • getStandardDeviationOfQuantitativeAttributes

      public String getStandardDeviationOfQuantitativeAttributes()
      Returns the standard deviation of quantitative attributes (in words).
      Returns:
      the standard deviation of quantitative attributes (in words).
    • getPercentReliabilityOfQualitativeAttributes

      public String getPercentReliabilityOfQualitativeAttributes()
      Returns the percent reliability of qualitative attributes (in words).
      Returns:
      the percent reliability of qualitative attributes (in words).
    • getCollectionSpecificationName

      public String getCollectionSpecificationName()
      Returns the name of the collection specification.
      Returns:
      the name of the collection specification.
    • getIncludedSourceFileName

      public String getIncludedSourceFileName()
      Returns the name of the included source file.
      Returns:
      the name of the included source file.
    • getAbsoluteHorizontalAccuracy

      public String 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

      public String getAbsoluteHorizontalAccuracyUnit()
      Returns the unit of measure for absolute horizontal accuracy (in words).
      Returns:
      the unit of measure for absolute horizontal accuracy (in words).
    • getAbsoluteVerticalAccuracy

      public String 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

      public String getAbsoluteVerticalAccuracyUnit()
      Returns the unit of measure for absolute vertical accuracy (in words).
      Returns:
      the unit of measure for absolute vertical accuracy (in words).
    • getPointToPointHorizontalAccuracy

      public String 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

      public String 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

      public String 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

      public String 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

      public String getComments()
      Returns miscellaneous comments.
      Returns:
      miscellaneous comments.
    • toString

      public String toString()
      Overrides:
      toString in class Object