Uses of Class
org.opengis.metadata.constraint.Classification

Packages that use Classification
org.geotools.metadata.iso.constraint Constraints implementation. 
org.opengis.metadata.constraint Constraints information (includes legal and security). 
 

Uses of Classification in org.geotools.metadata.iso.constraint
 

Methods in org.geotools.metadata.iso.constraint that return Classification
 Classification SecurityConstraintsImpl.getClassification()
          Returns the name of the handling restrictions on the resource.
 

Methods in org.geotools.metadata.iso.constraint with parameters of type Classification
 void SecurityConstraintsImpl.setClassification(Classification newValue)
          Set the name of the handling restrictions on the resource.
 

Constructors in org.geotools.metadata.iso.constraint with parameters of type Classification
SecurityConstraintsImpl(Classification classification)
          Creates a security constraints initialized with the specified classification.
 

Uses of Classification in org.opengis.metadata.constraint
 

Fields in org.opengis.metadata.constraint declared as Classification
static Classification Classification.CONFIDENTIAL
          Available for someone who can be entrusted with information.
static Classification Classification.RESTRICTED
          Not for general disclosure.
static Classification Classification.SECRET
          Kept or meant to be kept private, unknown, or hidden from all but a select group of people.
static Classification Classification.TOP_SECRET
          Of the highest secrecy.
static Classification Classification.UNCLASSIFIED
          Available for general disclosure.
 

Methods in org.opengis.metadata.constraint that return Classification
 Classification[] Classification.family()
          Returns the list of enumerations of the same kind than this enum.
 Classification SecurityConstraints.getClassification()
          Name of the handling restrictions on the resource.
static Classification Classification.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 of Classifications.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.