Uses of Class
org.apache.sis.internal.jaxb.lan.PT_Locale
Packages that use PT_Locale
Package
Description
Miscellaneous objects and adapters defined in the
"lan"
namespace.Root package for ISO 19115 metadata about resources (data or services).
Description of the dataset content.
Information to uniquely identify the data or service.
-
Uses of PT_Locale in org.apache.sis.internal.jaxb.lan
Fields in org.apache.sis.internal.jaxb.lan with type parameters of type PT_LocaleModifier and TypeFieldDescriptionOtherLocales.locales
The default locale followed by all other locales.Methods in org.apache.sis.internal.jaxb.lan that return PT_LocaleModifier and TypeMethodDescriptionstatic PT_Locale
Returns the first element of the given map, ornull
if none.Substitutes the locale by the wrapper to be marshalled into an XML file or stream.Methods in org.apache.sis.internal.jaxb.lan that return types with arguments of type PT_LocaleModifier and TypeMethodDescriptionReturns a collection for all elements except the first one from the given collection.OtherLocales.iterator()
Returns an iterator over all elements in this collection except the first one.PT_Locale.Sequence.iterator()
Returns an iterator over the entries in this set.Wraps all elements of the given map in a sequence ofPT_Locale
.Methods in org.apache.sis.internal.jaxb.lan with parameters of type PT_LocaleModifier and TypeMethodDescriptionboolean
Adds a new element to the collection of "other locales".boolean
Add the givenPT_Locale
in the backing map.Returns a map containing the givenPT_Locale
followed by other locales in the givenaddTo
map.Substitutes the wrapped value read from a XML stream by the object which will contains the value.Constructor parameters in org.apache.sis.internal.jaxb.lan with type arguments of type PT_LocaleModifierConstructorDescriptionprivate
OtherLocales
(Set<PT_Locale> locales) Private constructor forOtherLocales.filter(Map)
only. -
Uses of PT_Locale in org.apache.sis.metadata.iso
Methods in org.apache.sis.metadata.iso that return PT_LocaleModifier and TypeMethodDescriptionprivate PT_Locale
DefaultMetadata.getDefaultLocale()
Gets the default locale for this record (used in ISO 19115-3:2016 format).Methods in org.apache.sis.metadata.iso that return types with arguments of type PT_LocaleModifier and TypeMethodDescriptionprivate Collection<PT_Locale>
DefaultMetadata.getOtherLocales()
Gets the other locales for this record (used in ISO 19115-3:2016 format).DefaultMetadata.ToLocale.getSourceClass()
DefaultMetadata.FromLocale.getTargetClass()
DefaultMetadata.FromLocale.inverse()
DefaultMetadata.ToLocale.inverse()
Methods in org.apache.sis.metadata.iso with parameters of type PT_LocaleModifier and TypeMethodDescriptionprivate void
DefaultMetadata.setDefaultLocale
(PT_Locale newValue) Sets the default locale for this record (used in ISO 19115-3:2016 format). -
Uses of PT_Locale in org.apache.sis.metadata.iso.content
Methods in org.apache.sis.metadata.iso.content that return types with arguments of type PT_LocaleModifier and TypeMethodDescriptionprivate Collection<PT_Locale>
DefaultFeatureCatalogueDescription.getLocale()
Returns the locales and character sets to marshal if the XML document is to be written according the new ISO 19115:2014 model. -
Uses of PT_Locale in org.apache.sis.metadata.iso.identification
Methods in org.apache.sis.metadata.iso.identification that return PT_LocaleModifier and TypeMethodDescriptionprivate PT_Locale
DefaultDataIdentification.getDefaultLocale()
Gets the default locale for this record (used in ISO 19115-3 format).Methods in org.apache.sis.metadata.iso.identification that return types with arguments of type PT_LocaleModifier and TypeMethodDescriptionprivate Collection<PT_Locale>
DefaultDataIdentification.getOtherLocales()
Gets the other locales for this record (used in ISO 19115-3 format).Methods in org.apache.sis.metadata.iso.identification with parameters of type PT_LocaleModifier and TypeMethodDescriptionprivate void
DefaultDataIdentification.setDefaultLocale
(PT_Locale newValue) Sets the default locale for this record (used in ISO 19115-3 format).