Package com.luciad.format.raster
Class TLcdDTEDAccuracySubregionDescription
java.lang.Object
com.luciad.format.raster.TLcdDTEDAccuracySubregionDescription
This class represents a DTED Accuracy Subregion Description.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns the Absolute Horizontal Accuracy of the Subregion.int
Returns the Absolute Vertical Accuracy of the Subregion.int
Returns the Relative (Point-to-Point) Horizontal Accuracy of the Subregion.int
Returns the Relative (Point-to-Point) Vertical Accuracy of the Subregion.Returns the Subregion for which this description is valid.void
setAbsoluteHorizontalAccuracy
(int aAbsoluteHorizontalAccuracy) void
setAbsoluteVerticalAccuracy
(int aAbsoluteVerticalAccuracy) void
setRelativeHorizontalAccuracy
(int aRelativeHorizontalAccuracy) void
setRelativeVerticalAccuracy
(int aRelativeVerticalAccuracy) void
setSubregion
(ILcdPolygon aSubregion)
-
Constructor Details
-
TLcdDTEDAccuracySubregionDescription
public TLcdDTEDAccuracySubregionDescription()
-
-
Method Details
-
getAbsoluteHorizontalAccuracy
public int getAbsoluteHorizontalAccuracy()Returns the Absolute Horizontal Accuracy of the Subregion.- Returns:
- the accuracy, expressed in meters or
-1
if it is not available
-
setAbsoluteHorizontalAccuracy
public void setAbsoluteHorizontalAccuracy(int aAbsoluteHorizontalAccuracy) -
getAbsoluteVerticalAccuracy
public int getAbsoluteVerticalAccuracy()Returns the Absolute Vertical Accuracy of the Subregion.- Returns:
- the accuracy, expressed in meters or
-1
if it is not available
-
setAbsoluteVerticalAccuracy
public void setAbsoluteVerticalAccuracy(int aAbsoluteVerticalAccuracy) -
getRelativeHorizontalAccuracy
public int getRelativeHorizontalAccuracy()Returns the Relative (Point-to-Point) Horizontal Accuracy of the Subregion.- Returns:
- the accuracy, expressed in meters or
-1
if it is not available
-
setRelativeHorizontalAccuracy
public void setRelativeHorizontalAccuracy(int aRelativeHorizontalAccuracy) -
getRelativeVerticalAccuracy
public int getRelativeVerticalAccuracy()Returns the Relative (Point-to-Point) Vertical Accuracy of the Subregion.- Returns:
- the accuracy, expressed in meters or
-1
if it is not available
-
setRelativeVerticalAccuracy
public void setRelativeVerticalAccuracy(int aRelativeVerticalAccuracy) -
getSubregion
Returns the Subregion for which this description is valid.- Returns:
- the Subregion for which this description is valid.
-
setSubregion
-