Uses of Enum
org.apache.sis.internal.storage.MetadataBuilder.Scope
Packages that use MetadataBuilder.Scope
Package
Description
Utility classes for the implementation of SIS storage classes.
-
Uses of MetadataBuilder.Scope in org.apache.sis.internal.storage
Methods in org.apache.sis.internal.storage that return MetadataBuilder.ScopeModifier and TypeMethodDescriptionstatic MetadataBuilder.Scope
Returns the enum constant of this type with the specified name.static MetadataBuilder.Scope[]
MetadataBuilder.Scope.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.sis.internal.storage with parameters of type MetadataBuilder.ScopeModifier and TypeMethodDescriptionfinal void
MetadataBuilder.addCitationDate
(Date date, org.opengis.metadata.citation.DateType type, MetadataBuilder.Scope scope) Adds a date of the given type.final void
MetadataBuilder.addEncoding
(Charset encoding, MetadataBuilder.Scope scope) Adds a character set used for encoding the data and/or metadata.final void
MetadataBuilder.addIdentifier
(CharSequence authority, String code, MetadataBuilder.Scope scope) Adds a resource (data) identifier, a metadata identifier, or both as they are often the same.final void
MetadataBuilder.addIdentifier
(org.opengis.metadata.Identifier id, MetadataBuilder.Scope scope) Adds a data and/or metadata identifier.final void
MetadataBuilder.addLanguage
(Locale language, MetadataBuilder.Scope scope) Adds a language used for documenting data and/or metadata.final void
MetadataBuilder.addPointOfContact
(org.opengis.metadata.citation.ResponsibleParty contact, MetadataBuilder.Scope scope) Adds a means of communication with person(s) and organizations(s) associated with the resource(s).final void
MetadataBuilder.addTitleOrIdentifier
(String code, MetadataBuilder.Scope scope) Adds the given code as a title if the current citation has no title, or as an identifier otherwise.