Uses of Class
org.opengis.metadata.constraint.Restriction
-
Packages that use Restriction Package Description org.opengis.metadata.constraint Constraints information (includes legal and security). -
-
Uses of Restriction in org.opengis.metadata.constraint
Fields in org.opengis.metadata.constraint declared as Restriction Modifier and Type Field Description static RestrictionRestriction. COPYRIGHTExclusive right to the publication, production, or sale of the rights to a literary, dramatic, musical, or artistic work, or to the use of a commercial print or label, granted by law for a specified period of time to an author, composer, artist, distributor.static RestrictionRestriction. INTELLECTUAL_PROPERTY_RIGHTSRights to financial benefit from and control of distribution of non-tangible property that is a result of creativity.static RestrictionRestriction. LICENSEFormal permission to do something.static RestrictionRestriction. OTHER_RESTRICTIONSLimitation not listed.static RestrictionRestriction. PATENTGovernment has granted exclusive right to make, sell, use or license an invention or discovery.static RestrictionRestriction. PATENT_PENDINGProduced or sold information awaiting a patent.static RestrictionRestriction. RESTRICTEDWithheld from general circulation or disclosure.static RestrictionRestriction. TRADEMARKA name, symbol, or other device identifying a product, officially registered and legally restricted to the use of the owner or manufacturer.Fields in org.opengis.metadata.constraint with type parameters of type Restriction Modifier and Type Field Description private static java.util.List<Restriction>Restriction. VALUESList of all enumerations of this type.Methods in org.opengis.metadata.constraint that return Restriction Modifier and Type Method Description Restriction[]Restriction. family()Returns the list of enumerations of the same kind than this enum.static RestrictionRestriction. valueOf(java.lang.String code)Returns the restriction that matches the given string, or returns a new one if none match it.static Restriction[]Restriction. values()Returns the list ofRestrictions.Methods in org.opengis.metadata.constraint that return types with arguments of type Restriction Modifier and Type Method Description java.util.Collection<Restriction>LegalConstraints. getAccessConstraints()Access constraints applied to assure the protection of privacy or intellectual property, and any special restrictions or limitations on obtaining the resource.java.util.Collection<Restriction>LegalConstraints. getUseConstraints()Constraints applied to assure the protection of privacy or intellectual property, and any special restrictions or limitations or warnings on using the resource.
-