Uses of Class
org.opengis.metadata.constraint.Classification
- 
Packages that use Classification Package Description org.opengis.metadata.constraint Restrictions placed on data (legal and security constraints). - 
- 
Uses of Classification in org.opengis.metadata.constraint
Fields in org.opengis.metadata.constraint declared as Classification Modifier and Type Field Description static ClassificationClassification. CONFIDENTIALAvailable for someone who can be entrusted with information.static ClassificationClassification. FOR_OFFICIAL_USE_ONLYUnclassified information that is to be used only for official purposes determinate by the designating body.static ClassificationClassification. LIMITED_DISTRIBUTIONDissemination limited by designating body.static ClassificationClassification. PROTECTEDCompromise of the information could cause damage.static ClassificationClassification. RESTRICTEDNot for general disclosure.static ClassificationClassification. SECRETKept or meant to be kept private, unknown, or hidden from all but a select group of people.static ClassificationClassification. SENSITIVE_BUT_UNCLASSIFIEDAlthough unclassified, requires strict controls over its distribution.static ClassificationClassification. TOP_SECRETOf the highest secrecy.static ClassificationClassification. UNCLASSIFIEDAvailable for general disclosure.Methods in org.opengis.metadata.constraint that return Classification Modifier and Type Method Description Classification[]Classification. family()Returns the list of codes of the same kind than this code list element.ClassificationSecurityConstraints. getClassification()Name of the handling restrictions on the resource.static ClassificationClassification. valueOf(String code)Returns the classification that matches the given string, or returns a new one if none match it.static Classification[]Classification. values()Returns the list ofClassifications. 
 -