Documentation of 'org.opengis.util.NameFactory' Java class
NameFactory
org.opengis.util

Interface NameFactory

    • Method Detail

      • createInternationalString

        InternationalString createInternationalString(java.util.Map<java.util.Locale,java.lang.String> strings)
        Creates an international string from a set of strings in different locales.
        Parameters:
        strings - String value for each locale key.
      • createLocalName

        LocalName createLocalName(GenericName scope,
                                  java.lang.String name,
                                  InternationalString localizedName)
        Creates a local name from a scope and a name. This method creates a name similar to the one created by createScopedName(…same parameters…), except that methods like getParsedNames() and toString() do not include the scope.
        Parameters:
        scope - The scope to be returned by LocalName.getScope(), or null if none.
        name - The unlocalized name.
        localizedName - A localized version of the name.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.