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
FieldsModifier and TypeFieldDescriptionstatic final charstatic final charstatic final charstatic final charstatic final charstatic final StringType name identifying the CADRG format type. -
Constructor Summary
ConstructorsConstructorDescriptionTLcdCADRGModelDescriptor(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.intReturns the New Replacement Update Indicator.charReturns the Security Classification.Returns the Security Country Code.Returns the Security Release Marking.voidsetGoverningSpecificationDate(String aGoverningSpecificationDate) voidsetGoverningSpecificationNumber(String aGoverningSpecificationNumber) voidsetNewReplacementUpdateIndicator(int aNewReplacementUpdateIndicator) voidsetSecurityClassification(char aSecurityClassification) voidsetSecurityCountryCode(String aSecurityCountryCode) voidsetSecurityReleaseMarking(String aSecurityReleaseMarking) Methods inherited from class com.luciad.format.raster.TLcdRasterModelDescriptor
isElevation, setElevationMethods inherited from class com.luciad.model.TLcdModelDescriptor
getDisplayName, getSourceName, getTypeName, setDisplayName, setSourceName, setTypeName, sourceNameToDisplayNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-