Uses of Class
org.apache.sis.metadata.iso.constraint.DefaultLegalConstraints
Packages that use DefaultLegalConstraints
Package
Description
French extensions defined by the Association Française de Normalisation (AFNOR)
which are now incorporated in latest ISO standard.
Utility classes for the implementation of SIS storage classes.
Information about legal and security constraints placed on data.
-
Uses of DefaultLegalConstraints in org.apache.sis.internal.profile.fra
Subclasses of DefaultLegalConstraints in org.apache.sis.internal.profile.fra -
Uses of DefaultLegalConstraints in org.apache.sis.internal.storage
Fields in org.apache.sis.internal.storage declared as DefaultLegalConstraintsModifier and TypeFieldDescriptionprivate DefaultLegalConstraints
MetadataBuilder.constraints
Copyright information, ornull
if none.Methods in org.apache.sis.internal.storage that return DefaultLegalConstraintsModifier and TypeMethodDescriptionprivate DefaultLegalConstraints
MetadataBuilder.constraints()
Creates the constraints information object if it does not already exists, then returns it.Methods in org.apache.sis.internal.storage with parameters of type DefaultLegalConstraintsModifier and TypeMethodDescription(package private) static void
MetadataBuilder.LegalSymbols.parse
(String notice, DefaultLegalConstraints constraints) Implementation ofMetadataBuilder.parseLegalNotice(String)
, provided here for reducing the amount of class loading in the common case where there is no legal notice to parse. -
Uses of DefaultLegalConstraints in org.apache.sis.metadata.iso.constraint
Methods in org.apache.sis.metadata.iso.constraint that return DefaultLegalConstraintsModifier and TypeMethodDescriptionstatic DefaultLegalConstraints
DefaultLegalConstraints.castOrCopy
(org.opengis.metadata.constraint.LegalConstraints object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.