Uses of Class
org.opengis.metadata.identification.CharacterSet
Packages that use CharacterSet
Package
Description
Root package for metadata.
Identification information
(includes data and service identification).
-
Uses of CharacterSet in org.opengis.metadata
Methods in org.opengis.metadata that return CharacterSetModifier and TypeMethodDescriptionMetadata.getCharacterSet()Full name of the character coding standard used for the metadata set. -
Uses of CharacterSet in org.opengis.metadata.identification
Subclasses with type arguments of type CharacterSet in org.opengis.metadata.identificationModifier and TypeClassDescriptionfinal className of the character coding standard used for the resource.Fields in org.opengis.metadata.identification declared as CharacterSetModifier and TypeFieldDescriptionstatic final CharacterSetCharacterSet.BIG_5Traditional Chinese code set used in Taiwan, Hong Kong, and other areas.static final CharacterSetCharacterSet.EBCDICIBM mainframe code set.static final CharacterSetCharacterSet.EUC_JPJapanese code set used on UNIX based machines.static final CharacterSetCharacterSet.EUC_KRKorean code set.static final CharacterSetCharacterSet.GB2312Simplified Chinese code set.static final CharacterSetCharacterSet.ISO_8859_1ISO/IEC 8859-1, Information technology.static final CharacterSetCharacterSet.ISO_8859_10ISO/IEC 8859-10, Information technology.static final CharacterSetCharacterSet.ISO_8859_11ISO/IEC 8859-11, Information technology.static final CharacterSetCharacterSet.ISO_8859_12A future ISO/IEC 8-bit single-byte coded graphic character set.static final CharacterSetCharacterSet.ISO_8859_13ISO/IEC 8859-13, Information technology.static final CharacterSetCharacterSet.ISO_8859_14ISO/IEC 8859-14, Information technology.static final CharacterSetCharacterSet.ISO_8859_15ISO/IEC 8859-15, Information technology.static final CharacterSetCharacterSet.ISO_8859_16ISO/IEC 8859-16, Information technology.static final CharacterSetCharacterSet.ISO_8859_2ISO/IEC 8859-2, Information technology.static final CharacterSetCharacterSet.ISO_8859_3ISO/IEC 8859-3, Information technology.static final CharacterSetCharacterSet.ISO_8859_4ISO/IEC 8859-4, Information technology.static final CharacterSetCharacterSet.ISO_8859_5ISO/IEC 8859-5, Information technology.static final CharacterSetCharacterSet.ISO_8859_6ISO/IEC 8859-6, Information technology.static final CharacterSetCharacterSet.ISO_8859_7ISO/IEC 8859-7, Information technology.static final CharacterSetCharacterSet.ISO_8859_8ISO/IEC 8859-8, Information technology.static final CharacterSetCharacterSet.ISO_8859_9ISO/IEC 8859-9, Information technology.static final CharacterSetCharacterSet.JISJapanese code set used for electronic transmission.static final CharacterSetCharacterSet.SHIFT_JISJapanese code set used on MS-DOS based machines.static final CharacterSetCharacterSet.UCS_216-bit fixed size Universal Character Set, based on ISO/IEC 10646.static final CharacterSetCharacterSet.UCS_432-bit fixed size Universal Character Set, based on ISO/IEC 10646.static final CharacterSetCharacterSet.US_ASCIIUnited States ASCII code set (ISO 646 US).static final CharacterSetCharacterSet.UTF_1616-bit variable size UCS Transfer Format, based on ISO/IEC 10646.static final CharacterSetCharacterSet.UTF_77-bit variable size UCS Transfer Format, based on ISO/IEC 10646.static final CharacterSetCharacterSet.UTF_88-bit variable size UCS Transfer Format, based on ISO/IEC 10646.Fields in org.opengis.metadata.identification with type parameters of type CharacterSetModifier and TypeFieldDescriptionprivate static final List<CharacterSet> CharacterSet.VALUESList of all enumerations of this type.Methods in org.opengis.metadata.identification that return CharacterSetModifier and TypeMethodDescriptionCharacterSet.family()Returns the list of enumerations of the same kind than this enum.static CharacterSetReturns the character set that matches the given string, or returns a new one if none match it.static CharacterSet[]CharacterSet.values()Returns the list ofCharacterSets.Methods in org.opengis.metadata.identification that return types with arguments of type CharacterSetModifier and TypeMethodDescriptionDataIdentification.getCharacterSets()Full name of the character coding standard(s) used for the dataset.