Package com.luciad.format.cadrg
Class TLcdCADRGMultilevelRasterModelDescriptor
java.lang.Object
com.luciad.model.TLcdModelDescriptor
com.luciad.format.raster.TLcdMultilevelRasterModelDescriptor
com.luciad.format.cadrg.TLcdCADRGMultilevelRasterModelDescriptor
- All Implemented Interfaces:
ILcdImageModelDescriptor
,ILcdModelDescriptor
,Serializable
public class TLcdCADRGMultilevelRasterModelDescriptor
extends TLcdMultilevelRasterModelDescriptor
implements ILcdImageModelDescriptor
This
ILcdModelDescriptor
describes a model containing
CADRG multilevel raster objects.- Since:
- 7.2.02
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final char
static final char
static final char
static final char
static final char
-
Constructor Summary
ConstructorDescriptionTLcdCADRGMultilevelRasterModelDescriptor
(String aSourceName, String aDisplayName) Creates a newTLcdCADRGMultilevelRasterModelDescriptor
with the given source name, display name, and type 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.TLcdMultilevelRasterModelDescriptor
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
-
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
-
TLcdCADRGMultilevelRasterModelDescriptor
Creates a newTLcdCADRGMultilevelRasterModelDescriptor
with the given source name, display name, and type name.- Parameters:
aSourceName
- the name of the data source.aDisplayName
- the display name of the data source.
-
-
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
-