Package com.luciad.format.cadrg
Class TLcdCADRGModelDescriptor
java.lang.Object
com.luciad.model.TLcdModelDescriptor
com.luciad.format.raster.TLcdRasterModelDescriptor
com.luciad.format.cadrg.TLcdCADRGModelDescriptor
- All Implemented Interfaces:
ILcdImageModelDescriptor
,ILcdModelDescriptor
,Serializable
public class TLcdCADRGModelDescriptor
extends TLcdRasterModelDescriptor
implements ILcdImageModelDescriptor
This
TLcdRasterModelDescriptor
contains additional information
about CADRG data.- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final char
static final char
static final char
static final char
static final char
static final String
Type name identifying the CADRG format type. -
Constructor Summary
ConstructorDescriptionTLcdCADRGModelDescriptor
(String aSourceName, String aDisplayName) Creates a new TLcdCADRGModelDescriptor with the given source name and display name. -
Method Summary
Modifier and TypeMethodDescriptionReturns the Governing Specification Date.Returns the Governing Specification Number.int
Returns the New Replacement Update Indicator.char
Returns the Security Classification.Returns the Security Country Code.Returns the Security Release Marking.void
setGoverningSpecificationDate
(String aGoverningSpecificationDate) void
setGoverningSpecificationNumber
(String aGoverningSpecificationNumber) void
setNewReplacementUpdateIndicator
(int aNewReplacementUpdateIndicator) void
setSecurityClassification
(char aSecurityClassification) void
setSecurityCountryCode
(String aSecurityCountryCode) void
setSecurityReleaseMarking
(String aSecurityReleaseMarking) Methods inherited from class com.luciad.format.raster.TLcdRasterModelDescriptor
isElevation, setElevation
Methods inherited from class com.luciad.model.TLcdModelDescriptor
getDisplayName, getSourceName, getTypeName, setDisplayName, setSourceName, setTypeName, sourceNameToDisplayName
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.luciad.model.ILcdModelDescriptor
getDisplayName, getSourceName, getTypeName
-
Field Details
-
TYPE_NAME
Type name identifying the CADRG format type.- Since:
- 2018.0
- See Also:
-
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
-
TLcdCADRGModelDescriptor
Creates a new TLcdCADRGModelDescriptor with the given source name and display name.
-
-
Method Details
-
getNewReplacementUpdateIndicator
public int getNewReplacementUpdateIndicator()Returns the New Replacement Update Indicator. -
setNewReplacementUpdateIndicator
public void setNewReplacementUpdateIndicator(int aNewReplacementUpdateIndicator) -
getGoverningSpecificationNumber
Returns the Governing Specification Number. -
setGoverningSpecificationNumber
-
getGoverningSpecificationDate
Returns the Governing Specification Date. -
setGoverningSpecificationDate
-
getSecurityClassification
public char getSecurityClassification()Returns the Security Classification.- Returns:
- one of
SECURITY_TOP_SECRET
,SECURITY_SECRET
,SECURITY_CONFIDENTIAL
,SECURITY_RESTRICTED
, orSECURITY_UNCLASSIFIED
.
-
setSecurityClassification
public void setSecurityClassification(char aSecurityClassification) -
getSecurityCountryCode
Returns the Security Country Code. -
setSecurityCountryCode
-
getSecurityReleaseMarking
Returns the Security Release Marking. -
setSecurityReleaseMarking
-