Package | Description |
---|---|
org.geotools.metadata.iso |
Metadata implementation.
|
org.geotools.metadata.iso.identification |
Identification
implementation.
|
org.opengis.metadata |
Root package for metadata.
|
org.opengis.metadata.identification |
Identification information (includes data and
service identification).
|
Modifier and Type | Method and Description |
---|---|
CharacterSet |
MetaDataImpl.getCharacterSet()
Returns the full name of the character coding standard used for the metadata set.
|
Modifier and Type | Method and Description |
---|---|
void |
MetaDataImpl.setCharacterSet(CharacterSet newValue)
Set the full name of the character coding standard used for the metadata set.
|
Modifier and Type | Method and Description |
---|---|
Collection<CharacterSet> |
DataIdentificationImpl.getCharacterSets()
Full name of the character coding standard used for the dataset.
|
Modifier and Type | Method and Description |
---|---|
void |
DataIdentificationImpl.setCharacterSets(Collection<? extends CharacterSet> newValues)
Set the full name of the character coding standard used for the dataset.
|
Modifier and Type | Method and Description |
---|---|
CharacterSet |
MetaData.getCharacterSet()
Full name of the character coding standard used for the metadata set.
|
Modifier and Type | Field and Description |
---|---|
static CharacterSet |
CharacterSet.BIG_5
Traditional Chinese code set used in Taiwan, Hong Kong, and other areas.
|
static CharacterSet |
CharacterSet.EBCDIC
IBM mainframe code set.
|
static CharacterSet |
CharacterSet.EUC_JP
Japanese code set used on UNIX based machines.
|
static CharacterSet |
CharacterSet.EUC_KR
Korean code set.
|
static CharacterSet |
CharacterSet.GB2312
Simplified Chinese code set.
|
static CharacterSet |
CharacterSet.ISO_8859_1
ISO/IEC 8859-1, Information technology. 8-bit single-byte coded graphic character sets - Part
1: Latin alphabet No. 1.
|
static CharacterSet |
CharacterSet.ISO_8859_10
ISO/IEC 8859-10, Information technology. 8-bit single-byte coded graphic character sets -
Part 10: Latin alphabet No. 6.
|
static CharacterSet |
CharacterSet.ISO_8859_11
ISO/IEC 8859-11, Information technology. 8-bit single-byte coded graphic character sets -
Part 11: Latin/Thai alphabet.
|
static CharacterSet |
CharacterSet.ISO_8859_12
A future ISO/IEC 8-bit single-byte coded graphic character set.
|
static CharacterSet |
CharacterSet.ISO_8859_13
ISO/IEC 8859-13, Information technology. 8-bit single-byte coded graphic character sets -
Part 13: Latin alphabet No. 7.
|
static CharacterSet |
CharacterSet.ISO_8859_14
ISO/IEC 8859-14, Information technology. 8-bit single-byte coded graphic character sets -
Part 14: Latin alphabet No. 8 (Celtic).
|
static CharacterSet |
CharacterSet.ISO_8859_15
ISO/IEC 8859-15, Information technology. 8-bit single-byte coded graphic character sets -
Part 15: Latin alphabet No. 9.
|
static CharacterSet |
CharacterSet.ISO_8859_16
ISO/IEC 8859-16, Information technology. 8-bit single-byte coded graphic character sets -
Part 16: Latin alphabet No. 10.
|
static CharacterSet |
CharacterSet.ISO_8859_2
ISO/IEC 8859-2, Information technology. 8-bit single-byte coded graphic character sets - Part
2: Latin alphabet No. 2.
|
static CharacterSet |
CharacterSet.ISO_8859_3
ISO/IEC 8859-3, Information technology. 8-bit single-byte coded graphic character sets - Part
3: Latin alphabet No. 3.
|
static CharacterSet |
CharacterSet.ISO_8859_4
ISO/IEC 8859-4, Information technology. 8-bit single-byte coded graphic character sets - Part
4: Latin alphabet No. 4.
|
static CharacterSet |
CharacterSet.ISO_8859_5
ISO/IEC 8859-5, Information technology. 8-bit single-byte coded graphic character sets - Part
5: Latin/Cyrillic alphabet.
|
static CharacterSet |
CharacterSet.ISO_8859_6
ISO/IEC 8859-6, Information technology. 8-bit single-byte coded graphic character sets - Part
6: Latin/Arabic alphabet.
|
static CharacterSet |
CharacterSet.ISO_8859_7
ISO/IEC 8859-7, Information technology. 8-bit single-byte coded graphic character sets - Part
7: Latin/Greek alphabet.
|
static CharacterSet |
CharacterSet.ISO_8859_8
ISO/IEC 8859-8, Information technology. 8-bit single-byte coded graphic character sets - Part
8: Latin/Hebrew alphabet.
|
static CharacterSet |
CharacterSet.ISO_8859_9
ISO/IEC 8859-9, Information technology. 8-bit single-byte coded graphic character sets - Part
9: Latin alphabet No. 5.
|
static CharacterSet |
CharacterSet.JIS
Japanese code set used for electronic transmission.
|
static CharacterSet |
CharacterSet.SHIFT_JIS
Japanese code set used on MS-DOS based machines.
|
static CharacterSet |
CharacterSet.UCS_2
16-bit fixed size Universal Character Set, based on ISO/IEC 10646.
|
static CharacterSet |
CharacterSet.UCS_4
32-bit fixed size Universal Character Set, based on ISO/IEC 10646.
|
static CharacterSet |
CharacterSet.US_ASCII
United States ASCII code set (ISO 646 US).
|
static CharacterSet |
CharacterSet.UTF_16
16-bit variable size UCS Transfer Format, based on ISO/IEC 10646.
|
static CharacterSet |
CharacterSet.UTF_7
7-bit variable size UCS Transfer Format, based on ISO/IEC 10646.
|
static CharacterSet |
CharacterSet.UTF_8
8-bit variable size UCS Transfer Format, based on ISO/IEC 10646.
|
Modifier and Type | Method and Description |
---|---|
CharacterSet[] |
CharacterSet.family()
Returns the list of enumerations of the same kind than this enum.
|
static CharacterSet |
CharacterSet.valueOf(String code)
Returns the character set that matches the given string, or returns a new one if none match
it.
|
static CharacterSet[] |
CharacterSet.values()
Returns the list of
CharacterSet s. |
Modifier and Type | Method and Description |
---|---|
Collection<CharacterSet> |
DataIdentification.getCharacterSets()
Full name of the character coding standard(s) used for the dataset.
|
Copyright © 1996–2019 Geotools. All rights reserved.