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 TypeMethodDescriptionvoid
MD_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 TypeClassDescriptionclass
AFNOR extension to ISOConstraints
.class
AFNOR extension to ISOLegalConstraints
.class
AFNOR extension to ISOSecurityConstraints
. -
Uses of DefaultConstraints in org.apache.sis.metadata.iso.constraint
Subclasses of DefaultConstraints in org.apache.sis.metadata.iso.constraintModifier and TypeClassDescriptionclass
Restrictions and legal prerequisites for accessing and using the resource.class
Handling 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 DefaultConstraints
DefaultConstraints.castOrCopy
(org.opengis.metadata.constraint.Constraints object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.