Java API V 1.5 Nitro - mdaus/nitro GitHub Wiki
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="nitf (NITRO 1.5-rc6 API)";
}
</SCRIPT>
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES <SCRIPT type="text/javascript"> </SCRIPT> All Classes |
Class Summary | |
---|---|
BandInfo | A representation of the image band information that is recorded in the NITF image subheader. |
BandSource | Represents a source of an image band |
BlockingInfo | A representation of the blocking information used in the library. |
CloneableObject | This class is a NITFObject that can be cloned. |
ComponentInfo | A representation of the component information found in the NITF File Header. |
DEReader | Class that has the functionality of reading an image |
DESegment | A representation of the NITF Data Extension Segment. |
DestructibleObject | Class representing a NITF object that has underlying memory that can be independently destructed. |
DESubheader | A representation of the NITF Data Extension subheader |
DownSampler |
DownSampler
The abstract DownSampler class. |
Extensions | A representation of an extensions segment in the NITF specification. |
Field | A Field corresponds to the data and basic information regarding a NITF field. |
FieldType | FieldType This enumeration class provides the possible types for a Field |
FieldWarning | This class represents a Warning that is created by the NITF system while processing the data in some way. |
FileHeader | Represents the NITF file header In NITF, the file header is the first section of a file (before the image subheaders). |
FileSecurity | A representation of the NITF security information. |
FileSource |
FileSource
The FileSource class extends the BandSource class, allowing you to provide data from an IOHandle. |
GraphicSegment | A representation of the NITF Graphic (Symobl) Segment |
GraphicSubheader | A representation of the NITF Graphic (Symobl) subheader |
ImageReader | Class that has the functionality of reading an image |
ImageSegment | A representation of the NITF Image Segment The image segment corresponds to each image plus its subheader which exists in the NITF file. |
ImageSource | Class used to compile an image together, based on its constituent bands. |
ImageSubheader | A representation of the NITF Image subheader The ImageSubheader component represents the NITF file image subheader from the NITF file. |
ImageWriter | The handle that gives access to writing images |
IOHandle | A representation of a handle to a file object. |
LabelSegment | A representation of the NITF Label segment |
LabelSubheader | A representation of the NITF Label subheader |
LookupTable | Represents a LookupTable used in the BandInfo object |
MaxDownSampler |
MaxDownSampler
The maxDownSample selects the maximum pixel The row and column skip factors divide the sub-window into non-overlaping sample windows. |
MemorySource |
MemorySource
The MemorySource class extends the BandSource class, allowing you to provide data from a memory buffer. |
NITFObject | The Base NITF Object
Every core NITF Object extends this class |
NITFUtils | This is a utility class used both internally by the NITF library and by the API user. |
PixelSkipDownSampler |
PixelSkipDownSampler
The pixelSkip down-sampler has a designated skip value in the row and column, and it skips data in between. |
PluginRegistry |
PluginRegistry This class provides an entrypoint to loading plugins |
Reader | An object that reads and parses a NITF file |
Record | Represents a NITF record The Record object is a database-like record of the fields in a NITF file. |
RESegment | A representation of the NITF Reserved Extensions segment |
RESubheader | A representation of the NITF Reserved Extensions subheader |
SegmentReader | SegmentReader This class provides a "jailed" IOHandle to the data in a segment. |
SegmentSource | Represents a source of an image band |
SegmentWriter | The handle that gives access to writing segments |
SubWindow | An object that contains information for reading image data. |
SumSq2BandDownSampler |
SumSq2BandDownSampler
Sum of square, two band, down-sample method The maximum is calculated as the sum of the sum of squares of two bands. |
TextSegment | A representation of the NITF Text segment |
TextSubheader | A representation of the NITF Text subheader |
TRE | A representation of the NITF Tagged Record Extensions (TRE) |
TRE.TREField | Contains an association between a TRE Field and Description |
TREDescription | Provides access to statically defined descriptions of TREs. |
TREDescriptionDataType | TREDescriptionDataType This class specifies a data type for a TREDescription |
UserSegment | The User segment object and associated functions provide support for accessing the information in user defined DE segments The UserSegment object provides an interface to user application specific header and data in a DE Segment. |
Version | Enumeration class for the NITF version |
Writer | Writes NITF files |
Exception Summary | |
---|---|
NITFException | Represents an Exception that occurs in the underlying native NITF library |
|
Created: 03/13/2008 11:12:03 AM | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES <SCRIPT type="text/javascript"> </SCRIPT> All Classes |