com.c5corp.c5dem
Class TypeC

java.lang.Object
  extended by com.c5corp.c5dem.TypeC

public class TypeC
extends java.lang.Object

Object model of a Type C DEM record

Since:
1.0
Author:
Brett Stalbaum Copyright 2002-2006 see LICENSE.txt and UCSD_LICENSE.txt

Method Summary
 short get_availability()
          Type C Data Element 4 - Code indicating availability of statistics in data element 5: 1=available, 0=unavailable
 short get_data_rmse_sample_size()
          Type C Data Element 6 - Sample size on which statistics in element 5 are based, if 0, then accuracy will be assumed to be estimated rather than computed.
 short get_data_rmse()
          Type C Data Element 5 - RMSE of DEM data relative to file's datum (x, y, z) In same units as indicated by elements 8 and 9 of logical record type A.
 short get_file_rmse_sample_size()
          Type C Data Element 3 - Sample size on which statistics in data element 2 are based.
 short get_file_rmse()
          Type C Data Element 2 - RMSE of file's datum relative to absolute datum (x, y, z) In same units as indicated by elements 8 and 9 of logical record type A.
 short get_stats_available()
          Type C Data Element 1 - Returns the code indicating availability of statistics in data element 2: 1=available, 0=unavailable
 java.lang.String toString()
          overrides java.lang.Object.toString()
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

get_stats_available

public short get_stats_available()
Type C Data Element 1 - Returns the code indicating availability of statistics in data element 2: 1=available, 0=unavailable

Returns:
Type C Data Element 1: availability of statistics for Data element 2

get_file_rmse

public short get_file_rmse()
Type C Data Element 2 - RMSE of file's datum relative to absolute datum (x, y, z) In same units as indicated by elements 8 and 9 of logical record type A.

Returns:
Type C Data Element 2 - RMSE of file's datum relative to absolute datum
See Also:
TypeA.get_planimetric_unit(), Dem.get_planimetric_unit(), TypeA.get_elevation_unit(), Dem.get_elevation_unit()

get_file_rmse_sample_size

public short get_file_rmse_sample_size()
Type C Data Element 3 - Sample size on which statistics in data element 2 are based. If 0, then accuracy will be assumed to be estimated rather than computed.

Returns:
Data Element 3 - sample size
See Also:
get_file_rmse()

get_availability

public short get_availability()
Type C Data Element 4 - Code indicating availability of statistics in data element 5: 1=available, 0=unavailable

Returns:
Type C Data Element 4 availability of statistics for Data Element 5

get_data_rmse

public short get_data_rmse()
Type C Data Element 5 - RMSE of DEM data relative to file's datum (x, y, z) In same units as indicated by elements 8 and 9 of logical record type A.

Returns:
Type C Data Element 5 - RMSE of DEM data relative to file's datum
See Also:
TypeA.get_planimetric_unit(), Dem.get_planimetric_unit(), TypeA.get_elevation_unit(), Dem.get_elevation_unit()

get_data_rmse_sample_size

public short get_data_rmse_sample_size()
Type C Data Element 6 - Sample size on which statistics in element 5 are based, if 0, then accuracy will be assumed to be estimated rather than computed.

Returns:
sample size
See Also:
get_data_rmse()

toString

public java.lang.String toString()
overrides java.lang.Object.toString()

Overrides:
toString in class java.lang.Object