Package | Description |
---|---|
org.geotools.metadata.iso.constraint |
Constraints implementation.
|
org.opengis.metadata.constraint |
Constraints information (includes legal and
security).
|
Modifier and Type | Method and Description |
---|---|
Collection<Restriction> |
LegalConstraintsImpl.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.
|
Collection<Restriction> |
LegalConstraintsImpl.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.
|
Modifier and Type | Method and Description |
---|---|
void |
LegalConstraintsImpl.setAccessConstraints(Collection<? extends Restriction> newValues)
Set the access constraints applied to assure the protection of privacy or intellectual
property, and any special restrictions or limitations on obtaining the resource.
|
void |
LegalConstraintsImpl.setUseConstraints(Collection<? extends Restriction> newValues)
Set the constraints applied to assure the protection of privacy or intellectual property, and
any special restrictions or limitations or warnings on using the resource.
|
Modifier and Type | Field and Description |
---|---|
static Restriction |
Restriction.COPYRIGHT
Exclusive 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 Restriction |
Restriction.INTELLECTUAL_PROPERTY_RIGHTS
Rights to financial benefit from and control of distribution of non-tangible property that is
a result of creativity.
|
static Restriction |
Restriction.LICENSE
Formal permission to do something.
|
static Restriction |
Restriction.OTHER_RESTRICTIONS
Limitation not listed.
|
static Restriction |
Restriction.PATENT
Government has granted exclusive right to make, sell, use or license an invention or
discovery.
|
static Restriction |
Restriction.PATENT_PENDING
Produced or sold information awaiting a patent.
|
static Restriction |
Restriction.RESTRICTED
Withheld from general circulation or disclosure.
|
static Restriction |
Restriction.TRADEMARK
A name, symbol, or other device identifying a product, officially registered and legally
restricted to the use of the owner or manufacturer.
|
Modifier and Type | Method and Description |
---|---|
Restriction[] |
Restriction.family()
Returns the list of enumerations of the same kind than this enum.
|
static Restriction |
Restriction.valueOf(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 of
Restriction s. |
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
Copyright © 1996–2019 Geotools. All rights reserved.