Uses of Class
org.apache.sis.metadata.iso.constraint.DefaultConstraints
Packages that use DefaultConstraints
Package
Description
JAXB adapters for metadata.
French extensions defined by the Association Française de Normalisation (AFNOR)
which are now incorporated in latest ISO standard.
Information about legal and security constraints placed on data.
-
Uses of DefaultConstraints in org.apache.sis.internal.jaxb.metadata
Methods in org.apache.sis.internal.jaxb.metadata that return DefaultConstraintsModifier and TypeMethodDescriptionMD_Constraints.getElement()Invoked by JAXB at marshalling time for getting the actual metadata to write inside the<mco:MD_Constraints>XML element.Methods in org.apache.sis.internal.jaxb.metadata with parameters of type DefaultConstraintsModifier and TypeMethodDescriptionvoidMD_Constraints.setElement(DefaultConstraints value) Invoked by JAXB at unmarshalling time for storing the result temporarily. -
Uses of DefaultConstraints in org.apache.sis.internal.profile.fra
Subclasses of DefaultConstraints in org.apache.sis.internal.profile.fraModifier and TypeClassDescriptionclassAFNOR extension to ISOConstraints.classAFNOR extension to ISOLegalConstraints.classAFNOR extension to ISOSecurityConstraints. -
Uses of DefaultConstraints in org.apache.sis.metadata.iso.constraint
Subclasses of DefaultConstraints in org.apache.sis.metadata.iso.constraintModifier and TypeClassDescriptionclassRestrictions 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 that return DefaultConstraintsModifier and TypeMethodDescriptionstatic DefaultConstraintsDefaultConstraints.castOrCopy(org.opengis.metadata.constraint.Constraints object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.