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
Subclasses with type arguments of type PT_Locale in org.apache.sis.internal.jaxb.lanModifier and TypeClassDescriptionstatic final classJAXB adapter for XML<PT_Locale>elements mapped toLocale.final classHelper methods for handling the ISO 19115defaultLocaleandotherLocalelegacy properties.private static final classA set ofPT_Localeinstances backed by aMap<Locale,Charset>.Fields in org.apache.sis.internal.jaxb.lan with type parameters of type PT_LocaleModifier and TypeFieldDescriptionOtherLocales.localesThe default locale followed by all other locales.Methods in org.apache.sis.internal.jaxb.lan that return PT_LocaleModifier and TypeMethodDescriptionstatic PT_LocaleReturns the first element of the given map, ornullif 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 TypeMethodDescriptionbooleanAdds a new element to the collection of "other locales".booleanAdd the givenPT_Localein the backing map.Returns a map containing the givenPT_Localefollowed by other locales in the givenaddTomap.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_LocaleModifierConstructorDescriptionprivateOtherLocales(Set<PT_Locale> locales) Private constructor forOtherLocales.filter(Map)only. -
Uses of PT_Locale in org.apache.sis.metadata.iso
Subclasses with type arguments of type PT_Locale in org.apache.sis.metadata.isoModifier and TypeClassDescriptionprivate static final classClasses in org.apache.sis.metadata.iso that implement interfaces with type arguments of type PT_LocaleModifier and TypeClassDescriptionprivate static final classMethods in org.apache.sis.metadata.iso that return PT_LocaleModifier and TypeMethodDescriptionprivate PT_LocaleDefaultMetadata.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 voidDefaultMetadata.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_LocaleDefaultDataIdentification.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 voidDefaultDataIdentification.setDefaultLocale(PT_Locale newValue) Sets the default locale for this record (used in ISO 19115-3 format).