Package com.luciad.format.cadrg
Class TLcdCADRGFrameDescriptor
java.lang.Object
com.luciad.format.cadrg.TLcdCADRGFrameDescriptor
This descriptor contains the information about a CADRG/CIB frame
present in a Frame File Index Record of an A.TOC file.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final char
static final char
static final char
static final char
static final char
-
Constructor Summary
ConstructorDescriptionTLcdCADRGFrameDescriptor
(String aGeographicLocation, char aSecurityClassification, String aSecurityCountryCode, String aSecurityReleaseMarking) Creates a new TLcdCADRGFrameDescriptor with the given properties. -
Method Summary
Modifier and TypeMethodDescriptionReturns the Geographic Location.char
Returns the Security Classification.Returns the Security Country Code.Returns the Security Release Marking.
-
Field Details
-
SECURITY_TOP_SECRET
public static final char SECURITY_TOP_SECRET- See Also:
-
SECURITY_SECRET
public static final char SECURITY_SECRET- See Also:
-
SECURITY_CONFIDENTIAL
public static final char SECURITY_CONFIDENTIAL- See Also:
-
SECURITY_RESTRICTED
public static final char SECURITY_RESTRICTED- See Also:
-
SECURITY_UNCLASSIFIED
public static final char SECURITY_UNCLASSIFIED- See Also:
-
-
Constructor Details
-
Method Details
-
getGeographicLocation
Returns the Geographic Location. -
getSecurityClassification
public char getSecurityClassification()Returns the Security Classification.- Returns:
- one of
SECURITY_TOP_SECRET
,SECURITY_SECRET
,SECURITY_CONFIDENTIAL
,SECURITY_RESTRICTED
, orSECURITY_UNCLASSIFIED
.
-
getSecurityCountryCode
Returns the Security Country Code. -
getSecurityReleaseMarking
Returns the Security Release Marking.
-