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.ScopeReturns 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 voidMetadataBuilder.addCitationDate(Date date, org.opengis.metadata.citation.DateType type, MetadataBuilder.Scope scope) Adds a date of the given type.final voidMetadataBuilder.addEncoding(Charset encoding, MetadataBuilder.Scope scope) Adds a character set used for encoding the data and/or metadata.final voidMetadataBuilder.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 voidMetadataBuilder.addIdentifier(org.opengis.metadata.Identifier id, MetadataBuilder.Scope scope) Adds a data and/or metadata identifier.final voidMetadataBuilder.addLanguage(Locale language, MetadataBuilder.Scope scope) Adds a language used for documenting data and/or metadata.final voidMetadataBuilder.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 voidMetadataBuilder.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.