Package com.luciad.format.usrp
Class TLcdUSRPZoneDescriptor
java.lang.Object
com.luciad.format.usrp.TLcdUSRPZoneDescriptor
This descriptor contains the information about a USRP/ASRP/ADRG zone
present in a General Information File (GEN).
- Since:
- 2.3
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondouble
Returns the Data Density in the East-West direction.double
Returns the Data Density in the North-South direction.Returns the Data Density Units.Returns the data set ID.int
Returns the Data Structure.int
Returns the Number Of Pixels in the East-West Arc.int
Returns the Number Of Pixels in the North-South Arc.double
Returns the Pixel Spacing.Returns the Product Type.int
Returns the Reciprocal Scale.boolean
Returns whether the image has been rectified.void
setDataDensityEastWest
(double aDataDensityEastWest) void
setDataDensityNorthSouth
(double aDataDensityNorthSouth) void
setDataDensityUnits
(String aDataDensityUnits) void
setDatasetID
(String aDatasetID) void
setDataStructure
(int aDataStructure) void
setImageRectified
(boolean aImageRectified) void
setNumberOfPixelsInEastWestArc
(int aNumberOfPixelsInEastWestArc) void
setNumberOfPixelsInNorthSouthArc
(int aNumberOfPixelsInNorthSouthArc) void
setPixelSpacing
(double aPixelSpacing) void
setProductType
(String aProductType) void
setReciprocalScale
(int aReciprocalScale)
-
Constructor Details
-
TLcdUSRPZoneDescriptor
public TLcdUSRPZoneDescriptor()
-
-
Method Details
-
getProductType
Returns the Product Type. -
setProductType
-
getDatasetID
Returns the data set ID. -
setDatasetID
-
getDataStructure
public int getDataStructure()Returns the Data Structure. -
setDataStructure
public void setDataStructure(int aDataStructure) -
getDataDensityEastWest
public double getDataDensityEastWest()Returns the Data Density in the East-West direction. -
setDataDensityEastWest
public void setDataDensityEastWest(double aDataDensityEastWest) -
getDataDensityNorthSouth
public double getDataDensityNorthSouth()Returns the Data Density in the North-South direction. -
setDataDensityNorthSouth
public void setDataDensityNorthSouth(double aDataDensityNorthSouth) -
getDataDensityUnits
Returns the Data Density Units. -
setDataDensityUnits
-
getReciprocalScale
public int getReciprocalScale()Returns the Reciprocal Scale.- Returns:
- a unitless scale
denominator
-
setReciprocalScale
public void setReciprocalScale(int aReciprocalScale) -
getPixelSpacing
public double getPixelSpacing()Returns the Pixel Spacing. -
setPixelSpacing
public void setPixelSpacing(double aPixelSpacing) -
isImageRectified
public boolean isImageRectified()Returns whether the image has been rectified. -
setImageRectified
public void setImageRectified(boolean aImageRectified) -
getNumberOfPixelsInEastWestArc
public int getNumberOfPixelsInEastWestArc()Returns the Number Of Pixels in the East-West Arc. -
setNumberOfPixelsInEastWestArc
public void setNumberOfPixelsInEastWestArc(int aNumberOfPixelsInEastWestArc) -
getNumberOfPixelsInNorthSouthArc
public int getNumberOfPixelsInNorthSouthArc()Returns the Number Of Pixels in the North-South Arc. -
setNumberOfPixelsInNorthSouthArc
public void setNumberOfPixelsInNorthSouthArc(int aNumberOfPixelsInNorthSouthArc)
-