|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Constraints | |
---|---|
org.geotools.metadata.iso | Metadata implementation. |
org.geotools.metadata.iso.constraint | Constraints implementation. |
org.geotools.metadata.iso.identification | Identification implementation. |
org.opengis.metadata | Root package for metadata. |
org.opengis.metadata.constraint | Constraints information (includes legal and security). |
org.opengis.metadata.identification | Identification information (includes data and service identification). |
Uses of Constraints in org.geotools.metadata.iso |
---|
Methods in org.geotools.metadata.iso that return types with arguments of type Constraints | |
---|---|
Collection<Constraints> |
MetaDataImpl.getMetadataConstraints()
Provides restrictions on the access and use of data. |
Method parameters in org.geotools.metadata.iso with type arguments of type Constraints | |
---|---|
void |
MetaDataImpl.setMetadataConstraints(Collection<? extends Constraints> newValues)
Set restrictions on the access and use of data. |
Uses of Constraints in org.geotools.metadata.iso.constraint |
---|
Classes in org.geotools.metadata.iso.constraint that implement Constraints | |
---|---|
class |
ConstraintsImpl
Restrictions on the access and use of a resource or metadata. |
class |
LegalConstraintsImpl
Restrictions and legal prerequisites for accessing and using the resource. |
class |
SecurityConstraintsImpl
Handling restrictions imposed on the resource for national security or similar security concerns. |
Constructors in org.geotools.metadata.iso.constraint with parameters of type Constraints | |
---|---|
ConstraintsImpl(Constraints source)
Constructs a metadata entity initialized with the values from the specified metadata. |
Uses of Constraints in org.geotools.metadata.iso.identification |
---|
Methods in org.geotools.metadata.iso.identification that return types with arguments of type Constraints | |
---|---|
Collection<Constraints> |
IdentificationImpl.getResourceConstraints()
Provides information about constraints which apply to the resource(s). |
Method parameters in org.geotools.metadata.iso.identification with type arguments of type Constraints | |
---|---|
void |
IdentificationImpl.setResourceConstraints(Collection<? extends Constraints> newValues)
Set information about constraints which apply to the resource(s). |
Uses of Constraints in org.opengis.metadata |
---|
Methods in org.opengis.metadata that return types with arguments of type Constraints | |
---|---|
Collection<? extends Constraints> |
MetaData.getMetadataConstraints()
Provides restrictions on the access and use of data. |
Uses of Constraints in org.opengis.metadata.constraint |
---|
Subinterfaces of Constraints in org.opengis.metadata.constraint | |
---|---|
interface |
LegalConstraints
Restrictions and legal prerequisites for accessing and using the resource. |
interface |
SecurityConstraints
Handling restrictions imposed on the resource for national security or similar security concerns. |
Uses of Constraints in org.opengis.metadata.identification |
---|
Methods in org.opengis.metadata.identification that return types with arguments of type Constraints | |
---|---|
Collection<? extends Constraints> |
Identification.getResourceConstraints()
Provides information about constraints which apply to the resource(s). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |