Uses of Interface
org.opengis.metadata.constraint.Constraints
Packages that use Constraints
Package
Description
Root package for ISO 19115 metadata about resources (data or services).
Information about legal and security constraints placed on data.
Information to uniquely identify the data or service.
Root package for metadata.
Constraints information
(includes legal and security).
Identification information
(includes data and service identification).
-
Uses of Constraints in org.apache.sis.metadata.iso
Methods in org.apache.sis.metadata.iso that return types with arguments of type ConstraintsModifier and TypeMethodDescriptionDefaultMetadata.getMetadataConstraints()Returns restrictions on the access and use of metadata.Method parameters in org.apache.sis.metadata.iso with type arguments of type ConstraintsModifier and TypeMethodDescriptionvoidDefaultMetadata.setMetadataConstraints(Collection<? extends Constraints> newValues) Sets restrictions on the access and use of metadata. -
Uses of Constraints in org.apache.sis.metadata.iso.constraint
Classes in org.apache.sis.metadata.iso.constraint that implement ConstraintsModifier and TypeClassDescriptionclassRestrictions on the access and use of a resource or metadata.classRestrictions and legal prerequisites for accessing and using the resource.classHandling restrictions imposed on the resource for national security or similar security concerns.Methods in org.apache.sis.metadata.iso.constraint with parameters of type ConstraintsModifier and TypeMethodDescriptionstatic DefaultConstraintsDefaultConstraints.castOrCopy(Constraints object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.Constructors in org.apache.sis.metadata.iso.constraint with parameters of type ConstraintsModifierConstructorDescriptionDefaultConstraints(Constraints object) Constructs a new instance initialized with the values from the specified metadata object. -
Uses of Constraints in org.apache.sis.metadata.iso.identification
Methods in org.apache.sis.metadata.iso.identification that return types with arguments of type ConstraintsModifier and TypeMethodDescriptionDefaultBrowseGraphic.getImageConstraints()Returns the restrictions on access and / or use of browse graphic.AbstractIdentification.getResourceConstraints()Provides information about constraints which apply to the resource(s).Method parameters in org.apache.sis.metadata.iso.identification with type arguments of type ConstraintsModifier and TypeMethodDescriptionvoidDefaultBrowseGraphic.setImageConstraints(Collection<? extends Constraints> newValues) Sets the restrictions on access and / or use of browse graphic.voidAbstractIdentification.setResourceConstraints(Collection<? extends Constraints> newValues) Sets 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 ConstraintsModifier and TypeMethodDescriptionCollection<? extends Constraints> Metadata.getMetadataConstraints()Provides restrictions on the access and use of metadata. -
Uses of Constraints in org.opengis.metadata.constraint
Subinterfaces of Constraints in org.opengis.metadata.constraintModifier and TypeInterfaceDescriptioninterfaceRestrictions and legal prerequisites for accessing and using the resource.interfaceHandling 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 ConstraintsModifier and TypeMethodDescriptionCollection<? extends Constraints> Identification.getResourceConstraints()Provides information about constraints which apply to the resource(s).