Package org.opengis.metadata.constraint
Interface SecurityConstraints
- 
- All Superinterfaces:
 Constraints
@UML(identifier="MD_SecurityConstraints", specification=ISO_19115) public interface SecurityConstraints extends Constraints
Handling restrictions imposed on the resource or metadata for national security or similar security concerns.- Since:
 - 2.0
 
 
- 
- 
Method Summary
Modifier and Type Method Description ClassificationgetClassification()Name of the handling restrictions on the resource.default InternationalStringgetClassificationSystem()Name of the classification system.default InternationalStringgetHandlingDescription()Additional information about the restrictions on handling the resource.default InternationalStringgetUserNote()Explanation of the application of the legal constraints or other restrictions and legal prerequisites for obtaining and using the resource.- 
Methods inherited from interface Constraints
getConstraintApplicationScope, getGraphics, getReferences, getReleasability, getResponsibleParties, getUseLimitations 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getClassification
@UML(identifier="classification", obligation=MANDATORY, specification=ISO_19115) Classification getClassification()
Name of the handling restrictions on the resource.- Returns:
 - name of the handling restrictions on the resource.
 
 
- 
getUserNote
@UML(identifier="userNote", obligation=OPTIONAL, specification=ISO_19115) default InternationalString getUserNote()
Explanation of the application of the legal constraints or other restrictions and legal prerequisites for obtaining and using the resource.- Returns:
 - explanation of the application of the legal constraints, or 
null. 
 
- 
getClassificationSystem
@UML(identifier="classificationSystem", obligation=OPTIONAL, specification=ISO_19115) default InternationalString getClassificationSystem()
Name of the classification system.- Returns:
 - name of the classification system, or 
null. 
 
- 
getHandlingDescription
@UML(identifier="handlingDescription", obligation=OPTIONAL, specification=ISO_19115) default InternationalString getHandlingDescription()
Additional information about the restrictions on handling the resource.- Returns:
 - additional information about the restrictions, or 
null. 
 
 - 
 
 -