Uses of Class
org.opengis.metadata.constraint.Restriction
Packages that use Restriction
Package
Description
Information about legal and security constraints placed on data.
Constraints information
(includes legal and security).
-
Uses of Restriction in org.apache.sis.metadata.iso.constraint
Methods in org.apache.sis.metadata.iso.constraint that return types with arguments of type RestrictionModifier and TypeMethodDescriptionDefaultLegalConstraints.getAccessConstraints()Returns the access constraints applied to assure the protection of privacy or intellectual property, and any special restrictions or limitations on obtaining the resource.DefaultReleasability.getDisseminationConstraints()Components in determining releasability.DefaultLegalConstraints.getUseConstraints()Returns the constraints applied to assure the protection of privacy or intellectual property, and any special restrictions or limitations or warnings on using the resource.Method parameters in org.apache.sis.metadata.iso.constraint with type arguments of type RestrictionModifier and TypeMethodDescriptionvoidDefaultLegalConstraints.setAccessConstraints(Collection<? extends Restriction> newValues) Sets the access constraints applied to assure the protection of privacy or intellectual property, and any special restrictions or limitations on obtaining the resource.voidDefaultReleasability.setDisseminationConstraints(Collection<? extends Restriction> newValues) Sets the components in determining releasability.voidDefaultLegalConstraints.setUseConstraints(Collection<? extends Restriction> newValues) Sets the constraints applied to assure the protection of privacy or intellectual property, and any special restrictions or limitations or warnings on using the resource. -
Uses of Restriction in org.opengis.metadata.constraint
Subclasses with type arguments of type Restriction in org.opengis.metadata.constraintModifier and TypeClassDescriptionfinal classLimitation(s) placed upon the access or use of the data.Fields in org.opengis.metadata.constraint declared as RestrictionModifier and TypeFieldDescriptionstatic final 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 final RestrictionRestriction.INTELLECTUAL_PROPERTY_RIGHTSRights to financial benefit from and control of distribution of non-tangible property that is a result of creativity.static final RestrictionRestriction.LICENSEFormal permission to do something.static final RestrictionRestriction.OTHER_RESTRICTIONSLimitation not listed.static final RestrictionRestriction.PATENTGovernment has granted exclusive right to make, sell, use or license an invention or discovery.static final RestrictionRestriction.PATENT_PENDINGProduced or sold information awaiting a patent.static final RestrictionRestriction.RESTRICTEDWithheld from general circulation or disclosure.static final RestrictionRestriction.TRADEMARKA name, symbol, or other device identifying a product, officially registered and legally restricted to the use of the owner or manufacturer.Methods in org.opengis.metadata.constraint that return RestrictionModifier and TypeMethodDescriptionRestriction.family()Returns the list of enumerations of the same kind as this enum.static RestrictionReturns 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 RestrictionModifier and TypeMethodDescriptionLegalConstraints.getAccessConstraints()Access constraints applied to assure the protection of privacy or intellectual property, and any special restrictions or limitations on obtaining the resource.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.